Difference between revisions of "Developer Guide"
Jump to navigation
Jump to search
m (fix link to install from scratch) |
|||
Line 13: | Line 13: | ||
*[[FirmwareArchitecture|Firmware Architecture]]<br><small>Attempt at brief overview of the firmware architecture with modules and subsystems</small> | *[[FirmwareArchitecture|Firmware Architecture]]<br><small>Attempt at brief overview of the firmware architecture with modules and subsystems</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> | ||
*[[ | *[[Installation/FromScratch| Toolchain]]<br><small>Install Paparazzi ARM toolchain and IVY from scratch</small> | ||
*[[DevGuide/CodeEditors|Code Editing]]<br><small>How to setup an IDE for OCAML and C and C++</small> | *[[DevGuide/CodeEditors|Code Editing]]<br><small>How to setup an IDE for OCAML and C and C++</small> | ||
*[[DevGuide/LearningToProgram|Learning to Program]]<br><small>Improve your Paparazzi code in OCAML,C,C++ and Python</small> | *[[DevGuide/LearningToProgram|Learning to Program]]<br><small>Improve your Paparazzi code in OCAML,C,C++ and Python</small> |
Revision as of 16:12, 8 March 2012
A great resource for in-depth information.
By the time you land on this page, you probably want to enhance the Paparazzi project, that is really good for you karma and well appriciated. You are welcomed to enhance and extend this documentation.
- Contributing
how to contribute - Communications
how telemetry and datalink is done - Server-GCS communications
how the Server and the Ground Control Station interact with each other - Values
a short walk through the system - USB Download
how the Paparazzi USB bootloader works - Upload Bootloader
How to upload the Bootloader to the AP board - JTAG-Debug
using JTAG to directly debug on the board - Design Overview
Attempt at a longer walk through the airborne code architerture - Firmware Architecture
Attempt at brief overview of the firmware architecture with modules and subsystems - USB-Serial
using the USB instead of the UART for telemetry - Toolchain
Install Paparazzi ARM toolchain and IVY from scratch - Code Editing
How to setup an IDE for OCAML and C and C++ - Learning to Program
Improve your Paparazzi code in OCAML,C,C++ and Python