fc_boot/.gitignore
Olaf Rempel 125bdc1729 reduce sizae and compat work
- current firmware need more space -> reduce bootloader size from 4K => 2K
- remove timer ISR
- remove interrupt vectors from linked binary
- make avr910 bootloader entry command more robust (old: 'S', new: { 0x1B, 'S'} )
- add compat bootloader entry command (rx: { 0x1B, 0xAA } -> tx: 'MKBL')
- do not leave bootloader after upgrading twiboot slave
- do not erase local flash when upgrading twiboot slave
- remove readable chipinfo output from twiboot slaves
2011-06-05 14:39:59 +02:00

8 lines
56 B
Plaintext

*.o
*.elf
*.bin
*.hex
*.lst
*.map
ldscript-no-vectors.x