OSDN Git Service

kazzo 0.1.2 release
authornaruko <naruko@24ea1065-a21e-4ca1-99c9-f5125deb0858>
Fri, 15 Jan 2010 13:37:06 +0000 (13:37 +0000)
committernaruko <naruko@24ea1065-a21e-4ca1-99c9-f5125deb0858>
Fri, 15 Jan 2010 13:37:06 +0000 (13:37 +0000)
commitedcbfe0e984df5061a16bc32e36296a12fe25bb4
treee5cc861644ac5086a3a4f8f837d8dec32d040b2a
parentf9719e8c1b35b6d4498f12e2c0d3e2ca40a05549
kazzo 0.1.2 release

git-svn-id: svn+ssh://svn.osdn.net/svnroot/unagi@347 24ea1065-a21e-4ca1-99c9-f5125deb0858
38 files changed:
kazzo/tag/0.1.2/Makefile [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/avr_main.c [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/bus_access.c [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/bus_access.h [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/disk_access.c [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/disk_access.h [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/firmware.mak [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/flashmemory.c [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/flashmemory.h [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/kazzo_request.h [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/kazzo_task.h [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/mcu_program.c [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/mcu_program.h [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/type.h [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/usbconfig.h [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/usbdrv/asmcommon.inc [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/usbdrv/oddebug.c [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/usbdrv/oddebug.h [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/usbdrv/usbdrv.c [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/usbdrv/usbdrv.h [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/usbdrv/usbdrvasm.S [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/usbdrv/usbdrvasm.asm [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/usbdrv/usbdrvasm12.inc [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/usbdrv/usbdrvasm128.inc [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/usbdrv/usbdrvasm15.inc [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/usbdrv/usbdrvasm16.inc [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/usbdrv/usbdrvasm165.inc [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/usbdrv/usbdrvasm18-crc.inc [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/usbdrv/usbdrvasm20.inc [new file with mode: 0644]
kazzo/tag/0.1.2/firmware/usbdrv/usbportability.h [new file with mode: 0644]
kazzo/tag/0.1.2/hostecho/Makefile [new file with mode: 0644]
kazzo/tag/0.1.2/hostecho/hostecho.c [new file with mode: 0644]
kazzo/tag/0.1.2/hostecho/opendevice.c [new file with mode: 0644]
kazzo/tag/0.1.2/hostecho/opendevice.h [new file with mode: 0644]
kazzo/tag/0.1.2/hostecho/usbdevice.c [new file with mode: 0644]
kazzo/tag/0.1.2/hostecho/usbdevice.h [new file with mode: 0644]
kazzo/tag/0.1.2/readme.txt [new file with mode: 0644]
kazzo/tag/0.1.2/usbrequest.txt [new file with mode: 0644]