This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
Releases: ARMmbed/yotta
Releases · ARMmbed/yotta
v0.0.30 - Prelimary windows support
- 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
- .yotta_ignore support
- support for test subdirectories
- support for header-only libraries
- many other bug fixes and minor improvements
v0.0.28
Fix yotta link
.
0.0.27
Fix missing import required when reporting error.
v0.0.26
New login flow.
0.0.25
Suppress cmake import warnings.
0.0.24
CMakeLists.txt are now auto generated for the test directory, too.
0.0.23
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
Improve version specification handling.
0.0.21
- adds
yotta ls
, and makesyotta build
andyotta install
quieter - removed
-d
build option, we always build with debug symbols now