mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-30 02:15:41 +00:00
15 lines
380 B
INI
15 lines
380 B
INI
[env:rak3172]
|
|
extends = stm32_base
|
|
board = wiscore_rak3172
|
|
board_upload.maximum_size = 233472 ; reserve the last 28KB for filesystem
|
|
build_flags =
|
|
${stm32_base.build_flags}
|
|
-Ivariants/rak3172
|
|
-DPIN_WIRE_SDA=PA11
|
|
-DPIN_WIRE_SCL=PA12
|
|
-DMESHTASTIC_EXCLUDE_ENVIRONMENTAL_SENSOR=1
|
|
-DMESHTASTIC_EXCLUDE_I2C=1
|
|
-DMESHTASTIC_EXCLUDE_GPS=1
|
|
;-DCFG_DEBUG
|
|
upload_port = stlink
|