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 41
41
extern "C" {
42
42
#endif
43
43
44
- #if defined(CYBSP_QSPI_SCK )
44
+ #if defined(CYBSP_QSPI_SCK ) && ( DEVICE_QSPI )
45
45
#include "cycfg_qspi_memslot.h"
46
46
47
47
typedef struct
@@ -85,7 +85,7 @@ const uint32_t cyToc[128] =
85
85
};
86
86
87
87
/** \} group_bsp_serial_flash_variables */
88
- #endif /* defined(CYBSP_QSPI_SCK) */
88
+ #endif /* defined(CYBSP_QSPI_SCK) && (DEVICE_QSPI) */
89
89
90
90
#if defined(__cplusplus )
91
91
}
Original file line number Diff line number Diff line change 8703
8703
},
8704
8704
"CY8CPROTO_064_SB" : {
8705
8705
"inherits" : [" MCU_PSOC6_M4" ],
8706
+ "components_remove" : [" QSPIF" ],
8707
+ "device_has_remove" : [" QSPI" ],
8706
8708
"supported_form_factors" : [" ARDUINO" ],
8707
8709
"extra_labels_add" : [" PSOC6_01" ],
8708
8710
"macros_add" : [" CYB06447BZI_D54" ,
You can’t perform that action at this time.
0 commit comments