components-misc
Mixed bag of components
mbed-esp-stm32 - esp-idf component to flash firmware of stm32f1

This component lets an esp32 communicate with an stm32f1 (bluepill board) over USART and can flash the stm32f's firmware. So the stm32 can be updated over-the-air.

Documentation

  • View API documentation online
  • Create and view API documentation make doxy-api-view
  • Crate and view source code documentation make doxy-dev-view

Testing

  • work in progress
  • for now tests are run from application or a separate test package. Using git submodule to get all dependencies was not feasable.

Online Git Repositories