Skip to content

Commit

Permalink
Merge pull request #6 from retrofun/fedora-40-fixes
Browse files Browse the repository at this point in the history
Fedora 40 build
  • Loading branch information
harbaum authored Aug 12, 2024
2 parents 7ef6bd5 + a408db8 commit 63f5a52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rp2040/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sudo apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi build-essential
### Install the Pi Pico Toolchain (Fedora)
```
sudo dnf groupinstall "Development tools"
sudo dnf install cmake gcc-arm-linux-gnu arm-none-eabi-gcc-cs-c++ arm-none-eabi-gcc-cs arm-none-eabi-binutils arm-none-eabi-newlib
sudo dnf install clang cmake gcc-arm-linux-gnu arm-none-eabi-gcc-cs-c++ arm-none-eabi-gcc-cs arm-none-eabi-binutils arm-none-eabi-newlib
```

### Download an install the Pi Pico SDK
Expand Down Expand Up @@ -101,7 +101,7 @@ The RP2040 is by default somewhat inconvenient to develop for
as it has to be mounted manually as mass-storage to copy the
uf2 file onto it.

It's thus recommanded to use a second Pi-Pico as a SWD programmng
It's thus recommended to use a second Pi-Pico as a SWD programming
adapter. The details are explained in appendix A of
[Getting started with Raspberry Pi Pico](https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf) under section ```Debug with a second Pico```.

Expand Down
1 change: 1 addition & 0 deletions src/rp2040/mcu_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <stdio.h>
#include "pio_usb.h"
#include "pico/multicore.h"
#include "hardware/clocks.h"

#include "../debug.h"
#include "../config.h"
Expand Down

0 comments on commit 63f5a52

Please sign in to comment.