File tree Expand file tree Collapse file tree 5 files changed +6
-1
lines changed Expand file tree Collapse file tree 5 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 30
30
#include < pins_arduino.h>
31
31
#include " hardware/gpio.h" // Required for the port*Register macros
32
32
#include " debug_internal.h"
33
+ #include < RP2040.h> // CMSIS
33
34
34
35
// Try and make the best of the old Arduino abs() macro. When in C++, use
35
36
// the sane std::abs() call, but for C code use their macro since stdlib abs()
@@ -95,7 +96,7 @@ void analogWriteResolution(int res);
95
96
#endif
96
97
97
98
#include " SerialUART.h"
98
- #include " RP2040 .h"
99
+ #include " RP2040Support .h"
99
100
#include " Bootsel.h"
100
101
101
102
// Template which will evaluate at *compile time* to a single 32b number
File renamed without changes.
Original file line number Diff line number Diff line change 15
15
-iwithprefixbefore/pico-sdk/src/common/pico_util/include
16
16
-iwithprefixbefore/pico-sdk/src/rp2040/hardware_regs/include
17
17
-iwithprefixbefore/pico-sdk/src/rp2040/hardware_structs/include
18
+ -iwithprefixbefore/pico-sdk/src/rp2_common/cmsis/include
19
+ -iwithprefixbefore/pico-sdk/src/rp2_common/cmsis/stub/CMSIS/Core/Include
20
+ -iwithprefixbefore/pico-sdk/src/rp2_common/cmsis/stub/CMSIS/Device/RaspberryPi/RP2040/Include
18
21
-iwithprefixbefore/pico-sdk/src/rp2_common/hardware_adc/include
19
22
-iwithprefixbefore/pico-sdk/src/rp2_common/hardware_base/include
20
23
-iwithprefixbefore/pico-sdk/src/rp2_common/hardware_claim/include
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ target_link_libraries(pico
53
53
hardware_vreg
54
54
hardware_watchdog
55
55
hardware_xosc
56
+ cmsis
56
57
pico_bit_ops
57
58
pico_bootrom
58
59
pico_bootsel_via_double_reset
You can’t perform that action at this time.
0 commit comments