Skip to content

Releases: ARMmbed/yotta_osx_installer

Release v0.0.4

12 Oct 17:38
Compare
Choose a tag to compare

First stable public release.

Fix's

  • modified the path variables to properly include GCC and Ninja

Features

  • python virtual environment with yotta pre-installed
  • cmake, ninaj, arm-none-eabi-gcc linked into the path
  • modified virtual environment to support $YOTTA_PATH and $YOTTA_CWD
  • single click OS X .app to run terminal pre-loaded into virtual environment

TODO:

  • make binary smaller (currently ~500MB)
  • add periodic update of yotta when run.

Pre-Release v0.0.3

07 Oct 23:35
Compare
Choose a tag to compare
Pre-Release v0.0.3 Pre-release
Pre-release

This is an internal-only pre-release not intended for public consumption. It is a proof of concept for sharing within the internal team for further development. It should NOT be considered release ready nor should it be distributed beyond the internal team.

The product is still incredibly buggy.

Fix's

  • fixed bug preventing kit from running in folders with spaces in names
  • added requests[security] package from pip
  • updated color scheme of terminal
  • made all paths truly relative instead of some being non-relative.

Features

  • python virtual environment with yotta pre-installed
  • cmake, ninaj, arm-none-eabi-gcc linked into the path
  • modified virtual environment to support $YOTTA_PATH and $YOTTA_CWD
  • single click OS X .app to run terminal pre-loaded into virtual environment

Downsides

This thing is held together with spit and ducktape. I'm kind of surprised it works and should not be considered stable in the slightest. The ganky-ness I had to back bend over to get it to even kind of work is surprising.

TODO:

  • change icon
  • add license files prior to release
  • make binary smaller (currently ~500MB)
  • add periodic update of yotta when run.
  • find script to do this for me, currently all done by hand for each release.