o add fresh usbload

This commit is contained in:
David Voswinkel
2009-05-14 21:46:26 +02:00
parent 48b15ca792
commit ca2f62ee62
31 changed files with 8596 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
.extern __init, __vector_1
.global __vector_default, exit
.section .vectors.bootloader
/* micro-jumptable, we are using just reset and int0 vectors */
exit:
__vector_default:
rjmp __init
rjmp __vector_1