File tree Expand file tree Collapse file tree 2 files changed +1
-68
lines changed
targets/TARGET_Cypress/TARGET_PSOC6
TARGET_CYTFM_064B0S2_4343W Expand file tree Collapse file tree 2 files changed +1
-68
lines changed Original file line number Diff line number Diff line change 2828#define PullDown CYHAL_GPIO_DRIVE_PULLDOWN
2929#define PullUp CYHAL_GPIO_DRIVE_PULLUP
3030
31- // Arduino Headers
32- #ifdef CYBSP_A0
33- #define A0 CYBSP_A0
34- #endif
35- #ifdef CYBSP_A1
36- #define A1 CYBSP_A1
37- #endif
38- #ifdef CYBSP_A2
39- #define A2 CYBSP_A2
40- #endif
41- #ifdef CYBSP_A3
42- #define A3 CYBSP_A3
43- #endif
44- #ifdef CYBSP_A4
45- #define A4 CYBSP_A4
46- #endif
47- #ifdef CYBSP_A5
48- #define A5 CYBSP_A5
49- #endif
50- #ifdef CYBSP_D0
51- #define D0 CYBSP_D0
52- #endif
53- #ifdef CYBSP_D1
54- #define D1 CYBSP_D1
55- #endif
56- #ifdef CYBSP_D2
57- #define D2 CYBSP_D2
58- #endif
59- #ifdef CYBSP_D3
60- #define D3 CYBSP_D3
61- #endif
62- #ifdef CYBSP_D4
63- #define D4 CYBSP_D4
64- #endif
65- #ifdef CYBSP_D5
66- #define D5 CYBSP_D5
67- #endif
68- #ifdef CYBSP_D6
69- #define D6 CYBSP_D6
70- #endif
71- #ifdef CYBSP_D7
72- #define D7 CYBSP_D7
73- #endif
74- #ifdef CYBSP_D8
75- #define D8 CYBSP_D8
76- #endif
77- #ifdef CYBSP_D9
78- #define D9 CYBSP_D9
79- #endif
80- #ifdef CYBSP_D10
81- #define D10 CYBSP_D10
82- #endif
83- #ifdef CYBSP_D11
84- #define D11 CYBSP_D11
85- #endif
86- #ifdef CYBSP_D12
87- #define D12 CYBSP_D12
88- #endif
89- #ifdef CYBSP_D13
90- #define D13 CYBSP_D13
91- #endif
92- #ifdef CYBSP_D14
93- #define D14 CYBSP_D14
94- #endif
95- #ifdef CYBSP_D15
96- #define D15 CYBSP_D15
97- #endif
98-
9931#ifdef __cplusplus
10032extern "C" {
10133#endif
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ target_link_libraries(mbed-cytfm-064b0s2-4343w
5858 mbed-cytfm-064b0s2-4343w-cm4
5959 mbed-cytfm-064b0s2-4343w-bsp-design-modus
6060 mbed-psoc6
61+ mbed-psa
6162)
6263
6364target_compile_definitions (mbed-cytfm-064b0s2-4343w
You can’t perform that action at this time.
0 commit comments