aboutsummaryrefslogtreecommitdiff
path: root/projects/hsm/Makefile
AgeCommit message (Expand)Author
2020-05-05Add more RPC tasks for better signing performance.Paul Selkirk
2020-02-26Some timing tests overflow the meagre 16K CLI task stack, so bump it up for t...Paul Selkirk
2020-02-18timing tests for RSA signingmodexpngPaul Selkirk
2018-11-26Add loop unrolling to bring the profilable mem* functions closer toPaul Selkirk
2017-09-21cleanupPaul Selkirk
2017-05-13Merge branch 'task_metrics' into profilingPaul Selkirk
2017-05-10Sigh, right offset for the wrong register. Get the PC (the address wePaul Selkirk
2017-05-05Port profiling code, using a new SysTick hook and new CLI commands.Paul Selkirk
2017-05-03Add some task metrics.Paul Selkirk
2017-05-02Merge branch 'init_cleanup' into no-rtosPaul Selkirk
2017-04-29Simplify hsm makefile.Paul Selkirk
2017-04-27Replace the RTOS with a simple cooperative tasker.Paul Selkirk
2017-04-16Switch to libhal's CRC-32 code.Rob Austein
2017-04-15sw/stm32 Makefiles are a mess.Rob Austein
2016-08-23Show running threads.Paul Selkirk
2016-08-11Multiple threads and multiple cores, to deal with multiple clients.Paul Selkirk
2016-07-12Re-disable 'keystore set key'; hexdump binary key names; remove unused 'show'...Paul Selkirk
2016-06-28Only SO and wheel are allowed to upload.Paul Selkirk
2016-06-25Split LIB*_DIR into _SRC and _BLD.Paul Selkirk
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 ST...Paul Selkirk
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