NEORV32 Software Framework Documentation
The NEORV32 RISC-V Processor
|
Classic 'hello world' demo program. More...
#include <neorv32.h>
Macros | |
User configuration | |
#define | BAUD_RATE 19200 |
Functions | |
int | main () |
Classic 'hello world' demo program.
#define BAUD_RATE 19200 |
UART BAUD rate
int main | ( | void | ) |
Main function; prints some fancy stuff via UART.