Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 646 Bytes

Known-Issues-TODOs.md

File metadata and controls

18 lines (12 loc) · 646 Bytes

Known-Issues & TODO's

FreeRTOS

The current implementation is bare-metal. FreeRTOS would enable higher-level functionality, such as a USB-accesible file system.

Issues

  • UART only works with fprintfto stderr, and not with printf
  • TFLite Micro Compiler Issues: See Compiler!

Example-specific Issues can be dound in the respective repository!

Fixes

If recent changes in the Tensorflow source tree broke the build system, do the following

  1. Find out Git-Hash of last known working version of tensorflow
  2. Delete build/_deps folder
  3. Pull specific TF commit: cmake -DTF_COMMIT INSERT_HASH_HERE