git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12899 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2019-07-11 11:49:12 +00:00
parent 368732f1be
commit 0aa3570ccf
2 changed files with 4 additions and 2 deletions

View File

@ -198,7 +198,7 @@
WSPI_CFG_ADDR_MODE_ONE_LINE | \
WSPI_CFG_ADDR_SIZE_32 | \
WSPI_CFG_ALT_MODE_NONE | \
WSPI_CFG_DATA_MODE_NONE
WSPI_CFG_DATA_MODE_NONE)
#define MX25_CFG_C16_A32_8STR (WSPI_CFG_CMD_SIZE_16 | \
WSPI_CFG_CMD_MODE_EIGHT_LINES | \

View File

@ -106,7 +106,9 @@
- HAL: Added a new interface for range-finder devices (used by EX).
- HAL: Added mcuconf.h updater tool for STM32F407 (backported to 19.1.1).
- NIL: Integrated NIL 4.0.
- FIX: Fixed some M7 demos compile as M4 bug #1037)(backported to 19.1.3).
- FIX: Fixed missing bracket in MX25 flash driver (bug #1038)
(backported to 19.1.3).
- FIX: Fixed some M7 demos compile as M4 (bug #1037)(backported to 19.1.3).
- FIX: Fixed missing I2C4 RCC definitions for L4/L4+ (bug #1036)
(backported to 19.1.3)(backported to 18.2.3).
- FIX: Fixed missing delay after STM32 wait states setup (bug #1035)