diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-10-07 11:59:35 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-10-07 11:59:35 +0000 |
commit | dc7ae21c744272f7796386c4a8ad68cb41278359 (patch) | |
tree | 88072dc161b3c10ac53816fe825ff3bd2b992c3e /testhal/STM32 | |
parent | 40932b20589b66407578a84eb573dd0bfc5395cd (diff) | |
download | ChibiOS-dc7ae21c744272f7796386c4a8ad68cb41278359.tar.gz ChibiOS-dc7ae21c744272f7796386c4a8ad68cb41278359.tar.bz2 ChibiOS-dc7ae21c744272f7796386c4a8ad68cb41278359.zip |
Renamed for consistency.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12346 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32')
-rw-r--r-- | testhal/STM32/multi/WSPI-MFS/.cproject | 1 | ||||
-rw-r--r-- | testhal/STM32/multi/WSPI-MFS/main.c | 2 | ||||
-rw-r--r-- | testhal/STM32/multi/WSPI-MFS/make/stm32l476_discovery.make | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/testhal/STM32/multi/WSPI-MFS/.cproject b/testhal/STM32/multi/WSPI-MFS/.cproject index a950bac3f..5052dd0dd 100644 --- a/testhal/STM32/multi/WSPI-MFS/.cproject +++ b/testhal/STM32/multi/WSPI-MFS/.cproject @@ -78,6 +78,7 @@ <configuration configurationName="Default">
<resource resourceType="PROJECT" workspacePath="/STM32-WSPI-MFS"/>
</configuration>
+ <configuration configurationName="Build for STM32L476-Discovery"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
diff --git a/testhal/STM32/multi/WSPI-MFS/main.c b/testhal/STM32/multi/WSPI-MFS/main.c index 3de5be345..eb964184b 100644 --- a/testhal/STM32/multi/WSPI-MFS/main.c +++ b/testhal/STM32/multi/WSPI-MFS/main.c @@ -19,7 +19,7 @@ #include "ch.h"
#include "hal.h"
-#include "serial_nor.h"
+#include "hal_serial_nor.h"
#include "mfs.h"
#include "mfs_test_root.h"
diff --git a/testhal/STM32/multi/WSPI-MFS/make/stm32l476_discovery.make b/testhal/STM32/multi/WSPI-MFS/make/stm32l476_discovery.make index 067ab9f04..ad212eca6 100644 --- a/testhal/STM32/multi/WSPI-MFS/make/stm32l476_discovery.make +++ b/testhal/STM32/multi/WSPI-MFS/make/stm32l476_discovery.make @@ -113,7 +113,7 @@ include $(CHIBIOS)/tools/mk/autobuild.mk # Other files (optional).
include $(CHIBIOS)/test/lib/test.mk
include $(CHIBIOS)/test/mfs/mfs_test.mk
-include $(CHIBIOS)/os/hal/lib/complex/serial_nor/devices/micron_n25q/flash_device.mk
+include $(CHIBIOS)/os/hal/lib/complex/serial_nor/devices/micron_n25q/hal_flash_device.mk
include $(CHIBIOS)/os/hal/lib/complex/mfs/mfs.mk
include $(CHIBIOS)/os/hal/lib/streams/streams.mk
|