common: Initialize the usb_serial module with an USB VID and PID pair.
[gps-watch.git] / src / bootloader / main.rs
2020-01-05 Tilman Sauerbeckcommon: Initialize the usb_serial module with an USB...
2020-01-05 Tilman Sauerbeckbootloader: Jump to application code after serial commu...
2020-01-05 Tilman Sauerbeckbootloader: Define application offset.
2020-01-05 Tilman Sauerbeckbootloader: Call into the bootloader module from main().
2019-12-30 Tilman Sauerbeckbootloader: Add the flash module.
2019-07-07 Tilman Sauerbeckbootloader: Initialize the usb_serial module on startup.
2019-07-07 Tilman Sauerbeckbootloader: Configure system and peripheral clocks.
2019-07-07 Tilman Sauerbeckbuild: Add infrastructure for the bootloader program...