Difference between revisions of "Learning"
From ArmadeusWiki
m |
|||
Line 1: | Line 1: | ||
On this page, you will find all the projects you can start with, to learn the different technologies used in embedded systems nowadays. | On this page, you will find all the projects you can start with, to learn the different technologies used in embedded systems nowadays. | ||
− | |||
− | |||
− | |||
==C/C++ examples== | ==C/C++ examples== | ||
*[[HelloWorld | The famous hello world in C]] | *[[HelloWorld | The famous hello world in C]] | ||
*[[HelloWorldCpp | The same hello world but in C++]] | *[[HelloWorldCpp | The same hello world but in C++]] | ||
+ | *[[SDL_Development | SDL development tutorial]] | ||
+ | |||
+ | ==FGPA examples== | ||
+ | *[[FPGA_and_led | Your first FPGA project]] | ||
==Links== | ==Links== | ||
* [http://free-electrons.com Some nice presentations on Linux Embedded] | * [http://free-electrons.com Some nice presentations on Linux Embedded] |
Latest revision as of 16:43, 2 March 2009
On this page, you will find all the projects you can start with, to learn the different technologies used in embedded systems nowadays.