mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-05 11:09:20 +00:00

* Show ExternalNotification as excluded if it is * Enable ExternalNotification, SerialModule and RangeTest on STM32WL * Misc fixes for #7797 - ARCH_STM32 -> ARCH_STM32WL, use less flash by dropping weather station support for serialmodule, set tx/rx pins before begin * Enable Serial1 on RAK3172, make SerialModule use it (console is on LPUART1) * Fix SerialModule on RAK3172, fix board definition of RAK3172 to include the right pin mapping.
20 lines
482 B
INI
20 lines
482 B
INI
[env:rak3172]
|
|
extends = stm32_base
|
|
board = wiscore_rak3172
|
|
board_level = pr
|
|
board_upload.maximum_size = 233472 ; reserve the last 28KB for filesystem
|
|
build_flags =
|
|
${stm32_base.build_flags}
|
|
-Ivariants/stm32/rak3172
|
|
-DRAK3172
|
|
-DENABLE_HWSERIAL1
|
|
-DPIN_SERIAL1_RX=PB7
|
|
-DPIN_SERIAL1_TX=PB6
|
|
-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
|