forked from geo-tp/Bitcoin-Card-Wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
42 lines (40 loc) · 1.18 KB
/
platformio.ini
File metadata and controls
42 lines (40 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:m5stack-stamps3]
platform = espressif32@6.5.0
platform_packages =
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#release/v2.x
board = m5stack-stamps3
framework = arduino
lib_extra_dirs = lib
lib_ldf_mode = chain+
build_flags =
-Llib/secp256k1
-lsecp256k1
-DENABLE_MODULE_ECMULT_GEN
-DENABLE_MODULE_RECOVERY
-frtti
-fexceptions
-D CONFIG_TINYUSB_HID_ENABLED
-D ARDUINO_USB_MODE=1
lib_deps =
m5stack/M5Cardputer@^1.0.3
fastled/FastLED@^3.3.3
ciband/bip39@^1.1.1
theclocktwister/Crypto++@^8.9.1
stepansnigirev/uBitcoin@^0.2.0
; Debugger
debug_tool = esp-builtin ; USB-JTAG
upload_protocol = esp-builtin
debug_speed = 20000
monitor_speed = 115200
upload_speed = 921600
debug_build_flags = -Og -ggdb3 -DCORE_DEBUG_LEVEL=5
debug_init_break = tbreak setup