aboutsummaryrefslogtreecommitdiff
path: root/projects/hsm/mgmt-bootloader.c
AgeCommit message (Collapse)Author
2017-10-15Cleanup: All drivers return HAL_StatusTypeDef rather than magic values.Paul Selkirk
Note: This affects libhal/ks_token.c, which uses the keystore driver directly.
2017-10-11Cleanup 'unused parameter' warnings, a couple of which are actual coding errors.Paul Selkirk
2016-12-20Fix bootloader upload callback routine to write the correct number of bytes ↵Paul Selkirk
to flash. While we're at it, propagate error returns.
2016-07-21Use a fresh port of libcli, which retains more of the original API.Paul Selkirk
2016-06-28Only SO and wheel are allowed to upload.Paul Selkirk
Also add bootloader upload.