Files @ f2990941d9d9
Branch filter:

Location: therm/bootlib.h - annotation

Ethan Zonca
Added untested jump-to-DFU using option bytes per ST forums. Should work, need to make sure the user program is run after DFU flash so the bits are unset
1
2
3
4
5
6
7
#ifndef BOOTLIB_H
#define BOOTLIB_H

void bootloader_unset(void);
void bootloader_enter(void);

#endif