PX4 / PX4-Bootloader

PX4 Bootloader for PX4FMU, PX4IO and PX4FLOW
Other
266 stars 547 forks source link

Added NXPHlite built on NXP_Kinetis_Bootloader_2_0_0 #106

Closed davids5 closed 6 years ago

dagar commented 6 years ago

How much of the existing bootloader does this even use? I'm wondering if it justifies being a completely separate project.

LorenzMeier commented 6 years ago

This bootloader is anyway mostly a C file and plumbing to support libs. The new NXP part is in no way different.

davids5 commented 6 years ago

@dagar it uses the bootloader bl.c unchanged! This is why it is here. Just the cdcacm and uart (that is stubbed out) are different.