Skip to content

Commit

Permalink
Added compile flags back to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
matty0005 committed Apr 16, 2023
1 parent 630f656 commit c080107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/example/demo_freeRTOS_xirq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Open the makefile from this example folder and configure the `FREERTOS_HOME` var

Compile the NEORV32 executable. Do not forget the `RUN_FREERTOS_DEMO` switch.

$ make clean_all exe
$ make USER_FLAGS+=-DRUN_FREERTOS_DEMO clean_all exe

Note: The *.c sources and the FreeRTOS-specific part of the makefile have (include) guards that test if `RUN_FREERTOS_DEMO` is defined.
This has no practical usage for the user - it is just a work-around for the NEORV32 CI environment.
Expand Down

0 comments on commit c080107

Please sign in to comment.