Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-31 | Cleanup | Paul Selkirk | |
2016-06-13 | Change gpio setups from macros to inline functions. | Paul Selkirk | |
2016-06-13 | Only the HSM project needs the RTOS; most of the test projects can use the ↵ | Paul Selkirk | |
STM32 HAL code directly. | |||
2016-05-23 | SDRAM initialization and test code from Pavel. | Fredrik Thulin | |
Integrated into the cli-test program as such: cryptech> test sdram Initializing SDRAM Starting SDRAM test (n = 0) Run sequential write-then-read test for the first chip Run random write-then-read test for the first chip Run sequential write-then-read test for the second chip Run random write-then-read test for the second chip Run interleaved write-then-read test for both chips at once SDRAM test (n = 0) completed SDRAM test completed successfully cryptech> | |||
2016-05-14 | found paul is setting up HSE in TARGET_CRYPTECH_ALPHA | Fredrik Thulin | |
2016-05-12 | Enable HSE (external clock oscillator). | Fredrik Thulin | |
2016-04-14 | import mbed rtos library | Paul Selkirk | |
2015-11-11 | Lots of cleanup. | Paul Selkirk | |
Clean up and simplify(?) Makefile. Add copyrights as needed. Add include guard to stm-fmc.h. Move MX_USART2_UART_Init back to stm-init.c for possible copyright reasons. Move libc, src, and include files to top level. |