forked from pr3y/Bruce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
99 lines (93 loc) · 2.66 KB
/
platformio.ini
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
; 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
[platformio]
default_envs =
m5stack-cplus1_1
m5stack-cplus2
m5stack-cardputer
m5stack-core2
m5stack-core16mb
m5stack-core4mb
m5stack-cores3
CYD-2432S028
CYD-2USB
lilygo-t-embed-cc1101
lilygo-t-deck
lilygo-t-display-s3
;uncomment to not use global dirs to avoid possible conflicts
;platforms_dir = .pio/platforms
;packages_dir = .pio/packages
build_cache_dir = .pio/buildcache
cache_dir = .pio/cache
extra_configs =
boards/*.ini
boards/*/*.ini
[env]
platform = espressif32
platform_packages =
framework-arduinoespressif32 @ https://github.com/bmorcelli/arduino-esp32/releases/download/2.0.17e/esp32-2.0.17e.zip
monitor_filters = esp32_exception_decoder, send_on_enter, colorize
framework = arduino
board_build.variants_dir = boards
board_build.filesystem = littlefs
build_flags =
-DBRUCE_VERSION='"dev"'
-DEEPROMSIZE=128
-DLH=8
-DLW=6
-w
-Wl,--print-memory-usage
-Wl,--gc-sections
-DGIT_COMMIT_HASH='"Homebrew"'
-DSAFE_STACK_BUFFER_SIZE=4096
; rtl_433_ESP flags https://github.com/NorthernMan54/rtl_433_ESP/blob/main/example/OOK_Receiver/platformio.ini
;-DOOK_MODULATION=true ; False is FSK, True is OOK
;-DRF_CC1101="CC1101"
;-DRF_MODULE_GDO0=9 ; CC1101 pin GDO0
;-DRF_MODULE_GDO2=14 ; CC1101 pin GDO2
;-DRF_MODULE_GDO2=RADIOLIB_NC ; CC1101 pin GDO2
;-DRF_MODULE_INIT_STATUS=true
extra_scripts =
pre:patch.py
post:build.py
lib_deps =
WireGuard-ESP32
IRremoteESP8266
Time
LibSSH-ESP32
bakadave/PCA9554
https://github.com/bmorcelli/ESPping
https://github.com/rennancockles/PN532
https://github.com/rennancockles/MFRC522-I2C
https://github.com/rennancockles/ESP-ChameleonUltra
https://github.com/rennancockles/ESP-Amiibolink
https://github.com/whywilson/ESP-PN532BLE
NTPClient
Timezone
ESP32Time
bblanchon/ArduinoJson
https://github.com/bmorcelli/rc-switch
ESP8266Audio
FFat
earlephilhower/ESP8266SAM@^1.0.1
mikalhart/TinyGPSPlus
tinyu-zhao/FFT@^0.0.1
h2zero/NimBLE-Arduino@^1.4.0
nrf24/RF24 @ ^1.4.9
Adafruit Si4713 [email protected]
Bodmer/JPEGDecoder
https://github.com/bmorcelli/SmartRC-CC1101-Driver-Lib/
ducktape=https://github.com/bmorcelli/duktape/releases/download/2.7.0-lite/duktape-2.7.0.zip
paulstoffregen/OneWire@^2.3.8
;https://github.com/eadmaster/rtl_433_ESP
;jackjansen/esp32_idf5_https_server_compat
tobozo/ESP32-PSRamFS
;chegewara/EspTinyUSB
bitbank2/AnimatedGIF