mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-06 19:49:19 +00:00

* Add RF switch settings for STM32WL variants * Shuffle ifdefs in STM32WLE5JCInterface to make it not get built by other targets
16 lines
432 B
INI
16 lines
432 B
INI
[env:CDEBYTE_E77-MBL]
|
|
extends = stm32_base
|
|
board = ebyte_e77_dev
|
|
board_upload.maximum_size = 233472 ; reserve the last 28KB for filesystem
|
|
board_level = extra
|
|
build_flags =
|
|
${stm32_base.build_flags}
|
|
-Ivariants/stm32/CDEBYTE_E77-MBL
|
|
-DSERIAL_UART_INSTANCE=1
|
|
-DPIN_SERIAL_RX=PA3
|
|
-DPIN_SERIAL_TX=PA2
|
|
-DMESHTASTIC_EXCLUDE_ENVIRONMENTAL_SENSOR=1
|
|
-DMESHTASTIC_EXCLUDE_I2C=1
|
|
-DMESHTASTIC_EXCLUDE_GPS=1
|
|
|
|
upload_port = stlink |