QUERY · ISSUE
Flash encryption on esp32
enhancement
Hello, have you implemented a way to allow a developer to compile micropython with flash encryption enabled? is it possible to modify sdkconfig to enable flash encryption? which is the best way to do that?
CANDIDATE · PULL REQUEST
stm32/mboot: Change debug compiler optimisation to -Og
port-stm32
With mboot encrpytion and fsload enabled, the DEBUG build -O0 compiler settings result in mboot no longer fitting in the sector.
This PR changes this to -Og which also brings it into line with the regular stm32 build.