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
/
projects
/
bootloader
Age
Commit message (
Expand
)
Author
2020-10-15
Silence deprecated warnings in CMSIS code.
Paul Selkirk
2017-10-17
Overhaul UART API
Paul Selkirk
2017-05-28
Stub out hal_allocate_static_memory() to avoid linker error.
Rob Austein
2017-05-02
Merge branch 'init_cleanup' into no-rtos
Paul Selkirk
2017-04-26
Add support for hal_sleep().
Rob Austein
2017-04-16
Switch to libhal's CRC-32 code.
Rob Austein
2017-04-15
Missing include files, doh.
Rob Austein
2017-04-15
sw/stm32 Makefiles are a mess.
Rob Austein
2016-12-21
Initialize PINs before trying to use them in bootloader.
Rob Austein
2016-06-28
Fix the bootloader to accept firmware (with PIN login).
Paul Selkirk
2016-06-13
Only the HSM project needs the RTOS; most of the test projects can use the ST...
Paul Selkirk
2016-06-08
bootloader doesn't need stm-fmc either
Fredrik Thulin
2016-06-07
Check the HARDWARE_EARLY_DFU_JUMP flag as soon as possible in the boot process.
Paul Selkirk
2016-05-27
DFU working - but no signature validation for now.
Fredrik Thulin
2016-05-26
Implement a bootloader.
Fredrik Thulin