firmware icon indicating copy to clipboard operation
firmware copied to clipboard

feat(stm32): Add LilyGo T3-STM32 + supporting changes

Open ndoo opened this issue 1 month ago • 1 comments

  • Add LilyGo T3-STM32
  • Explicitly enable TCXO voltage for wio-e5 & CDEBYTE_E77-MBL
  • Add STM32 ADC support
    • Defines in src/platform/stm32wl/architecture.h
    • STM32-specific HAL calculation code in src/Power.cpp

🤝 Attestations

  • [x] I have tested that my proposed changes behave as described.
  • [x] I have tested that my proposed changes do not cause any obvious regressions on the following devices:
    • [x] Seeed Wio-e5 mini dev board

ndoo avatar Dec 03 '25 17:12 ndoo

trunk fmt and a note about the E77-MBL TCXO.

ndoo avatar Dec 03 '25 17:12 ndoo

@ndoo

image

LilyGO T3-STM32 uses STM32WL55CC Unlike WLE5, WL55 has 2 ARM cores (M4 and M0+)



image






image

PA7 is in use by SPI OLED dosplay



image



lyusupov avatar Dec 11 '25 18:12 lyusupov