initial upload

This commit is contained in:
harald 2012-10-30 14:37:05 +01:00 committed by harald42
parent 90186b035d
commit a40140cfe0
36 changed files with 5922 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#!/bin/bash
make clean TARGET=osd-er-lp24
make TARGET=osd-er-lp24
avr-size -C --mcu=MCU=atmega128rfa1 er-example-server.osd-er-lp24
avr-objcopy -j .text -j .data -O ihex er-example-server.osd-er-lp24 er-example-server.osd-er-lp24.hex
avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 -O ihex er-example-server.osd-er-lp24 er-example-server.osd-er-lp24.eep