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

0.12.0 - <your module name here>

Compare
Choose a tag to compare
@autopulated autopulated released this 18 Dec 13:34
· 305 commits to master since this release

New Things

  • YOTTA_MODULE_NAME definition now available to CMake and the preprocessor, handy for debug logging and many other things.
  • Targets can now define "cmakeIncludes", cmake files which will be included in the build description for every module. This allows a deeper level of customisation for build targets, including applying the flags necessary to produce code coverage info. It should make it possible to remove some of the other special-case handling for post-processing build products, too.

Fixed Things

  • Various fixes to Eclipse project generation (Thanks @BrunoPires on the forums for reporting problems!
  • Fixed various crashes that could occur in the yotta licenses, yotta link, and yotta outdated subcommands (thanks @bogdanm, @0xc0170 and @markus-becker-tridonic-com for reporting!)
  • Fix an issue handling the YOTTA_USER_SETTINGS_DIR environment variable (Thanks @markus-becker-tridonic-com for reporting!)