@@ -41,33 +41,40 @@ lib_deps =
4141 adafruit/Adafruit BusIO@1.7.5
4242 adafruit/Adafruit BMP3XX Library@2.1.1
4343 adafruit/Adafruit ST7735 and ST7789 Library@1.6.1
44- https://github.com/rlogiacco/CircularBuffer
44+ https://github.com/rlogiacco/CircularBuffer@1.4.0
4545lib_ignore =
4646 ${extra.lib_ignore}
4747
4848[env:OpenPPG-CRP2040-SP140]
49- platform = https://github.com/openppg/platform-raspberrypi.git# d558b307a404efbfc4282ce9e61d16f338f1c172
49+ platform = https://github.com/openppg/platform-raspberrypi.git# de3a06a0d358567da4b175d6590971d6bfa1408f
5050board = sparkfun_promicrorp2040
5151framework = arduino
5252board_build.core = earlephilhower
5353build_flags = -DRP_PIO -DUSE_TINYUSB
54+ test_framework = unity
55+ monitor_filters =
56+ time
5457
5558; configure filesystem size. Default 0 Mbyte.
5659; Out of 16Mbyte available
5760board_build.filesystem_size = 14M ; 14 Mbyte for filesystem and 2 Mbyte for program
5861src_folder = sp140
5962extra_scripts = pre:extra_script.py
6063lib_deps =
64+ Wire
65+ Adafruit TinyUSB Library
66+ SPI
6167 AceButton@1.9.2
6268 ArduinoJson@6.19.4
6369 ResponsiveAnalogRead@1.2.1 ; deprecated
6470 Time@1.6.1
65- adafruit/Adafruit BusIO@1.13.2
66- adafruit/Adafruit BMP3XX Library@2.1.2
67- adafruit/Adafruit DRV2605 Library@1.2.2
68- adafruit/Adafruit ST7735 and ST7789 Library@1.10.2
69- https://github.com/rlogiacco/CircularBuffer
70- Adafruit GFX Library@1.11.7
71+ adafruit/Adafruit BusIO@1.14.5
72+ adafruit/Adafruit BMP3XX Library@2.1.4
73+ adafruit/Adafruit DRV2605 Library@1.2.4
74+ adafruit/Adafruit ST7735 and ST7789 Library@1.10.3
75+ adafruit/Adafruit NeoPixel@1.12.0
76+ https://github.com/rlogiacco/CircularBuffer@1.4.0
77+ Adafruit GFX Library@1.11.9
7178lib_ignore =
7279 Adafruit SleepyDog Library
7380 ${extra.lib_ignore}
0 commit comments