Skip to content

Commit

Permalink
Point to chopstx submodule in separate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
gl-sergei committed Nov 19, 2017
1 parent b65e1d2 commit e84566a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitmodules
@@ -1,4 +1,3 @@
[submodule "chopstx"]
path = chopstx
url = https://github.com/gl-sergei/u2f-token.git
branch = multiboard
url = https://github.com/gl-sergei/chopstx.git
2 changes: 1 addition & 1 deletion chopstx
Submodule chopstx updated 66 files
+0 −4 AUTHORS
+0 −49 ChangeLog
+0 −9 NEWS
+3 −4 README
+1 −1 VERSION
+0 −5 board/board-tomu.h
+0 −77 contrib/adc-gnu-linux.c
+1 −1 doc/chopstx.texi
+4 −11 example-cdc-gnu-linux/Makefile
+0 −6 example-cdc-gnu-linux/README
+0 −579 example-cdc-gnu-linux/command.c
+0 −2 example-cdc-gnu-linux/command.h
+0 −2 example-cdc-gnu-linux/config.h
+40 −40 example-cdc-gnu-linux/sample.c
+8 −8 example-cdc/sample.c
+23 −5 example-cdc/sample.ld
+0 −24 example-cdc/stack-def.h
+3 −4 example-cdc/usb-cdc.c
+674 −0 example-fraucheky/COPYING
+0 −43 example-fraucheky/EXAMPLE-README
+1 −1 example-fraucheky/Makefile
+2 −1 example-fraucheky/configure
+6 −0 example-fraucheky/main.c
+0 −38 example-tomu/Makefile
+0 −1 example-tomu/board.h
+0 −322 example-tomu/sample.c
+0 −144 example-tomu/sample.ld
+0 −9 example-tomu/tty.h
+0 −929 example-tomu/usb-cdc.c
+4 −4 mcu/ABOUT-SYS
+0 −141 mcu/adc-efm32hg.c
+0 −60 mcu/clk_gpio_init-efm32hg.c
+0 −935 mcu/efm32hg.h
+0 −204 mcu/sys-efm32hg.c
+0 −63 mcu/sys-efm32hg.h
+0 −241 mcu/sys-gnu-linux.c
+0 −46 mcu/sys-gnu-linux.h
+1 −1 mcu/sys-stm32f0.h
+6 −14 mcu/sys-stm32f103.c
+8 −8 mcu/sys-stm32f103.h
+0 −1,320 mcu/usb-efm32hg.c
+47 −48 mcu/usb-usbip.c
+1 −5 sys.h
+0 −6 u2f/.gitignore
+10 −34 u2f/Makefile
+21 −181 u2f/README.md
+0 −138 u2f/bn-thumb1.h
+2 −11 u2f/bn.c
+1 −0 u2f/board.h
+3 −0 u2f/cert/dump-der.py
+5 −2 u2f/cert/gen.sh
+0 −198 u2f/csn.c
+0 −14 u2f/csn.h
+0 −170 u2f/efm32hg.ld
+3 −0 u2f/flash.sh
+32 −144 u2f/neug.c
+0 −5 u2f/neug.h
+66 −131 u2f/u2f-apdu.c
+1 −4 u2f/u2f-apdu.h
+14 −18 u2f/u2f-hid.c
+17 −19 u2f/u2f.c
+3 −5 u2f/u2f.ld
+10 −55 u2f/usb-hid.c
+0 −77 u2f/uvoid.c
+0 −14 u2f/uvoid.h
+1 −16 usb_lld.h

0 comments on commit e84566a

Please sign in to comment.