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 1 year ago • 3 comments

  • 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

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Feb 16 '25 21:02 CLAassistant

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

:white_check_mark: caveman99
:x: dchokola
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Feb 16 '25 21:02 CLAassistant

@dchokola tested ok wio-e5, also able with some modification to get rak3172 working

markbirss avatar Feb 17 '25 14:02 markbirss