index
:
sw/stm32
auto_zeroise
ekermit
fmc_clk
ft-crc32
ice40mkm
js_keywrap
master
modexpng
parade_of_half_baked_ideas
python3
rsa_timing
Cryptech HSM on STM-32 ARM processor
git repositories
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2017-04-27
Replace the RTOS with a simple cooperative tasker.
Paul Selkirk
2017-04-15
sw/stm32 Makefiles are a mess.
Rob Austein
2017-04-15
Move hal_log() support to separate module.
Rob Austein
2017-02-02
Add locking around keystore operations.
Rob Austein
2016-09-16
Change default gcc optimization level to -Og.
Rob Austein
2016-09-09
Fix frelling sw/stm32/Makefile to rebuild libraries properly.
Rob Austein
2016-07-21
Use a fresh port of libcli, which retains more of the original API.
Paul Selkirk
2016-06-28
Fix the bootloader to accept firmware (with PIN login).
Paul Selkirk
2016-06-25
Split LIB*_DIR into _SRC and _BLD.
Paul Selkirk
2016-06-25
Finish unwinding subrepository hairball: VPATH setup.
Rob Austein
2016-06-24
Don't mess with HAL_RSA_USE_MODEXP here, that's libhal's job.
Rob Austein
2016-06-16
Merge branch 'master' into ft-ks_flash
Fredrik Thulin
2016-06-14
hsm project was failing with obscure make error because makefile did not spec...
Rob Austein
2016-06-14
Track libhal RPC_MODE simplification; add bootloader to "all" target.
Rob Austein
2016-06-13
Only the HSM project needs the RTOS; most of the test projects can use the ST...
Paul Selkirk
2016-06-08
Test code for ks_flash in corresponding branch of libhal.
Fredrik Thulin
2016-06-07
Check the HARDWARE_EARLY_DFU_JUMP flag as soon as possible in the boot process.
Paul Selkirk
2016-06-06
Don't break builds for dev-bridge board.
Paul Selkirk
2016-06-01
Implement circular buffer UART RX using interrupts.
Fredrik Thulin
2016-05-27
DFU working - but no signature validation for now.
Fredrik Thulin
2016-05-26
Implement a bootloader.
Fredrik Thulin
2016-05-24
Try harder to pick up updates from our submodules.
Paul Selkirk
2016-05-24
Merge branch 'master' of git.cryptech.is:sw/stm32
Paul Selkirk
2016-05-24
Remove duplicate cli-test target
Paul Selkirk
2016-05-23
SDRAM initialization and test code from Pavel.
Fredrik Thulin
2016-05-21
Add code to access the keystore memory (SPI flash).
Fredrik Thulin
2016-05-19
Refactor FPGA bitstream upload code.
Fredrik Thulin
2016-05-18
FPGA config memory access code from Pavel.
Fredrik Thulin
2016-05-18
build libcli
Paul Selkirk
2016-05-16
Add code to talk with the external RTC chip.
Fredrik Thulin
2016-05-13
make cli-test
Fredrik Thulin
2016-05-12
Add build target for the alpha
Fredrik Thulin
2016-04-21
threaded rpc server
Paul Selkirk
2016-04-14
import mbed rtos library
Paul Selkirk
2016-04-11
Reorganize Makefile and directory structure, because it's messy, and it's abo...
Paul Selkirk
2016-03-21
making RPC tests
Paul Selkirk
2016-03-16
Added uart_recv_char() to support RPC.
Paul Selkirk
2015-12-13
whack copyrights
Paul Selkirk
2015-11-16
add test-trng, test-rsa
Paul Selkirk
2015-11-11
Lots of cleanup.
Paul Selkirk
2015-11-10
Split includes from CFLAGS, because they don't make sense to libhal and libtfm.
Paul Selkirk
2015-10-31
add new test cases, add gettimeofday
Paul Selkirk
2015-10-29
add libhal tests, some cleanup (some mess-making)
Paul Selkirk
2015-10-26
Build libhal and libtfm for stm32.
Paul Selkirk
2015-10-26
Based on user/ft/stm32-dev-bridge, without the project-specific build
Paul Selkirk