diff --git a/gallery/how_to/work_with_microtvm/micro_ethosu.py b/gallery/how_to/work_with_microtvm/micro_ethosu.py index 848db2e9dda1c..5a51c25864139 100644 --- a/gallery/how_to/work_with_microtvm/micro_ethosu.py +++ b/gallery/how_to/work_with_microtvm/micro_ethosu.py @@ -411,6 +411,12 @@ # # `include files `_ +################################################################################ +# .. note:: +# +# If you'd like to use FreeRTOS for task scheduling and queues, a sample application can be found here +# `demo_freertos.c ` + ################################################################################ # Creating the linker script # -------------------------- @@ -453,6 +459,16 @@ # An example Makefile can be found here: # `Makefile `_ +################################################################################ +# .. note:: +# +# If you're using FreeRTOS, the Makefile builds it from the specified FREERTOS_PATH +# +# .. code-block:: bash +# +# make FREERTOS_PATH= +# + ################################################################################ # Running the demo application # ----------------------------