File tree Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 4
4
-DCMSIS_VECTAB_VIRTUAL
5
5
-DCMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\"
6
6
-DCOMPONENT_FLASHIAP=1
7
+ -DCOMPONENT_QSPIF=1
7
8
-DCOMPONENT_SD=1
8
9
-DCOMPONENT_SPIF=1
9
10
-DCONFIG_GPIO_AS_PINRESET
18
19
-DDEVICE_PORTINOUT=1
19
20
-DDEVICE_PORTOUT=1
20
21
-DDEVICE_PWMOUT=1
22
+ -DDEVICE_QSPI=1
21
23
-DDEVICE_SERIAL=1
22
24
-DDEVICE_SERIAL_ASYNCH=1
23
25
-DDEVICE_SERIAL_FC=1
33
35
-DFEATURE_CRYPTOCELL310=1
34
36
-DFEATURE_STORAGE=1
35
37
-DMBEDTLS_CONFIG_HW_SUPPORT
36
- -DMBED_BUILD_TIMESTAMP=1601647818.56444
38
+ -DMBED_BUILD_TIMESTAMP=1604413788.0904589
37
39
-DMBED_MPU_CUSTOM
38
40
-DMBED_TICKLESS
39
41
-DNRF52840_XXAA
Original file line number Diff line number Diff line change 338
338
-iwithprefixbefore/mbed/components/wifi
339
339
-iwithprefixbefore/mbed/components/storage/blockdevice/COMPONENT_SPIF
340
340
-iwithprefixbefore/mbed/components/storage/blockdevice/COMPONENT_SD
341
+ -iwithprefixbefore/mbed/components/storage/blockdevice/COMPONENT_QSPIF
341
342
-iwithprefixbefore/mbed/components/storage/blockdevice/COMPONENT_FLASHIAP/COMMON
342
343
-iwithprefixbefore/mbed/components/storage/blockdevice/COMPONENT_FLASHIAP
343
344
-iwithprefixbefore/mbed/components/802.15.4_RF/stm-s2lp-rf-driver/stm-s2lp-rf-driver
Original file line number Diff line number Diff line change 315
315
#define MBED_CONF_PPP_IPV6_ENABLED 0 // set by library:ppp
316
316
#define MBED_CONF_PPP_MBED_EVENT_QUEUE 0 // set by library:ppp
317
317
#define MBED_CONF_PPP_THREAD_STACKSIZE 816 // set by library:ppp
318
+ #define MBED_CONF_QSPIF_QSPI_CSN MBED_CONF_DRIVERS_QSPI_CSN // set by library:qspif
319
+ #define MBED_CONF_QSPIF_QSPI_FREQ 32000000 // set by library:qspif[MCU_NRF52840]
320
+ #define MBED_CONF_QSPIF_QSPI_IO0 MBED_CONF_DRIVERS_QSPI_IO0 // set by library:qspif
321
+ #define MBED_CONF_QSPIF_QSPI_IO1 MBED_CONF_DRIVERS_QSPI_IO1 // set by library:qspif
322
+ #define MBED_CONF_QSPIF_QSPI_IO2 MBED_CONF_DRIVERS_QSPI_IO2 // set by library:qspif
323
+ #define MBED_CONF_QSPIF_QSPI_IO3 MBED_CONF_DRIVERS_QSPI_IO3 // set by library:qspif
324
+ #define MBED_CONF_QSPIF_QSPI_MIN_PROG_SIZE 256 // set by library:qspif[MCU_NRF52840]
325
+ #define MBED_CONF_QSPIF_QSPI_MIN_READ_SIZE 4 // set by library:qspif[MCU_NRF52840]
326
+ #define MBED_CONF_QSPIF_QSPI_POLARITY_MODE 0 // set by library:qspif
327
+ #define MBED_CONF_QSPIF_QSPI_SCK MBED_CONF_DRIVERS_QSPI_SCK // set by library:qspif
318
328
#define MBED_CONF_QUECTEL_BC95_BAUDRATE 9600 // set by library:QUECTEL_BC95
319
329
#define MBED_CONF_QUECTEL_BC95_PROVIDE_DEFAULT 0 // set by library:QUECTEL_BC95
320
330
#define MBED_CONF_QUECTEL_BG96_BAUDRATE 115200 // set by library:QUECTEL_BG96
You can’t perform that action at this time.
0 commit comments