![]() |
NEORV32 Software Framework Documentation
The NEORV32 RISC-V Processor
|
Dual-core SMP demo program using the NEORV32 hardware spinlocks. More...
#include <neorv32.h>
Macros | |
#define | BAUD_RATE 19200 |
Enumerations | |
enum | hw_spinlock_enum { SPINLOCK_UART0 = 0 } |
Functions | |
int | app_main (void) |
int | main (void) |
Variables | |
volatile uint8_t | core1_stack [2048] |
Dual-core SMP demo program using the NEORV32 hardware spinlocks.
#define BAUD_RATE 19200 |
User configuration
enum hw_spinlock_enum |
Hardware spinlock enumeration
int app_main | ( | void | ) |
Main application that is executed on both cores.
int main | ( | void | ) |
Main function for core 0 (primary core).
volatile uint8_t core1_stack[2048] |
Global variables