Development

TwitterFacebook
Get flash to fully experience Pearltrees
Online Tools

Linux (Ubuntu) Desktop

TomTom

A BSP, or board support package, is the name given to the software responsible for hardware specific operations required to get an RTOS up and running. This typically consists of the following components: An optional IPL. This program is what is run from the reset and is responsible for some minimal hardware initialization, such as memory controller, serial port and possibly even Ethernet. This program then loads the next program, typically called the startup. The startup is usually loaded from flash, but can also be downloaded over the serial or network connections, depending on the capabilities of the IPL. http://community.qnx.com/sf/projects/bsp

foundry27 : Project Home

Manual < DULG < DENX

The document describes how to configure, build and use the firmware Das U-Boot (typically abbreviated as just "U-Boot") and the operating system Linux for Embedded PowerPC , ARM and MIPS Systems. http://www.denx.de/wiki/DULG/Manual
Linux (Ubuntu) Desktop

Débuter dans la création d'interfaces graphiques avec Qt 4

Date de publication : 18/01/2009. Date de mise à jour : 07/09/2011. Ce tutoriel fournit une introduction à la programmation d'interfaces graphiques (IHM, interface homme-machine) utilisant la boîte à outils Qt. Il ne couvre pas tout ; l'accent est mis sur la philosophie de la programmation IHM, et les fonctionnalités de Qt sont introduites au fur et à mesure. Certaines fonctionnalités, bien qu'elles soient souvent utilisées, ne sont pas couvertes par ce tutoriel d'introduction à Qt. http://qt.developpez.com/tutoriels/introduction-qt/