Update CHANGELOG.md

This commit is contained in:
Oskar Weigl
2018-03-15 18:56:27 -07:00
committed by GitHub
parent 2ed5e572fa
commit b6eee48f46
+2
View File
@@ -10,6 +10,8 @@ Please add a note of your changes below this heading if you make a Pull Request.
* The toplevel directory for tup is now `Firmware`. If you used tup before, go to `Firmware` and run `rm -rd ../.tup; rm -rd build/*; make`.
* Update CubeMX generated STM platform code to version 1.19.0
* Remove `UUID_0`, `UUID_1` and `UUID_2` from USB protocol. Use `serial_number` instead.
* Freertos memory pool (task stacks, etc) now uses Core Coupled Memory.
* malloc now fails if we run out of memory (before it would always succeed even if we are out of ram...)
# Releases