Skip to content

Generic Arduino Support #77

@jake-is-ESD-protected

Description

@jake-is-ESD-protected

The uart_unif module tries to access either the STM32 HAL for STM32 builds or the esp-idf for ESP32 builds. There is no actual platform-agnostic support through Arduino functions.

Support can be added by doing the following:

  • Compile-time conditional timeout for the queue in cli_server
  • Combine line reading and edge cases catching in uart_unif_read with appropriate queue inputs
  • Correct parsing of non-ESP32/non-STM32 Arduino FW projects (simply checking ARDUINO macro won't be enough)

The central difference is that the cli_server won't be a worker woken up by an event or interrupt system, but a polling loop with configurable timeout.

Check what boards have enough RAM for jescore!

Metadata

Metadata

Labels

enhancementNew feature or request
No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions