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