Disabled QSPI for now

pull/11018/head
Roman Okhrimenko 2019-08-30 16:00:09 +03:00
parent c249bf97c2
commit 9780c9018e
2 changed files with 4 additions and 2 deletions

View File

@ -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)
}

View File

@ -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",