Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 325 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 325 Bytes

jhc-blackpill

led blink example for stm32f103 blackpill using haskell(jhc)

Dependence

Build

first do git submodule update --init --recursive --progress

then make -C Lib/libopencm3

at last build with stack ./Lib/Build.hs at the root of this repo