aboutsummaryrefslogtreecommitdiff
path: root/projects/bootloader/bootloader.c
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
2016-06-28Fix the bootloader to accept firmware (with PIN login).Paul Selkirk
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