Master include file for project Includes all project includes and defines here.
Small printf user function.
MEMSPACE void uart_queue_putc(uint8_t uart_no, char c)
MEMSPACE void _printf_fn(printf_t *fn, __memx const char *fmt, va_list va)
vsnprintf function
static void _uart0_fn(struct _printf_t *p, char ch)
_uart0_fn low level function that writes a character with uart0har()
MEMSPACE int uart0_printf(const char *format,...)
printf function
MEMSPACE int uart_putc(uint8 uart_no, char c)
Write a byte from a uart with NL to CR/NL conversion Note: This function waits/blocks util the write ...
Math IO functions, and verious conversion code with floating point support.
void(* put)(struct _printf_t *, char)
undefine any potential macro version of these functions