Home
last modified time | relevance | path

Searched refs:RT_CONSOLEBUF_SIZE (Results 1 – 12 of 12) sorted by relevance

/nrf52832-nimble/rt-thread/components/finsh/
H A Dmsh_file.c103 line_buf = (char *) rt_malloc(RT_CONSOLEBUF_SIZE); in msh_exec_script()
108 length = msh_readline(fd, line_buf, RT_CONSOLEBUF_SIZE); in msh_exec_script()
H A Dshell.c78 static char finsh_prompt[RT_CONSOLEBUF_SIZE + 1] = {0}; in finsh_get_prompt()
101 getcwd(&finsh_prompt[rt_strlen(finsh_prompt)], RT_CONSOLEBUF_SIZE - rt_strlen(finsh_prompt)); in finsh_get_prompt()
/nrf52832-nimble/
H A Drtconfig.h39 #define RT_CONSOLEBUF_SIZE 128 macro
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/src/
H A Dmodlog.c36 static char modlog_buf[RT_CONSOLEBUF_SIZE]; in modlog_vprintf()
/nrf52832-nimble/rt-thread/components/utilities/logtrace/
H A Dlog_trace.h58 #define LOG_TRACE_BUFSZ RT_CONSOLEBUF_SIZE
/nrf52832-nimble/rt-thread/src/
H A Dkservice.c1149 static char rt_log_buf[RT_CONSOLEBUF_SIZE]; in rt_kprintf()
1158 if (length > RT_CONSOLEBUF_SIZE - 1) in rt_kprintf()
1159 length = RT_CONSOLEBUF_SIZE - 1; in rt_kprintf()
H A DKconfig308 config RT_CONSOLEBUF_SIZE config
/nrf52832-nimble/rt-thread/components/utilities/utest/
H A Dutest.c31 #if RT_CONSOLEBUF_SIZE < 256
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/arch/
H A Dsys_arch.c657 static char rt_log_buf[RT_CONSOLEBUF_SIZE]; in ppp_trace()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/arch/
H A Dsys_arch.c694 static char rt_log_buf[RT_CONSOLEBUF_SIZE]; in ppp_trace()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/arch/
H A Dsys_arch.c769 static char rt_log_buf[RT_CONSOLEBUF_SIZE]; in ppp_trace()
/nrf52832-nimble/rt-thread/components/drivers/spi/
H A Dspi_flash_sfud.c44 static char log_buf[RT_CONSOLEBUF_SIZE];