gnuk/AUTHORS

76 lines
1.6 KiB
Plaintext
Raw Normal View History

2010-09-09 00:51:09 +00:00
Kaz Kojima:
Added STM32 Primer2 support:
boards/STM32_PRIMER2/board.c
boards/STM32_PRIMER2/board.h
boards/STM32_PRIMER2/mcuconf.h
2010-09-09 08:50:34 +00:00
NIIBE Yutaka:
2010-09-10 01:52:07 +00:00
Founder of the project.
2011-12-13 05:25:07 +00:00
Added FST_01 support:
boards/FST_01/board.c
boards/FST_01/board.h
boards/FST_01/mcuconf.h
Added FST_01_00 support:
boards/FST_01_00/board.c
boards/FST_01_00/board.h
boards/FST_01_00/mcuconf.h
2011-01-26 02:30:01 +00:00
Added STBee support:
boards/STBEE/board.c
boards/STBEE/board.h
boards/STBEE/mcuconf.h
2011-01-14 06:47:15 +00:00
Added STM8S Discovery Kit support:
boards/STM8S_DISCOVERY/board.c
boards/STM8S_DISCOVERY/board.h
2011-02-10 04:57:23 +00:00
boards/STM8S_DISCOVERY/mcuconf.h
2010-10-22 03:56:40 +00:00
Added STBee Mini support:
boards/STBEE_MINI/board.c
boards/STBEE_MINI/board.h
boards/STBEE_MINI/mcuconf.h
2010-10-22 00:24:12 +00:00
Added CQ STARM support:
boards/CQ_STARM/board.c
boards/CQ_STARM/board.h
boards/CQ_STARM/mcuconf.h
2011-02-09 05:06:57 +00:00
Wrote tools for DfuSe:
2010-11-02 03:37:13 +00:00
tool/dfuse.py
2011-02-09 05:06:57 +00:00
tool/dump_mem.py
2010-11-02 03:37:13 +00:00
tool/intel_hex.py
2011-02-09 05:06:57 +00:00
Wrote a tool for Gnuk:
tool/gnuk_put_binary.py
2011-12-13 05:25:07 +00:00
tool/gnuk_put_binary_libusb.py
2012-06-06 00:05:24 +00:00
tool/gnuk_remove_keys.py
tool/gnuk_upgrade.py
2011-12-13 05:25:07 +00:00
Wrote a tool for USB Hub:
tool/hub_ctrl.py
2012-06-06 00:05:24 +00:00
Wrote a tool for testing card reader with pinpad:
tool/pinpadtest.py
Wrote reGNUal implementation:
regnual/regnual.c
regnual/sys.c
Wrote Gnuk implementation:
2010-09-10 01:52:07 +00:00
gnuk.svg
src/configure
2010-09-09 00:51:09 +00:00
src/ac.c
2012-06-06 00:05:24 +00:00
src/call-rsa.c
src/debug.c
src/flash.c
2010-09-09 00:51:09 +00:00
src/gnuk.h
2012-06-06 00:05:24 +00:00
src/main.c
src/neug.c
2010-09-09 00:51:09 +00:00
src/openpgp-do.c
src/openpgp.c
2012-06-06 00:05:24 +00:00
src/openpgp.h
2011-01-14 06:47:15 +00:00
src/pin-cir.c
2011-01-26 02:30:01 +00:00
src/pin-dial.c
2011-12-13 05:25:07 +00:00
src/pin-dnd.c
2012-06-06 00:05:24 +00:00
src/random.c
src/sys.c
src/usb-icc.c
src/usb-msc.c
src/usb-msc.h
src/usb_ctrl.c
src/usb_desc.c
src/usb_lld.c
src/usb_lld.h
2010-09-09 00:51:09 +00:00
*
and others.