Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 817 Bytes

File metadata and controls

32 lines (23 loc) · 817 Bytes

HSLock

Platform Language Build Build

Building

./build.sh [options]
Option Description
--clean Remove build directory before building
--flash Flash firmware after building
--erase Erase entire flash (remove all keys)

Device must have the board connected in BOOTSEL mode for --flash and --erase.

Connect

Use PuTTY or screen to connect via serial USB.

putty -serial /dev/ttyACM0 -sercfg 115200,8,n,1,N
screen /dev/ttyACM0 115200