Difference between revisions of "Developer Guide"

From PaparazziUAV
Jump to navigation Jump to search
m
m
Line 22: Line 22:
*[[Lpc21BootloaderUpload|Upload Bootloader for LPC21xx]]<br><small>How to upload the Bootloader to a LPC2148 processor based AP board like the TWOG</small>
*[[Lpc21BootloaderUpload|Upload Bootloader for LPC21xx]]<br><small>How to upload the Bootloader to a LPC2148 processor based AP board like the TWOG</small>
*[[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>
*[[Serial_Wire_Debug|SWD]]<br><small>using SWD/ST-Link to upload without bootloader</small>
*[[Serial_Wire_Debug|Upload with 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 17:13, 1 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