diff options
| author | Selene ToyKeeper | 2015-04-19 19:55:11 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2015-04-19 19:55:11 -0600 |
| commit | 9b2f2c42826d96e7b1177448e51f8609fa1197f7 (patch) | |
| tree | 5caa260c70ce40d88df7f367fbcdf0080bcfb923 /bin/build.sh | |
| parent | Added dual PWM support to level_calc.py, and made it work better when run via... (diff) | |
| download | anduril-9b2f2c42826d96e7b1177448e51f8609fa1197f7.tar.gz anduril-9b2f2c42826d96e7b1177448e51f8609fa1197f7.tar.bz2 anduril-9b2f2c42826d96e7b1177448e51f8609fa1197f7.zip | |
Added nicer avr-size output during builds.
Diffstat (limited to '')
| -rwxr-xr-x | bin/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build.sh b/bin/build.sh index 1c27212..3a3ff96 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -21,4 +21,4 @@ function run () { run $CC $CFLAGS -o $PROGRAM.o -c $PROGRAM.c run $CC $CFLAGS $LDFLAGS -o $PROGRAM.elf $PROGRAM.o run $OBJCOPY $OBJCOPYFLAGS $PROGRAM.elf $PROGRAM.hex -run avr-size $PROGRAM.hex +run avr-size -C --mcu=attiny13 $PROGRAM.elf | grep Full |
