File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
TESTS/mbed_hal/qspi/flash_configs Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 18
18
#define MBED_FLASH_CONFIGS_H
19
19
20
20
#if defined(TARGET_DISCO_L475VG_IOT01A )
21
- #include "STM/DISCO_L475VG_IOT01A/flash_config.h"
21
+ #include "STM/DISCO_L475VG_IOT01A/flash_config.h" // MX25R6435F => MX25RXX35F_config.h
22
22
#elif defined(TARGET_NRF52840 )
23
23
#include "NORDIC/NRF52840_DK/flash_config.h"
24
24
#elif defined(TARGET_DISCO_F413ZH )
25
- #include "STM/DISCO_F413ZH/flash_config.h"
25
+ #include "STM/DISCO_F413ZH/flash_config.h" // N25Q128A_config.h
26
+ #elif defined(TARGET_DISCO_F746NG )
27
+ #include "N25Q128A_config.h"
28
+ #elif defined(TARGET_DISCO_F469NI )
29
+ #include "N25Q128A_config.h"
30
+ #elif defined(TARGET_DISCO_F769NI )
31
+ #include "MX25RXX35F_config.h" // MX25L51245G
32
+ #elif defined(TARGET_DISCO_L476VG )
33
+ #include "N25Q128A_config.h"
34
+ #elif defined(TARGET_DISCO_L496AG )
35
+ #include "MX25RXX35F_config.h" // MX25R6435F
26
36
#elif defined(TARGET_EFM32GG11_STK3701 )
27
37
#include "SiliconLabs/EFM32GG11_STK3701/flash_config.h"
28
38
#elif defined(TARGET_K82F )
You can’t perform that action at this time.
0 commit comments