mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-06 13:59:16 +08:00
feat(startup): add fast boot and fast restart function
This commit is contained in:
@ -31,3 +31,8 @@ void uart_tx_wait_idle(uint8_t uart_no)
|
||||
|
||||
ets_delay_us(byte_delay_us);
|
||||
}
|
||||
|
||||
void uart_disable_swap_io(void)
|
||||
{
|
||||
CLEAR_PERI_REG_MASK(UART_SWAP_REG, 0x4);
|
||||
}
|
||||
|
Reference in New Issue
Block a user