lib: Changes to rp2040 build files to work in Klipper build system

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2021-06-19 21:42:40 -04:00
parent cc0969dd05
commit 20c5976356
4 changed files with 35 additions and 3 deletions

View File

@@ -56,7 +56,9 @@ version 1.24.0 (extracted 20190723).
The rp2040 directory contains code from the pico sdk:
https://github.com/raspberrypi/pico-sdk.git
version 1.2.0 (bfcbefafc5d2a210551a4d9d80b4303d4ae0adf7).
version 1.2.0 (bfcbefafc5d2a210551a4d9d80b4303d4ae0adf7). It has been
modified so that it can build outside of the pico sdk. See
rp2040.patch for the modifications.
The hub-ctrl directory contains code from:
https://github.com/codazoda/hub-ctrl.c/