C library for STM32 with emgo #22
Labels
arch-armhf
ARM>=7 CPU w/ Thumb-2 & VFP3-D16 FPU
stdev
wallet-hw
Related to Skycoin hardware wallet
wip
Work in progress
Milestone
Feature description
C library for STM32 MCU
Is your feature request related to a problem? Please describe.
It is not possible to run the library in
lib/cgo
on MCU .Describe the solution you'd like
Use emgo to transpile
skycoin/skycoin
library code to C , then link binaries for STM32 platformDescribe alternatives you've considered
All other alternatives for compiling with go for MCU in the end rely on Firmata, which does not fit in our use case scenario.
Additional context
Ideally this could be used to upgrade the cipher library used in
skycoin/hardware-wallet
. Priority consists in support forSTM32F4
series.Possible implementation
skycoin/skycoin
library code to C using emgo .The text was updated successfully, but these errors were encountered: