mirror of https://github.com/ARMmbed/mbed-os.git
Disabled QSPI for now
parent
c249bf97c2
commit
9780c9018e
|
@ -41,7 +41,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if defined(CYBSP_QSPI_SCK)
|
||||
#if defined(CYBSP_QSPI_SCK) && (DEVICE_QSPI)
|
||||
#include "cycfg_qspi_memslot.h"
|
||||
|
||||
typedef struct
|
||||
|
@ -85,7 +85,7 @@ const uint32_t cyToc[128] =
|
|||
};
|
||||
|
||||
/** \} group_bsp_serial_flash_variables */
|
||||
#endif /* defined(CYBSP_QSPI_SCK) */
|
||||
#endif /* defined(CYBSP_QSPI_SCK) && (DEVICE_QSPI) */
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
|
|
|
@ -8703,6 +8703,8 @@
|
|||
},
|
||||
"CY8CPROTO_064_SB": {
|
||||
"inherits": ["MCU_PSOC6_M4"],
|
||||
"components_remove": ["QSPIF"],
|
||||
"device_has_remove": ["QSPI"],
|
||||
"supported_form_factors": ["ARDUINO"],
|
||||
"extra_labels_add": ["PSOC6_01"],
|
||||
"macros_add": ["CYB06447BZI_D54",
|
||||
|
|
Loading…
Reference in New Issue