convert to platformio and clean up

This commit is contained in:
Tobias Gunkel
2025-08-10 17:10:26 +02:00
parent 68dbc8707c
commit ae48e23fb7
13 changed files with 1184 additions and 2319 deletions
+34
View File
@@ -0,0 +1,34 @@
[env]
monitor_speed = 115200
[pico-base]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#651837d09a1a58c46bd1bcf4647468d8c5ed92c2
framework = arduino
board_build.core = earlephilhower
board_build.filesystem_size = 512k
#upload_protocol = mbed
upload_protocol = cmsis-dap
debug_tool = cmsis-dap
build_src_filter =
+<*.cpp>
#lib_ldf_mode = chain+
lib_deps =
bodmer/TFT_eSPI@^2.5.43
build_flags =
-I.
-Isrc/tft-espi-config/
-Iinc
-Iext/minigb_apu
[env:pico]
extends = pico-base
board = rpipico
[env:pico2]
extends = pico-base
board = rpipico2