Difference between revisions of "Developer Guide"

From PaparazziUAV
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>
*[[Install_paparazzi_and_everything_from_scratch| Toolchain]]<br><small>Install Paparazzi ARM toolchain and IVY from scratch</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 17: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.