We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a773a commit 7dddf64Copy full SHA for 7dddf64
TESTS/mbed_hal/qspi/flash_configs/flash_configs.h
@@ -32,6 +32,9 @@
32
#elif defined(TARGET_DISCO_F769NI)
33
#include "MX25L51245G_config.h" // MX25L51245G
34
35
+#elif defined(TARGET_DISCO_L4R9I)
36
+#include "MX25LM51245G_config.h" // MX25LM51245G
37
+
38
#elif defined(TARGET_DISCO_L476VG)
39
#include "N25Q128A_config.h" // N25Q128A13EF840E
40
/* See STM32L476 Errata Sheet, it is not possible to use Dual-/Quad-mode for the command phase */
0 commit comments