firmware
firmware copied to clipboard
enable LittleFS and encryption on STM32 platform (wio-e5)
trafficstars
- Drop FreeRTOS dependency
- LittleFS was using FreeRTOS locking functions and malloc()/free()
- LittleFS works
- properly unlock/lock the FLASH for erasing/writing; fix computation of block sizes
- mutex functions no-opped
- malloc()/free() implementations from stdlib
- PKI works
- depend on latest Crypto library from @caveman99 to make use of STM32 RNG