forked from zjwhitehead/eppg-controller
-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from openppg/pico-probe
Single core operations, debugging
- Loading branch information
Showing
3 changed files
with
29 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,29 +50,32 @@ platform = https://github.com/openppg/platform-raspberrypi.git#de3a06a0d358567da | |
board = sparkfun_promicrorp2040 | ||
framework = arduino | ||
board_build.core = earlephilhower | ||
build_flags = -DRP_PIO -DUSE_TINYUSB | ||
build_flags = -DRP_PIO -DUSE_TINYUSB ;-DOPENPPG_DEBUG | ||
test_framework = unity | ||
board_build.f_cpu = 125000000L ; 125 MHz (default) | ||
monitor_filters = | ||
time | ||
|
||
; configure filesystem size. Default 0 Mbyte. | ||
; Out of 16Mbyte available | ||
board_build.filesystem_size = 14M ; 14 Mbyte for filesystem and 2 Mbyte for program | ||
src_folder = sp140 | ||
debug_tool = cmsis-dap | ||
;upload_protocol = cmsis-dap | ||
extra_scripts = pre:extra_script.py | ||
lib_deps = | ||
Wire | ||
Adafruit TinyUSB Library | ||
SPI | ||
[email protected] | ||
ArduinoJson@6.19.4 | ||
ArduinoJson@6.21.4 | ||
[email protected] ; deprecated | ||
[email protected] | ||
adafruit/Adafruit [email protected] | ||
adafruit/Adafruit BMP3XX [email protected].4 | ||
adafruit/Adafruit BMP3XX [email protected].5 | ||
adafruit/Adafruit DRV2605 [email protected] | ||
adafruit/Adafruit ST7735 and ST7789 [email protected] | ||
adafruit/Adafruit [email protected].0 | ||
adafruit/Adafruit [email protected].2 | ||
https://github.com/rlogiacco/[email protected] | ||
Adafruit GFX [email protected] | ||
lib_ignore = | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters