1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp32/bootloader
Gunar Schorcht 623660b399 cpu/esp32/bootloader: allow config of UART console
The UART interface and its configuration as used by the STDIO is defined in RIOT using `STDIO_UART_DEV` and the UART configuration in `periph_conf.h`.

However, the bootloader compiled directly in ESP-IDF uses its own definitions `CONFIG_ESP_CONSOLE_UART_*` for the UART configuration. To be able to use a consistent UART configuration in RIOT and the bootloader, e.g. to see the output of the 2nd stage bootloader, these `CONFIG_ESP_CONSOLE_UART_*` can be defined via a set of KConfig variables `CONSOLE_CONFIG_UART_*`. Here the variable `CONSOLE_CONFIG_UART_NUM` is then also used as `STDIO_UART_DEV` and the variables `CONSOLE_CONFIG_UART_RX` and `CONSOLE_CONFIG_UART_TX` of the configuration in `periph_conf.h` should be used accordingly.
f
2023-01-06 16:43:51 +01:00
..
Kconfig cpu/esp32: compile bootloader from ESP-IDF v4.4 source 2022-06-01 13:31:00 +02:00
Makefile cpu/esp32/bootloader: add ESP32-S2 support 2022-08-29 17:19:39 +02:00
sdkconfig_default_common.h cpu/esp32/bootloader: allow config of UART console 2023-01-06 16:43:51 +01:00
sdkconfig_default_esp32.h cpu/esp32: set bootloader XTAL frequency configuration to automatic 2022-11-01 03:22:38 +01:00
sdkconfig_default_esp32c3.h cpu/esp32/bootloader: move common configuration to a common file 2022-08-07 08:47:46 +02:00
sdkconfig_default_esp32s2.h cpu/esp32/bootloader: add ESP32-S2 support 2022-08-29 17:19:39 +02:00
sdkconfig_default_esp32s3.h cpu/esp32/bootloader: add ESP32-S3 support 2022-08-17 02:04:07 +02:00
sdkconfig.h cpu/esp32/bootloader: allow config of UART console 2023-01-06 16:43:51 +01:00
stub.c cpu/esp32: compile bootloader from ESP-IDF v4.4 source 2022-06-01 13:31:00 +02:00