firmware icon indicating copy to clipboard operation
firmware copied to clipboard

enable LittleFS and encryption on STM32 platform (wio-e5)

Open dchokola opened this issue 9 months ago • 3 comments
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

dchokola avatar Feb 16 '25 21:02 dchokola