![]() |
NEORV32 - Software Framework Documentation
|
Demo/test program for NEORV32's newlib C standard library support. More...
Macros | |
User configuration | |
#define | BAUD_RATE 19200 |
Max heap size (from linker script's "__neorv32_heap_size") | |
char | __crt0_max_heap [] |
int | main () |
void | __neorv32_crt0_after_main (int32_t return_code) |
Demo/test program for NEORV32's newlib C standard library support.
#define BAUD_RATE 19200 |
UART BAUD rate
void __neorv32_crt0_after_main | ( | int32_t | return_code | ) |
"after-main" handler that is executed after the application's main function returns (called by crt0.S start-up code)
int main | ( | void | ) |
Main function: Check some of newlib's core functions.
|
extern |
Main function: Check some of newlib's core functions.