@@ -112,7 +112,7 @@ void UserMain(void){
#ifdef LUAT_CONF_LOG_UART1
luat_uart_t uart1_conf = {
.id = 1,
- .baud_rate = 921600,
+ .baud_rate = 2000000,
.data_bits = 8,
.parity = 0,
.stop_bits = 1,
@@ -99,11 +99,11 @@ void board_init(void)
{
#ifndef LUAT_CONF_LOG_UART1
/* use uart0 as log output io */
- uart0Init(921600);
+ uart0Init(2000000);
#else
// uart1_io_init();
/* use uart1 as log output io */
- // uart1Init(921600);
+ // uart1Init(2000000);
set_printf_port(0xff);
#endif
}
@@ -37,7 +37,7 @@
"user" : {
"project" : "",
"version" : "",
- "log_br" : "921600"
+ "log_br" : "2000000"
},
"download" : {
"core_addr" : "0x00000000",