* esp32c3: Move SWD functions into RTC_CNTL common implementation Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com> * esp32s3: Extend SWD functions to ESP32-S3 Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
* Separate TIMG into timer0, (timer1), wdt * Apply suggestions from code review * Remove left-over code * Ignore settings.json
* Add some config options to the UART driver * Use esp-println 0.2.0 * Remove the NoPin type * Serial constructor now doesn't return a Result anymore