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

Releases: ARMmbed/yotta

v0.0.42 Module Validation

16 Jan 16:11
Compare
Choose a tag to compare
  • validate module.json files, and print warnings for any validation errors encountered. In the future warnings will become errors!
  • add ability to include include.cmake files in auto-generated CMakeLists and remove language-specific hacks no longer required. (thanks Rob!),
  • new yotta licenses subcommand lists the licenses of all the depended-on modules
  • improve various error messages printed by yotta owners subcommand

v0.0.41 Dependency Tweaks

18 Dec 01:53
Compare
Choose a tag to compare

The only thing changed in this release is the version specifications for yotta's own dependencies. This attempts to work around some windows installation issues with the requested version of PyGithub not being found.

v0.0.40 Windows Support Improvements

15 Dec 23:29
Compare
Choose a tag to compare
  • sed is no longer a dependency
  • pycrypto dependency is pegged to a version for which binary installer is available on windows
  • update windows installation instructions

v0.0.39 Windows + Ninja workaround

12 Dec 12:01
Compare
Choose a tag to compare
  • add workaround for issues using YOTTA_COMPONENT_VERSION when building with ninja on windows
  • improve the yotta login prompt, making it possible to log in with a headless terminal session
  • improve installation instructions in readme

v0.0.38 Windows Fixes, Improved Error Messages

11 Dec 19:17
Compare
Choose a tag to compare
  • add work-around for the 260 character path length limit on windows
  • improve error messages when git isn't available
  • support for git operations when the yotta module is a submodule
  • fix archives generated by publishing on windows

v0.0.37

10 Dec 14:23
Compare
Choose a tag to compare
  • all matching target-specific dependencies are now used, instead of just one.
  • documentation improvements
  • be more consistent about naming in target.json
  • use ninja by default on windows
  • various bug fixes and improvements

v0.0.36: Initial Python 3 support

08 Dec 16:14
Compare
Choose a tag to compare

v0.0.35: Improve readme, branch-depending bugfixes.

05 Dec 10:14
Compare
Choose a tag to compare
  • improve documentation
  • setup.py fixes to make yotta a valid PyPI module
  • bug fixes required for using branches as dependencies

v0.0.33 Bugfixes

03 Dec 20:49
Compare
Choose a tag to compare
  • 'ninja' fixes for Windows ('ninja' is now the recommended building method in Windows)
  • pass options from yotta to the build tool

v0.0.31 - Bugfixes

02 Dec 11:06
Compare
Choose a tag to compare
  • make .yotta_ignore work on windows
  • fix building of c++ tests
  • support version specs in git/hg repo urls
  • various other fixes and improvements