mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 10:19:59 +00:00
a491ceefcd
* Wio-e5 / STM32WL wip * Stubbing some FS stuff out * Wio-e5 / STM32WL wip * Stubbing some FS stuff out * Wio-e5 / STM32WL wip * Stubbing some FS stuff out * Wio-e5 / STM32WL wip * Stubbing some FS stuff out * LittleFS compiles. Can't check with actual device. * make cppcheck happy again * Guard against accelerometer thread * Missed a spot * Upload via ST-LINK * Derive MAC address from UID * upload port * Trunk it * Guard it * Maybe fix the cache error on startup. * Latest RadioLib ref to fix SubGHZ * revert nasty Sub-GHz Hack * Boots and radio inits with RadioLib 6.0, LittleFS doesn't seem to work --------- Co-authored-by: Thomas Göttgens <tgoettgens@gmail.com> Co-authored-by: GUVWAF <thijs@havinga.eu>
11 lines
239 B
INI
11 lines
239 B
INI
[env:wio-e5]
|
|
extends = stm32wl5e_base
|
|
board_level = extra
|
|
build_flags =
|
|
${stm32wl5e_base.build_flags}
|
|
-Ivariants/wio-e5
|
|
-DHAL_DAC_MODULE_ONLY
|
|
-DSERIAL_UART_INSTANCE=1
|
|
-DPIN_SERIAL_RX=PB7
|
|
-DPIN_SERIAL_TX=PB6
|
|
upload_port = stlink |