Difference between revisions of "Developer Guide"

From PaparazziUAV
Jump to navigation Jump to search
m
Line 23: Line 23:
*[[Luftboot|Upload the luftboot bootloader]]<br><small>How to upload the Bootloader to a STM32 processor based AP board like the LISA</small>
*[[Luftboot|Upload the luftboot bootloader]]<br><small>How to upload the Bootloader to a STM32 processor based AP board like the LISA</small>
*[[DFU|Upload with DFU (with native or custom dfu bootloader)]]<br><small>using the native (embeded in ROM) or custom (e.g. [[Luftboot]] or [[KroozSD#Bootloader|KroozSD]]) bootloader to upload paparazzi code</small>
*[[DFU|Upload with DFU (with native or custom dfu bootloader)]]<br><small>using the native (embeded in ROM) or custom (e.g. [[Luftboot]] or [[KroozSD#Bootloader|KroozSD]]) bootloader to upload paparazzi code</small>
*[[Serial_Wire_Debug|Upload with SWD (without Bootloader)]]<br><small>using SWD/ST-Link to upload without bootloader</small>
*[[STLink|Upload with STLink via SWD (without Bootloader)]]<br><small>using SWD/ST-Link to upload without bootloader</small>
*[[DevGuide/JTAG-Debug|JTAG-Debug]]<br><small>using JTAG to directly debug on the board</small>
*[[DevGuide/JTAG-Debug|JTAG-Debug]]<br><small>using JTAG to directly debug on the board</small>
*[[DevGuide/USB-Serial|USB-Serial]]<br><small>using the USB instead of the UART for telemetry</small>
*[[DevGuide/USB-Serial|USB-Serial]]<br><small>using the USB instead of the UART for telemetry</small>

Revision as of 07:54, 30 September 2013

By the time you land on this page, you probably want to enhance the Paparazzi project, that is really good for your karma and really appreciated. You are welcomed to enhance and extend this documentation.

FixIt