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>
17 lines
352 B
C
17 lines
352 B
C
/*
|
|
Wio-E5 mini (formerly LoRa-E5 mini)
|
|
https://www.seeedstudio.com/LoRa-E5-mini-STM32WLE5JC-p-4869.html
|
|
https://www.seeedstudio.com/LoRa-E5-Wireless-Module-p-4745.html
|
|
*/
|
|
|
|
/*
|
|
This variant is a work in progress.
|
|
Do not expect a working Meshtastic device with this target.
|
|
*/
|
|
|
|
#ifndef _VARIANT_WIOE5_
|
|
#define _VARIANT_WIOE5_
|
|
|
|
#define USE_STM32WLx
|
|
|
|
#endif |