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.
 
 
 
 
 
 
Rafael Zurita 33fabb96fa examples fixed 6 years ago
..
README.md fix 6 years ago
main.c examples fixed 6 years ago

README.md

Quick start

  1. get the repository
# get the repository
git clone http://github.com/zrfa/xinu-avr
cd xinu-avr/
  1. copy the example2 app to main
# copy an example app to main
rm -rf main/
cp -r apps/example2/ main/
  1. build
# build
cd compile/
make clean
make
  1. flash and test
# flash and test
make flash 
screen /dev/ttyUSB0  # it could be /dev/ttyACM0 or whatever. Check dmesg