From d64a25e4bc830974ebfd15826edb6b8a29194acb Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 11 Jul 2019 11:49:07 +0000 Subject: 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 --- os/hal/lib/complex/serial_nor/devices/macronix_mx25/hal_flash_device.h | 2 +- readme.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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). -- cgit v1.2.3