mirror of https://github.com/zrafa/xinu-avr.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
427 B
427 B
Quick start
- get the repository
# get the repository
git clone http://github.com/zrfa/xinu-avr
cd xinu-avr/
- copy the example1 app to main
# copy an example app to main
rm -rf main/
cp -r apps/example1/ main/
- build
# build
cd compile/
make clean
make
- flash and test
# flash and test
make flash
screen /dev/ttyUSB0 # it could be /dev/ttyACM0 or whatever. Check dmesg