Learning: Difference between revisions
From ArmadeusWiki
mNo edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
On this page, you will find all the | 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== | |||
*[[HelloWorld | The famous hello world in C]] | |||
*[[HelloWorldCpp | The same hello world but in C++]] | |||
*[[SDL_Development | SDL development tutorial]] | |||
==FGPA examples== | ==FGPA examples== | ||
*[[FPGA_and_led | *[[FPGA_and_led | Your first FPGA project]] | ||
== | ==Links== | ||
*[ | * [http://free-electrons.com Some nice presentations on Linux Embedded] | ||
Latest revision as of 17: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.