Skip to content

Commit

Permalink
updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajmund Szymanski committed Oct 10, 2017
1 parent 0c2ef17 commit 273d5fe
Show file tree
Hide file tree
Showing 57 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ if [ ! -d examples ]; then
exit 0
fi

for file in examples/*.c\ *
for file in examples/*.c_
do
rm -f src/main.*
echo $file
cp "$file" src/main.c
cp $file src/main.c
make all GNUCC=arm-none-eabi- -f makefile.gnucc
done

for file in examples/*.cpp*
for file in examples/*.cpp_
do
rm -f src/main.*
echo $file
cp "$file" src/main.cpp
cp $file src/main.cpp
make all GNUCC=arm-none-eabi- -f makefile.gnucc
done
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ void slave()
{
mtx_wait(mtx);
cnd_wait(cnd, mtx);
mtx_give(mtx);
LED_Tick();
mtx_give(mtx);
}

void master()
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 273d5fe

Please sign in to comment.