mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
minor edits
This commit is contained in:
parent
fdebde63d6
commit
1ae6f47a97
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ set -e
|
|||
homedir="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
|
||||
homedir=$homedir/..
|
||||
|
||||
# The directories of the sw source files
|
||||
# The directories of the SW source files
|
||||
srcdir_examples=$homedir/sw/example
|
||||
srcdir_bootloader=$homedir/sw/bootloader
|
||||
test_app_dir=$homedir/sw/example/blink_led
|
||||
|
@ -19,7 +19,7 @@ ls -al $srcdir_bootloader
|
|||
# check toolchain
|
||||
make -C $srcdir_examples/blink_led check
|
||||
|
||||
# Try to compile all examples
|
||||
# Compile all example projects
|
||||
make -C $srcdir_examples clean_all info compile
|
||||
|
||||
# Compile and install bootloader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue