feat(startup): add fast boot and fast restart function

This commit is contained in:
dongheng
2020-02-17 14:39:32 +08:00
committed by Dong Heng
parent 4b466c782d
commit b967caefaf
19 changed files with 428 additions and 43 deletions

View File

@ -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);
}