From c080107206aed3ba268ba1273bb48b6a5b0619d5 Mon Sep 17 00:00:00 2001 From: Matthew Gilpin Date: Mon, 17 Apr 2023 06:11:22 +1000 Subject: [PATCH] Added compile flags back to readme. --- sw/example/demo_freeRTOS_xirq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/example/demo_freeRTOS_xirq/README.md b/sw/example/demo_freeRTOS_xirq/README.md index f3a0df9f7..2e03e9b8b 100644 --- a/sw/example/demo_freeRTOS_xirq/README.md +++ b/sw/example/demo_freeRTOS_xirq/README.md @@ -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.