Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Releases: ARMmbed/yotta

v0.0.30 - Prelimary windows support

26 Nov 09:45
Compare
Choose a tag to compare
  • preliminary windows support (please report any build failures on windows now!)
  • support spaces in paths
  • resource file support for MacOS bundles
  • various other bugfixes and improvements

v0.0.29

19 Nov 14:27
Compare
Choose a tag to compare
  • .yotta_ignore support
  • support for test subdirectories
  • support for header-only libraries
  • many other bug fixes and minor improvements

v0.0.28

23 Sep 13:19
Compare
Choose a tag to compare

Fix yotta link.

0.0.27

23 Sep 10:19
Compare
Choose a tag to compare

Fix missing import required when reporting error.

v0.0.26

23 Sep 10:07
Compare
Choose a tag to compare

New login flow.

0.0.25

05 Sep 17:00
Compare
Choose a tag to compare

Suppress cmake import warnings.

0.0.24

03 Sep 14:43
Compare
Choose a tag to compare

CMakeLists.txt are now auto generated for the test directory, too.

0.0.23

02 Sep 16:18
Compare
Choose a tag to compare

It's no longer necessary to write CMakeLists.txt files for libraries, source in the source directory will automatically be compiled into a library with the same name as the module.

To compile an executable, use the new "bin":"./directory_name" field in module.json, e.g. "bin":"./source",

0.0.22

29 Aug 11:11
Compare
Choose a tag to compare

Improve version specification handling.

0.0.21

02 Aug 22:08
Compare
Choose a tag to compare
  • adds yotta ls, and makes yotta build and yotta install quieter
  • removed -d build option, we always build with debug symbols now