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
/
stm-keystore.c
Age
Commit message (
Expand
)
Author
2017-10-15
Cleanup: All drivers return HAL_StatusTypeDef rather than magic values.
Paul Selkirk
2017-10-11
Cleanup: signed/unsigned mismatches, mostly in loop counters
Paul Selkirk
2017-05-02
Merge branch 'init_cleanup' into no-rtos
Paul Selkirk
2017-02-22
Refactor flash code.
Paul Selkirk
2017-02-20
Move dangerous auto_erase functionality to where it's actually used.
Paul Selkirk
2017-02-19
Remove unnecessary delays in flash code.
Paul Selkirk
2016-09-26
Fix function pointer type, typo in variable name.
Rob Austein
2016-09-23
Use subsectors instead of sectors in keystore.
Rob Austein
2016-09-16
Revised ks_flash. Compiles, not yet tested.
Rob Austein
2016-06-29
keystore_erase_sectors: bugfix
Fredrik Thulin
2016-06-08
Test code for ks_flash in corresponding branch of libhal.
Fredrik Thulin
2016-05-21
Bugfix erasing sector 0.
Fredrik Thulin
2016-05-21
Add code to test reading, writing and erasing keystore data.
Fredrik Thulin
2016-05-21
Add code to access the keystore memory (SPI flash).
Fredrik Thulin