Files
espurna/code/test/build
Maxim Prokhorov 574fbf1960 uart: standalone configuration
- setup uart at boot instead of delaying until some module needs it
  removes global `SERIAL_BAUDRATE` and `DEBUG_PORT` in favour or
  globally accessible numbered port configurations with `MODULE_NAME_PORT`
- automagically enable uart support for sensors that need it
- allow every sensor to configure uart0 (normal and swapped), uart1
  and an optional software-serial mode support with an extra build flag
  remove individual includes across the sensors
- settings queries and runtime port configuration (prefixed with uart)
- update dependencies header to cross-reference used ports at build time
- update deprecations header with serial baudrate notice
2022-09-25 08:26:22 +03:00
..
2020-12-30 21:49:17 +03:00
2022-09-21 04:21:23 +03:00
2022-09-21 04:21:23 +03:00
2021-01-24 03:38:02 +03:00
2022-09-25 08:26:22 +03:00
2022-05-06 18:56:54 +03:00