Debugging POC

This commit is contained in:
lukstep
2023-09-25 22:57:46 +02:00
parent 3d8b06e9b7
commit 0d802ea304
7 changed files with 82 additions and 7 deletions

View File

@@ -11,7 +11,8 @@ RUN apk update && \
libusb-dev \
bsd-compat-headers \
newlib-arm-none-eabi \
gcc-arm-none-eabi
gcc-arm-none-eabi \
gdb-multiarch
# Raspberry Pi Pico SDK
ARG SDK_PATH=/usr/share/pico_sdk