o add first working draft of usb version

o having bad sync problems only can use 4 bytes buffer, supper slow
This commit is contained in:
optixx
2009-05-03 18:25:40 +02:00
parent d481bd5061
commit af48032798
18 changed files with 1538 additions and 339 deletions

5
poc/avr_usbload/debug.h Normal file
View File

@@ -0,0 +1,5 @@
#include <stdlib.h>
#include <stdint.h>
void dump_packet(uint32_t addr,uint32_t len,uint8_t *packet);