![]() |
NEORV32 Software Framework Documentation
The NEORV32 RISC-V Processor
|
Showcase RISC-V semihosting. See https://embeddedinn.com/articles/tutorial/understanding-riscv-semihosting/. More...
Macros | |
#define | BAUD_RATE 19200 |
Functions | |
void | ebreak_trap_handler (void) |
int | main () |
Showcase RISC-V semihosting. See https://embeddedinn.com/articles/tutorial/understanding-riscv-semihosting/.
void ebreak_trap_handler | ( | void | ) |
EBREAK trap handler. In case we are using semihosting without a host being connected.
int main | ( | void | ) |
Echo data from host's STDIN back to host's STDOUT.