0.9.0 • Published 5 years ago

wio v0.9.0

Weekly downloads
38
License
MIT
Repository
github
Last release
5 years ago

Build Status npm npm GitHub release license

Quick Links: Docs | Packages | Waterloop

wio

Wio is a development environment to create, build, test and upload C/C++ project. Wio supports AVR and Native platform but as the project grows, more platforms and frameworks will be added.

Introduction

Features

Easier Development

  • User worries about programming and wio takes care of build files
  • No need to learn about vendor toolchains
  • Support for multiple platforms and frameworks
  • Highly customizable with the help of wio.yml config
  • Build projects with wio build
  • Execute projects with wio run

Package Manager

  • Code sharing has never been easier with wio packages
  • User includes dependencies and wio takes care of dependency tree
  • Use wio publish to publish a package
  • Use wio install <package> to install a package

Devices

  • Uploading code to devices can be done with wio run --port <port>
  • List devices connected to machine by using wio devices list
  • Open a Serial monitor using wio devices monitor

Installation

Install from source

  • Clone dev branch for latest features
git clone --recurse-submodules https://github.com/wio/wio.git
  • Install tools and build
# windows
wmake setup
wmake build

# macOs
wmake mac-setup
wmake build

# Linux
wmake linux-setup
wmake build

Getting Started

Contributing

If you are interested in working on wio, you can read contribution document and add features/fixes.

Development

Well is still in beta and is being actively developed. You can check the changelogs in changelog directory

0.9.0

5 years ago

0.8.0

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.37

8 years ago

0.0.36

8 years ago

0.0.35

8 years ago

0.0.34

8 years ago

0.0.33

8 years ago

0.0.32

8 years ago

0.0.31

8 years ago

0.0.30

8 years ago

0.0.29

8 years ago

0.0.28

8 years ago

0.0.27

8 years ago

0.0.25

8 years ago

0.0.24

8 years ago

0.0.23

8 years ago

0.0.22

8 years ago

0.0.21

8 years ago

0.0.20

8 years ago

0.0.19

8 years ago

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago