gl-sergei / u2f-token

u2f token firmware for stm32f103 and efm32hg boards
GNU General Public License v3.0
348 stars 57 forks source link

Reorganize repo layout #5

Closed gl-sergei closed 6 years ago

gl-sergei commented 6 years ago

There are two kinds of supported devices: stm32f1 based boards such as maple mini and efm32hg based boards such as Tomu (https://github.com/im-tomu/tomu-hardware). efm32hg requires modified Chopstx (https://github.com/im-tomu/chopstx/tree/efm32). Device drivers and linker scripts are also different.

Chopstx should become a git submodule. Build system should be used.