aboutsummaryrefslogtreecommitdiff
path: root/projects/hsm/Makefile
AgeCommit message (Collapse)Author
2016-07-10Sign/verifiy installable imagesparade_of_half_baked_ideasPaul Selkirk
Receive the image into sdram, verify the signature before copying to flash. It would be great if worked...
2016-06-28Only SO and wheel are allowed to upload.Paul Selkirk
Also add bootloader upload.
2016-06-25Split LIB*_DIR into _SRC and _BLD.Paul Selkirk
Also rename all instances of GNUmakefile to Makefile.
2016-06-25Finish unwinding subrepository hairball: VPATH setup.Rob Austein
2016-06-23Add masterkey and keystore commands.Fredrik Thulin
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