git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13552 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
cinsights 2020-04-22 06:54:29 +00:00
parent ee185c0378
commit 314a8e21db
2 changed files with 3 additions and 2 deletions

View File

@ -65,8 +65,8 @@
*/
#define STM32_FLASH_SIZE_64K 64U
#define STM32_FLASH_SIZE_128K 128U
#define STM32_FLASH_SECTORS_TOTAL_64K 128
#define STM32_FLASH_SECTORS_TOTAL_128K 256
#define STM32_FLASH_SECTORS_TOTAL_64K 32
#define STM32_FLASH_SECTORS_TOTAL_128K 64
/* 64K flash.*/
#define STM32_FLASH_SECTOR_SIZE_64K ((STM32_FLASH_SIZE_64K \

View File

@ -74,6 +74,7 @@
*****************************************************************************
*** Next ***
- FIX: Sector count incorrect in STM32G07/8 EFL driver (bug #1085).
- FIX: Sector size incorrect in STM32F413 EFL driver (bug #1084).
- NEW: Mail Queues test implementation in CMSIS RTOS wrapper.
- NEW: Added dynamic reconfiguration API to lwIP bindings.