43fd68779c
feat: store git version in fw and show in web ui
...
Signed-off-by: Matthias Blankertz <matthias@blankertz.org >
2025-12-23 12:00:05 +01:00
4c7ce78201
Switch btree to use mpy stack
Build RPi Pico firmware image / Build-Firmware (push) Successful in 3m23s
Check code formatting / Check-C-Format (push) Successful in 7s
Check code formatting / Check-Python-Flake8 (push) Successful in 9s
Check code formatting / Check-Bash-Shellcheck (push) Successful in 5s
Run unit tests on host / Run-Unit-Tests (push) Successful in 8s
2025-08-24 17:51:35 +02:00
3b349af8cf
micropython: Enable btree module for RPI_PICO_W
Build RPi Pico firmware image / Build-Firmware (push) Successful in 4m18s
Check code formatting / Check-C-Format (push) Successful in 9s
Check code formatting / Check-Python-Flake8 (push) Successful in 9s
Check code formatting / Check-Bash-Shellcheck (push) Successful in 5s
Run unit tests on host / Run-Unit-Tests (push) Successful in 9s
2025-08-19 20:05:01 +02:00
c698dad6da
micropython: Update to 1.24.1, with cherrypicked patches for pico-sdk 2.1.1
2025-03-10 20:17:25 +01:00
460a67cf9f
Add rp2 PIO and DMA fast SD card driver
...
The builtin micropython SD card driver using the default micropython SPI
implementation suffered from very low read speeds. Add an optimized SD
card driver using rp2 PIO and DMA. Currently read only, write support to
be added later.
Signed-off-by: Matthias Blankertz <matthias@blankertz.org >
2025-03-10 20:15:05 +01:00
fae0517e79
Add copy of PICO_W board with disabled threading
2024-05-31 15:29:23 +02:00