Skip to content

Commit

Permalink
Add FreeRTOS notes to tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Mousius committed Feb 9, 2022
1 parent c5e59b4 commit c6484ea
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions gallery/how_to/work_with_microtvm/micro_ethosu.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,12 @@
#
# `include files <https://github.com/apache/tvm/tree/main/apps/microtvm/ethosu/include>`_

################################################################################
# .. note::
#
# If you'd like to use FreeRTOS for task scheduling and queues, a sample application can be found here
# `demo_freertos.c <https://github.com/apache/tvm/blob/main/apps/microtvm/ethosu/src/demo_freertos.c>`

################################################################################
# Creating the linker script
# --------------------------
Expand Down Expand Up @@ -453,6 +459,16 @@
# An example Makefile can be found here:
# `Makefile <https://github.com/apache/tvm/blob/main/apps/microtvm/ethosu/Makefile>`_

################################################################################
# .. note::
#
# If you're using FreeRTOS, the Makefile builds it from the specified FREERTOS_PATH
#
# .. code-block:: bash
#
# make FREERTOS_PATH=<FreeRTOS directory>
#

################################################################################
# Running the demo application
# ----------------------------
Expand Down

0 comments on commit c6484ea

Please sign in to comment.