mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-18 12:17:56 -06:00
lib: Add rp2350 files to pico-sdk
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
2ad0b1afc2
commit
f00919070e
107 changed files with 128556 additions and 0 deletions
|
@ -47,3 +47,23 @@ index aff1fc9ae..59c67db19 100644
|
|||
|
||||
# note we don't do this by default in this file for backwards comaptibility with user code
|
||||
# that may include this file, but not use unified syntax. Note that this macro does equivalent
|
||||
diff --git a/lib/pico-sdk/rp2350/cmsis_include/RP2350.h b/lib/pico-sdk/rp2350/cmsis_include/RP2350.h
|
||||
index 8ae014e04..94d0f178c 100644
|
||||
--- a/lib/pico-sdk/rp2350/cmsis_include/RP2350.h
|
||||
+++ b/lib/pico-sdk/rp2350/cmsis_include/RP2350.h
|
||||
@@ -5933,6 +5933,7 @@ typedef struct { /*!< USB_DPRAM Structure
|
||||
* @{
|
||||
*/
|
||||
|
||||
+#if 0
|
||||
#define RESETS_BASE 0x40020000UL
|
||||
#define PSM_BASE 0x40018000UL
|
||||
#define CLOCKS_BASE 0x40010000UL
|
||||
@@ -5986,6 +5987,7 @@ typedef struct { /*!< USB_DPRAM Structure
|
||||
#define OTP_DATA_RAW_BASE 0x40134000UL
|
||||
#define TBMAN_BASE 0x40160000UL
|
||||
#define USB_DPRAM_BASE 0x50100000UL
|
||||
+#endif
|
||||
|
||||
/** @} */ /* End of group Device_Peripheral_peripheralAddr */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue