Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-12 | Timing tests for RSA signing and sub-components thereof. | Paul Selkirk | |
This is not the sort of thing that should go anywhere near production code, so it's on a dangling branch. I may rebase it from time to time. | |||
2018-05-27 | FMC cleanup: constification, gratuitous pointer. | Rob Austein | |
2017-10-17 | Overhaul UART API | Paul Selkirk | |
MGMT is the default UART, and no one should have to explicitly refer to the UART unless they need USER (hsm.c:hal_serial_send_char). The default UART is now exposed in the header file, so that the default-using functions can be macros, which saves a few bytes in code space, and a few microseconds in function call overhead. | |||
2017-10-11 | Cleanup: signed/unsigned mismatches, mostly in loop counters | Paul Selkirk | |
2016-09-05 | add bit-for-bit testing of FMC address and data bus | Fredrik Thulin | |
2016-08-15 | Incorporate FPGA comms test from projects/board-test/fmc-test.c | Fredrik Thulin | |