Skip to content

A microcontroller-agnostic bootloader library enabling DFU capability for embedded systems

License

Notifications You must be signed in to change notification settings

sahil-kale/voyager-bootloader

Repository files navigation

Voyager Bootloader

Logo-01

The Voyager Bootloader is a library intended to enable ‘over-the-air’ device firmware upgrade and boot flash integrity verification capability in bare-metal embedded systems. It is designed to be agnostic of all microcontroller architectures and functionality with no external dependencies and compilable with any C project and system featuring a generic communication transport layer.

Technical Reference Manual

See the Technical Reference Manual for further implementation details

Author

Sahil Kale