Skip to content

Commit

Permalink
examples: Explain the ROOT variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnor committed Apr 7, 2024
1 parent 56f2f54 commit 806ac1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/auto_test/SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ import os
#if(not os.path.exists('CMSIS_5')):
# os.system('git clone https://github.com/ARM-software/CMSIS_5.git')

# Specify the path to NNoM C files
# When NNoM is installed as Python package, you can find this using
# python -c "import nnom_core; print(nnom_core.__path__[0])"
# Otherwise, use the path to the NNoM git repository root.
ROOT=os.path.abspath('../..')

env = Environment()
Expand Down

0 comments on commit 806ac1f

Please sign in to comment.