mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(openthread): support uart ISR in IRAM
This commit is contained in:
parent
1cc34e69d7
commit
ff1fd81e2f
@ -114,6 +114,7 @@ menu "OpenThread"
|
|||||||
Select this to use the native 15.4 radio.
|
Select this to use the native 15.4 radio.
|
||||||
|
|
||||||
config OPENTHREAD_RADIO_SPINEL_UART
|
config OPENTHREAD_RADIO_SPINEL_UART
|
||||||
|
select UART_ISR_IN_IRAM
|
||||||
bool "Connect via UART"
|
bool "Connect via UART"
|
||||||
help
|
help
|
||||||
Select this to connect to a Radio Co-Processor via UART.
|
Select this to connect to a Radio Co-Processor via UART.
|
||||||
@ -157,6 +158,7 @@ menu "OpenThread"
|
|||||||
default OPENTHREAD_RCP_UART
|
default OPENTHREAD_RCP_UART
|
||||||
|
|
||||||
config OPENTHREAD_RCP_UART
|
config OPENTHREAD_RCP_UART
|
||||||
|
select UART_ISR_IN_IRAM
|
||||||
bool "UART RCP"
|
bool "UART RCP"
|
||||||
help
|
help
|
||||||
Select this to enable UART connection to host.
|
Select this to enable UART connection to host.
|
||||||
@ -293,7 +295,7 @@ menu "OpenThread"
|
|||||||
config OPENTHREAD_UART_BUFFER_SIZE
|
config OPENTHREAD_UART_BUFFER_SIZE
|
||||||
int "The uart received buffer size of openthread"
|
int "The uart received buffer size of openthread"
|
||||||
depends on OPENTHREAD_ENABLED
|
depends on OPENTHREAD_ENABLED
|
||||||
default 256
|
default 768
|
||||||
range 128 1024
|
range 128 1024
|
||||||
help
|
help
|
||||||
Set the OpenThread UART buffer size.
|
Set the OpenThread UART buffer size.
|
||||||
|
Loading…
Reference in New Issue
Block a user