Skip to content

3 move uart selection and initialisation directly into the class#11

Merged
martinroger merged 2 commits into
mainfrom
3-move-uart-selection-and-initialisation-directly-into-the-class
Feb 22, 2026
Merged

3 move uart selection and initialisation directly into the class#11
martinroger merged 2 commits into
mainfrom
3-move-uart-selection-and-initialisation-directly-into-the-class

Conversation

@martinroger

Copy link
Copy Markdown
Owner

BREAKING CHANGES

- Uart is now directly handled by the class, do not interfere with it

  • Baudrate detection is possible (not sure if very robust)
  • More robust AVRC metadata handling with strlcpy
  • UART events for rx task
  • Better Serial Timeout handling
  • Better FreeRTOS scheduling

@martinroger martinroger self-assigned this Feb 22, 2026
@martinroger martinroger linked an issue Feb 22, 2026 that may be closed by this pull request
3 tasks
@martinroger martinroger merged commit b2ded85 into main Feb 22, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move UART selection and initialisation directly into the class

1 participant