-
Some filesystems don't support files and directories with hyphen on it, so it is better to replace "-" with "_" to fix it.
```
$ find . -name "*-*"
./arch/z80/src/ez80/clang-compat.asm
./arch/xt…
-
I'm using a 16 MB Pimoroni Pico LIPO with the custom Pimoroni uf2 file and its limiting me to the default Pi PICO 2 MB. It appears there is a need for a custom Pimoroni Pico Lipo Micro Python uf2 file…
-
### CircuitPython version
```python
adafruit-circuitpython-pimoroni_tiny2040-en_GB-7.0.0
Adafruit CircuitPython 7.0.0 on 2021-09-20; Pimoroni Tiny 2040 with rp2040
Board ID:pimoroni_tiny2040
```
…
-
I noticed that [the header files](https://github.com/raspberrypi/pico-sdk/tree/master/src/boards/include/boards) for the sparkfun boards are missing some `#define`s for the default SPI pins. However, …
-
Currently, PlatformIO only seems to support `cmsis-dap and raspberry-swd` debug options. `jlink` and `stlink` do not appear to be supported.
`SEGGER` have updated their J-Link probe firmware to sup…
-
Error when building lastest firmware (git clone https://github.com/adafruit/circuitpython.git)
**Code/REPL**
adding the line: CIRCUITPY_USB_MSC = 0
to /ports/raspberrypi/boards/pimoroni…