aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2016-05-21Add code to access the keystore memory (SPI flash).Fredrik Thulin
2016-05-19Refactor FPGA bitstream upload code.Fredrik Thulin
Move the N25Q128 code to it's own file in order to be able to reuse it for the keystore memory code.
2016-05-18FPGA config memory access code from Pavel.Fredrik Thulin
2016-05-18build libcliPaul Selkirk
2016-05-16Add code to talk with the external RTC chip.Fredrik Thulin
2016-05-13make cli-testFredrik Thulin
2016-05-12Add build target for the alphaFredrik Thulin
2016-04-21threaded rpc serverPaul Selkirk
2016-04-14import mbed rtos libraryPaul Selkirk
2016-04-11Reorganize Makefile and directory structure, because it's messy, and it's ↵Paul Selkirk
about to get messier.
2016-03-21making RPC testsPaul Selkirk
2016-03-16Added uart_recv_char() to support RPC.Paul Selkirk
Moved hal_io_fmc.c to libhal repo.
2015-12-13whack copyrightsPaul Selkirk
2015-11-16add test-trng, test-rsaPaul Selkirk
2015-11-11Lots 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.
2015-11-10Split includes from CFLAGS, because they don't make sense to libhal and libtfm.Paul Selkirk
2015-10-31add new test cases, add gettimeofdayPaul Selkirk
2015-10-29add libhal tests, some cleanup (some mess-making)Paul Selkirk
2015-10-26Build libhal and libtfm for stm32.Paul Selkirk
2015-10-26Based on user/ft/stm32-dev-bridge, without the project-specific buildPaul Selkirk
directories (and duplicated code).