/mcuboot-latest/boot/espressif/port/esp32/ |
D | serial_adapter.c | 64 static uart_dev_t *serial_boot_uart_dev = (SERIAL_BOOT_UART_NUM == 0) ? variable 73 tx_len = uart_ll_get_txfifo_len(serial_boot_uart_dev); in console_write() 76 uart_ll_write_txfifo(serial_boot_uart_dev, (const uint8_t *)str, cnt); in console_write() 85 len = uart_ll_get_rxfifo_len(serial_boot_uart_dev); in console_read() 90 uart_ll_read_rxfifo(serial_boot_uart_dev, (uint8_t *)&str[read_len], 1); in console_read() 124 uart_ll_set_sclk(serial_boot_uart_dev, UART_SCLK_APB); in boot_console_init() 125 uart_ll_set_mode_normal(serial_boot_uart_dev); in boot_console_init() 126 uart_ll_set_baudrate(serial_boot_uart_dev, 115200, UART_SCLK_APB); in boot_console_init() 127 uart_ll_set_stop_bits(serial_boot_uart_dev, 1u); in boot_console_init() 128 uart_ll_set_parity(serial_boot_uart_dev, UART_PARITY_DISABLE); in boot_console_init() [all …]
|
/mcuboot-latest/boot/espressif/port/esp32c2/ |
D | serial_adapter.c | 66 static uart_dev_t *serial_boot_uart_dev = (SERIAL_BOOT_UART_NUM == 0) ? variable 76 tx_len = uart_ll_get_txfifo_len(serial_boot_uart_dev); in console_write() 79 uart_ll_write_txfifo(serial_boot_uart_dev, (const uint8_t *)str, write_len); in console_write() 94 len = uart_ll_get_rxfifo_len(serial_boot_uart_dev); in console_read() 99 uart_ll_read_rxfifo(serial_boot_uart_dev, (uint8_t *)&str[read_len], 1); in console_read() 135 uart_ll_set_sclk(serial_boot_uart_dev, UART_SCLK_DEFAULT); in boot_console_init() 136 uart_ll_set_mode_normal(serial_boot_uart_dev); in boot_console_init() 137 uart_ll_set_baudrate(serial_boot_uart_dev, 115200, UART_SCLK_DEFAULT); in boot_console_init() 138 uart_ll_set_stop_bits(serial_boot_uart_dev, 1u); in boot_console_init() 139 uart_ll_set_parity(serial_boot_uart_dev, UART_PARITY_DISABLE); in boot_console_init() [all …]
|
/mcuboot-latest/boot/espressif/port/esp32s2/ |
D | serial_adapter.c | 69 static uart_dev_t *serial_boot_uart_dev = (SERIAL_BOOT_UART_NUM == 0) ? variable 79 tx_len = uart_ll_get_txfifo_len(serial_boot_uart_dev); in console_write() 82 uart_ll_write_txfifo(serial_boot_uart_dev, (const uint8_t *)str, write_len); in console_write() 97 len = uart_ll_get_rxfifo_len(serial_boot_uart_dev); in console_read() 102 uart_ll_read_rxfifo(serial_boot_uart_dev, (uint8_t *)&str[read_len], 1); in console_read() 136 uart_ll_set_sclk(serial_boot_uart_dev, UART_SCLK_APB); in boot_console_init() 137 uart_ll_set_mode_normal(serial_boot_uart_dev); in boot_console_init() 138 uart_ll_set_baudrate(serial_boot_uart_dev, 115200, UART_SCLK_APB); in boot_console_init() 139 uart_ll_set_stop_bits(serial_boot_uart_dev, 1u); in boot_console_init() 140 uart_ll_set_parity(serial_boot_uart_dev, UART_PARITY_DISABLE); in boot_console_init() [all …]
|
/mcuboot-latest/boot/espressif/port/esp32s3/ |
D | serial_adapter.c | 72 static uart_dev_t *serial_boot_uart_dev = (SERIAL_BOOT_UART_NUM == 0) ? variable 92 tx_len = uart_ll_get_txfifo_len(serial_boot_uart_dev); in console_write() 95 uart_ll_write_txfifo(serial_boot_uart_dev, (const uint8_t *)str, write_len); in console_write() 128 len = uart_ll_get_rxfifo_len(serial_boot_uart_dev); in console_read() 133 uart_ll_read_rxfifo(serial_boot_uart_dev, (uint8_t *)&str[read_len], 1); in console_read() 173 uart_ll_set_sclk(serial_boot_uart_dev, UART_SCLK_APB); in boot_console_init() 174 uart_ll_set_mode_normal(serial_boot_uart_dev); in boot_console_init() 175 uart_ll_set_baudrate(serial_boot_uart_dev, 115200, UART_SCLK_APB); in boot_console_init() 176 uart_ll_set_stop_bits(serial_boot_uart_dev, 1u); in boot_console_init() 177 uart_ll_set_parity(serial_boot_uart_dev, UART_PARITY_DISABLE); in boot_console_init() [all …]
|
/mcuboot-latest/boot/espressif/port/esp32c3/ |
D | serial_adapter.c | 69 static uart_dev_t *serial_boot_uart_dev = (SERIAL_BOOT_UART_NUM == 0) ? variable 89 tx_len = uart_ll_get_txfifo_len(serial_boot_uart_dev); in console_write() 92 uart_ll_write_txfifo(serial_boot_uart_dev, (const uint8_t *)str, write_len); in console_write() 124 len = uart_ll_get_rxfifo_len(serial_boot_uart_dev); in console_read() 129 uart_ll_read_rxfifo(serial_boot_uart_dev, (uint8_t *)&str[read_len], 1); in console_read() 170 uart_ll_set_sclk(serial_boot_uart_dev, UART_SCLK_APB); in boot_console_init() 171 uart_ll_set_mode_normal(serial_boot_uart_dev); in boot_console_init() 172 uart_ll_set_baudrate(serial_boot_uart_dev, 115200, UART_SCLK_APB); in boot_console_init() 173 uart_ll_set_stop_bits(serial_boot_uart_dev, 1u); in boot_console_init() 174 uart_ll_set_parity(serial_boot_uart_dev, UART_PARITY_DISABLE); in boot_console_init() [all …]
|
/mcuboot-latest/boot/espressif/port/esp32c6/ |
D | serial_adapter.c | 69 static uart_dev_t *serial_boot_uart_dev = (SERIAL_BOOT_UART_NUM == 0) ? variable 89 tx_len = uart_ll_get_txfifo_len(serial_boot_uart_dev); in console_write() 92 uart_ll_write_txfifo(serial_boot_uart_dev, (const uint8_t *)str, write_len); in console_write() 124 len = uart_ll_get_rxfifo_len(serial_boot_uart_dev); in console_read() 129 uart_ll_read_rxfifo(serial_boot_uart_dev, (uint8_t *)&str[read_len], 1); in console_read() 170 uart_ll_set_sclk(serial_boot_uart_dev, UART_SCLK_DEFAULT); in boot_console_init() 171 uart_ll_set_mode_normal(serial_boot_uart_dev); in boot_console_init() 172 uart_ll_set_baudrate(serial_boot_uart_dev, 115200, UART_SCLK_DEFAULT); in boot_console_init() 173 uart_ll_set_stop_bits(serial_boot_uart_dev, 1u); in boot_console_init() 174 uart_ll_set_parity(serial_boot_uart_dev, UART_PARITY_DISABLE); in boot_console_init() [all …]
|
/mcuboot-latest/boot/espressif/port/esp32h2/ |
D | serial_adapter.c | 69 static uart_dev_t *serial_boot_uart_dev = (SERIAL_BOOT_UART_NUM == 0) ? variable 89 tx_len = uart_ll_get_txfifo_len(serial_boot_uart_dev); in console_write() 92 uart_ll_write_txfifo(serial_boot_uart_dev, (const uint8_t *)str, write_len); in console_write() 124 len = uart_ll_get_rxfifo_len(serial_boot_uart_dev); in console_read() 129 uart_ll_read_rxfifo(serial_boot_uart_dev, (uint8_t *)&str[read_len], 1); in console_read() 170 uart_ll_set_sclk(serial_boot_uart_dev, UART_SCLK_DEFAULT); in boot_console_init() 171 uart_ll_set_mode_normal(serial_boot_uart_dev); in boot_console_init() 172 uart_ll_set_baudrate(serial_boot_uart_dev, 115200, UART_SCLK_DEFAULT); in boot_console_init() 173 uart_ll_set_stop_bits(serial_boot_uart_dev, 1u); in boot_console_init() 174 uart_ll_set_parity(serial_boot_uart_dev, UART_PARITY_DISABLE); in boot_console_init() [all …]
|