diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-07-11 11:49:07 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-07-11 11:49:07 +0000 |
commit | d64a25e4bc830974ebfd15826edb6b8a29194acb (patch) | |
tree | d3ade4594c5d344a2aa86a1aa2be9b2833d703ee | |
parent | 889c1c83bea76f51a76f9d43faf869b5956b6c87 (diff) | |
download | ChibiOS-d64a25e4bc830974ebfd15826edb6b8a29194acb.tar.gz ChibiOS-d64a25e4bc830974ebfd15826edb6b8a29194acb.tar.bz2 ChibiOS-d64a25e4bc830974ebfd15826edb6b8a29194acb.zip |
Fixed bug #1038.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12898 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
-rw-r--r-- | os/hal/lib/complex/serial_nor/devices/macronix_mx25/hal_flash_device.h | 2 | ||||
-rw-r--r-- | readme.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/lib/complex/serial_nor/devices/macronix_mx25/hal_flash_device.h b/os/hal/lib/complex/serial_nor/devices/macronix_mx25/hal_flash_device.h index 448728d59..45a8ef96a 100644 --- a/os/hal/lib/complex/serial_nor/devices/macronix_mx25/hal_flash_device.h +++ b/os/hal/lib/complex/serial_nor/devices/macronix_mx25/hal_flash_device.h @@ -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 | \
diff --git a/readme.txt b/readme.txt index c3389b3d1..79da52c53 100644 --- a/readme.txt +++ b/readme.txt @@ -78,6 +78,7 @@ generate a library with a pre-configured RT. It also includes
an "header generator" able to generate an unified "ch.h" with
all options resolved.
+- FIX: Fixed missing bracket in MX25 flash driver (bug #1038).
- FIX: Fixed some M7 demos compile as M4 bug #1037).
- FIX: Fixed missing I2C4 RCC definitions for L4/L4+ (bug #1036).
- FIX: Fixed missing delay after STM32 wait states setup (bug #1035).
|