diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-06-19 21:42:40 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-07-04 10:11:02 -0400 |
commit | 20c597635650d6a0944f9b6e33c438508a0c691f (patch) | |
tree | bd2746f43e420ab1e5676539af76ce539d838e94 /lib/README | |
parent | cc0969dd0539c7bcc89652a793d7ccfc0c3b0fcd (diff) | |
download | kutter-20c597635650d6a0944f9b6e33c438508a0c691f.tar.gz kutter-20c597635650d6a0944f9b6e33c438508a0c691f.tar.xz kutter-20c597635650d6a0944f9b6e33c438508a0c691f.zip |
lib: Changes to rp2040 build files to work in Klipper build system
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'lib/README')
-rw-r--r-- | lib/README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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/ |