Difference between revisions of "Development"

From ArmadeusWiki
Jump to: navigation, search
m (Tools)
(Linux)
Line 13: Line 13:
  
 
==Linux==
 
==Linux==
===User apps===
+
{| border="0" cellpadding="5" cellspacing="5" summary="Hardware Add-Ons by functionnalities"
 +
|----------------
 +
|
 +
===Userland applications===
 
* [[HelloWorld | How to create your first Linux C application for your board]]
 
* [[HelloWorld | How to create your first Linux C application for your board]]
 
* [[HelloWorldCpp |How to create your first Linux C++ application for your board]]
 
* [[HelloWorldCpp |How to create your first Linux C++ application for your board]]
===Kernel devt===
+
||
 +
===Linux kernel development===
 
* [[Linux Debug |Tips to debug under Linux]]
 
* [[Linux Debug |Tips to debug under Linux]]
 
* [[Linux drivers development|Instructions to develop Linux drivers for Armadeus]]
 
* [[Linux drivers development|Instructions to develop Linux drivers for Armadeus]]
 
* [[Linux on i.MXL|Ressources available on i.MXL Linux kernel development]]
 
* [[Linux on i.MXL|Ressources available on i.MXL Linux kernel development]]
 
* [[Oops, Linux crashes | Interpreting Linux kernel Oops (crashes)]]
 
* [[Oops, Linux crashes | Interpreting Linux kernel Oops (crashes)]]
 
+
|----------------
 +
|
 
===Graphical User Interface / Games===
 
===Graphical User Interface / Games===
 
* [[Qt/Embedded]] (Qtopia core 4.2)
 
* [[Qt/Embedded]] (Qtopia core 4.2)
Line 27: Line 32:
 
* [[Allegro|Allegro]]
 
* [[Allegro|Allegro]]
 
* [[Mesa| Mesa 3D graphics library (OpenGL compatible)]]
 
* [[Mesa| Mesa 3D graphics library (OpenGL compatible)]]
 
+
||
 
===Scripts===
 
===Scripts===
 
* [[Perl development | Perl]]
 
* [[Perl development | Perl]]
 
* [[Python development | Python]]
 
* [[Python development | Python]]
 
* [[Lua development | Lua]]
 
* [[Lua development | Lua]]
 +
|----------------
 +
|}
  
 
==Firmware==
 
==Firmware==

Revision as of 21:15, 29 November 2007

On this page you will find useful informations to develop software for your Armadeus board

Project

Tools

Linux

Userland applications

Linux kernel development

Graphical User Interface / Games

Scripts

Firmware

Miscellaneous software packages

Links