The current implementation is bare-metal. FreeRTOS would enable higher-level functionality, such as a USB-accesible file system.
- UART only works with
fprintf
tostderr
, and not withprintf
- TFLite Micro Compiler Issues: See Compiler!
Example-specific Issues can be dound in the respective repository!
If recent changes in the Tensorflow source tree broke the build system, do the following
- Find out Git-Hash of last known working version of
tensorflow
- Delete
build/_deps
folder - Pull specific TF commit:
cmake -DTF_COMMIT INSERT_HASH_HERE