Home
last modified time | relevance | path

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

12345678910>>...18

/bsp/amebaz/drivers/
A Dboard.c33 static char rt_log_buf[RT_CONSOLEBUF_SIZE]; in __wrap_rtl_printf()
42 if (length > RT_CONSOLEBUF_SIZE - 1) in __wrap_rtl_printf()
43 length = RT_CONSOLEBUF_SIZE - 1; in __wrap_rtl_printf()
/bsp/bluetrum/ab32vg1-ab-prougen/board/
A Dboard.c40 static char rt_log_buf[RT_CONSOLEBUF_SIZE]; in hal_printf()
49 if (length > RT_CONSOLEBUF_SIZE - 1) in hal_printf()
50 length = RT_CONSOLEBUF_SIZE - 1; in hal_printf()
/bsp/allwinner/libraries/libos/src/
A Dos.c412 static char rt_log_buf[RT_CONSOLEBUF_SIZE]; in eLIBs_printf()
417 if (length > RT_CONSOLEBUF_SIZE - 1) in eLIBs_printf()
418 length = RT_CONSOLEBUF_SIZE - 1; in eLIBs_printf()
/bsp/m16c62p/
A Drtconfig.h70 #define RT_CONSOLEBUF_SIZE 128 macro
/bsp/upd70f3454/
A Drtconfig.h70 #define RT_CONSOLEBUF_SIZE 128 macro
/bsp/samd21/
A Drtconfig.h77 #define RT_CONSOLEBUF_SIZE 128 macro
/bsp/wh44b0/
A Drtconfig.h62 #define RT_CONSOLEBUF_SIZE 128 macro
/bsp/nv32f100x/
A Drtconfig.h76 #define RT_CONSOLEBUF_SIZE 128 macro
/bsp/taihu/
A Drtconfig.h67 #define RT_CONSOLEBUF_SIZE 128 macro
/bsp/microblaze/
A Drtconfig.h81 #define RT_CONSOLEBUF_SIZE 256 macro
/bsp/Infineon/psoc6-pioneerkit_modus/
A Drtconfig.h45 #define RT_CONSOLEBUF_SIZE 256 macro
/bsp/stm32/libraries/templates/stm32f0xx/
A Drtconfig.h40 #define RT_CONSOLEBUF_SIZE 128 macro
/bsp/stm32/libraries/templates/stm32f10x/
A Drtconfig.h40 #define RT_CONSOLEBUF_SIZE 128 macro
/bsp/stm32/libraries/templates/stm32f2xx/
A Drtconfig.h39 #define RT_CONSOLEBUF_SIZE 128 macro
/bsp/stm32/libraries/templates/stm32f7xx/
A Drtconfig.h40 #define RT_CONSOLEBUF_SIZE 128 macro
/bsp/stm32/libraries/templates/stm32h7xx/
A Drtconfig.h39 #define RT_CONSOLEBUF_SIZE 128 macro
/bsp/stm32/libraries/templates/stm32l5xx/
A Drtconfig.h40 #define RT_CONSOLEBUF_SIZE 256 macro
/bsp/pic32ethernet/
A Drtconfig.h72 #define RT_CONSOLEBUF_SIZE 128 macro
/bsp/microchip/saml10/
A Drtconfig.h103 #define RT_CONSOLEBUF_SIZE 128 macro
/bsp/nxp/imx/imxrt/libraries/templates/imxrt1050xxx/
A Drtconfig.h41 #define RT_CONSOLEBUF_SIZE 128 macro
/bsp/nxp/imx/imxrt/libraries/templates/imxrt1064xxx/
A Drtconfig.h41 #define RT_CONSOLEBUF_SIZE 128 macro
/bsp/bouffalo_lab/bl808/lp/
A Drtconfig.h105 #define RT_CONSOLEBUF_SIZE 128 macro
/bsp/stm32/libraries/templates/stm32f4xx/
A Drtconfig.h40 #define RT_CONSOLEBUF_SIZE 128 macro
/bsp/stm32/libraries/templates/stm32l4xx/
A Drtconfig.h40 #define RT_CONSOLEBUF_SIZE 256 macro
/bsp/stm32/libraries/templates/stm32wbxx/
A Drtconfig.h42 #define RT_CONSOLEBUF_SIZE 128 macro

Completed in 43 milliseconds

12345678910>>...18