v3.1.2
This release contains changes leading to more free heap space, faster tcp operations, faster and smaller Docker images, improved CI tests for Windows and more.
Changes
- Fix compilation of native spiffy executable.
- Linker script refactoring.
- Docker images are now based on Alpine with Cloud9 and Xtensa GCC toolchain.
- Added UDK on Windows to our CI system.
- Moved debugf strings into SPI flash to preserve heap space.
- Optional disabling of Command Executor to preserve heap and flash space.
- Unified the memanalyzer input.
And much more. All merged PRs in this release can be seen from here
Requirements
- Starting from this version having
python
version 2.7 or bigger is a requirement in order to be able to upload the compiled application to your device and be able to see the memory analysis.
For a complete list of changes run the following command:
git log 3.1.0..3.1.2
And last but not least this release would have been possible without the help of our fantastic contributors and community members. And again special thanks to ADiea who contributed a lot in this release and has a trove of features that promise even more improvements.