You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
author Charles <[email protected]> 1637881721 +0100
committer Charles <[email protected]> 1638183821 +0100
parent bfa4f12
author Charles <[email protected]> 1637881721 +0100
committer Charles <[email protected]> 1638183722 +0100
Fixe Low Power high consumption
Check TCXO available
added TCXO startup delay
STM32L1: add support of MCU_STM32L151xB
for custom boards like RAK811
Allow STM32F7 targets without Ethernet
Support different STM32F7 flash configurations
Support missing SPI6 on STM32F7
Add STM32F722ZE target
DTLSSocket handshake timeout calls object functions even if object is destructed. Fixed by removing timeout event from event queue on close/destruction.
B_U585I_IOT02A supports OSPI
M2354: Fix potential issues in TF-M
Fix the following issues in TF-M to avoid emergence in the future:
1. Enable initial stack not located in SRAM bank0
On reset, only SRAM bank0 is enabled. And SRAM bank1/2 will be enabled in immediately following SystemInit().
When initial stack is located in SRAM bank1/2, we will meet trouble because SystemInit() itself needs to use initial stack.
To conquer the dilemma, we add preceding code in front of original Systeminit(), which is responsible for enabling SRAM bank1/2 and guarantees no using initial stack.
2. Fix sector maps of internal/external (SDH) Flash are incompatible, caused by TF-M's MCUboot port.
This is done by adapting external (SDH) Flash sector size to internal Flash's.
3. Enlarge firmware upgrade scratch size. There are two advantages:
(1) Get around MCUboot limit which requires scratch size not smaller than image trailer size
(2) Improve wear leveling for the scratch area
Update Mbed version block
Fixe Low Power high consumption
Fix CI
added TCXO startup delay
0 commit comments