File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
TARGET_Cypress/TARGET_PSOC6/common Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4141extern "C" {
4242#endif
4343
44- #if defined(CYBSP_QSPI_SCK )
44+ #if defined(CYBSP_QSPI_SCK ) && ( DEVICE_QSPI )
4545#include "cycfg_qspi_memslot.h"
4646
4747typedef struct
@@ -85,7 +85,7 @@ const uint32_t cyToc[128] =
8585};
8686
8787/** \} group_bsp_serial_flash_variables */
88- #endif /* defined(CYBSP_QSPI_SCK) */
88+ #endif /* defined(CYBSP_QSPI_SCK) && (DEVICE_QSPI) */
8989
9090#if defined(__cplusplus )
9191 }
Original file line number Diff line number Diff line change 87038703 },
87048704 "CY8CPROTO_064_SB" : {
87058705 "inherits" : [" MCU_PSOC6_M4" ],
8706+ "components_remove" : [" QSPIF" ],
8707+ "device_has_remove" : [" QSPI" ],
87068708 "supported_form_factors" : [" ARDUINO" ],
87078709 "extra_labels_add" : [" PSOC6_01" ],
87088710 "macros_add" : [" CYB06447BZI_D54" ,
You can’t perform that action at this time.
0 commit comments