aboutsummaryrefslogtreecommitdiff
path: root/projects/hsm/Makefile
AgeCommit message (Collapse)Author
2016-06-14Import cli-test into hsm pretty much as-is.Paul Selkirk
2016-06-13Only the HSM project needs the RTOS; most of the test projects can use the ↵Paul Selkirk
STM32 HAL code directly.
2016-06-09Rename main.c to hsm.c for consistency and a slightly simpler Makefile.Paul Selkirk
2016-06-06Remove unused hex file.Paul Selkirk
2016-04-24This time for sure - async receive, and everything that flows from that.Paul Selkirk
2016-04-21threaded rpc serverPaul Selkirk
a> 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113