diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2024-10-24 19:49:33 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2024-11-13 14:25:59 -0500 |
commit | 9f328cab9536d73df697b325fab13dd7eb550522 (patch) | |
tree | d33548de4c6f585ac80b5d5dd3e28860ee404bf0 /lib | |
parent | c88ee84bed69f2903c7499b380043957b325e28b (diff) | |
download | kutter-9f328cab9536d73df697b325fab13dd7eb550522.tar.gz kutter-9f328cab9536d73df697b325fab13dd7eb550522.tar.xz kutter-9f328cab9536d73df697b325fab13dd7eb550522.zip |
lib: Move lib/rp2040/elf2uf2 to lib/elf2uf2
Recent versions of the rp2040 sdk no longer contain the elf2uf2 tool.
So, move that code to a new dedicated directory. This is in
preparation for updating the rp2040 sdk version.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/README | 5 | ||||
-rw-r--r-- | lib/elf2uf2/elf.h (renamed from lib/rp2040/elf2uf2/elf.h) | 0 | ||||
-rw-r--r-- | lib/elf2uf2/main.cpp (renamed from lib/rp2040/elf2uf2/main.cpp) | 0 |
3 files changed, 5 insertions, 0 deletions
@@ -111,6 +111,11 @@ 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 elf2uf2 directory contains code from the pico sdk: + https://github.com/raspberrypi/pico-sdk.git +version 1.2.0 (bfcbefafc5d2a210551a4d9d80b4303d4ae0adf7). Contents +taken from the tools/elf2uf2/ directory. + The rp2040_flash directory contains a light-weight bootsel flash tool. It uses C part of the the `picoboot_connection` directory found in: https://github.com/raspberrypi/picotool.git diff --git a/lib/rp2040/elf2uf2/elf.h b/lib/elf2uf2/elf.h index 32e3dbb4..32e3dbb4 100644 --- a/lib/rp2040/elf2uf2/elf.h +++ b/lib/elf2uf2/elf.h diff --git a/lib/rp2040/elf2uf2/main.cpp b/lib/elf2uf2/main.cpp index b66f082c..b66f082c 100644 --- a/lib/rp2040/elf2uf2/main.cpp +++ b/lib/elf2uf2/main.cpp |