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.
|
|
6 years ago | |
|---|---|---|
| .. | ||
| README.md | 6 years ago | |
| main.c | 6 years ago | |
README.md
Quick start
- get the repository
# get the repository
git clone http://github.com/zrfa/xinu-avr
cd xinu-avr/
- copy the example2 app to main
# copy an example app to main
rm -rf main/
cp -r apps/example2/ 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