This website requires JavaScript.
Explore
Help
Sign In
savanni
/
ruduino
Watch
1
Star
0
Fork
You've already forked ruduino
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
906b548dfa
ruduino
/
build.sh
4 lines
84 B
Bash
Raw
Normal View
History
Unescape
Escape
Support auto-generated cores
2017-08-29 13:48:44 +00:00
#! /bin/sh
Do more work
2017-11-17 04:18:35 +00:00
export
AVR_CPU_FREQUENCY
=
16000000
Propagate arguments to build script
2017-09-23 04:52:09 +00:00
xargo build --target avr-atmega328p
$@