QemuMachineDevelopment: Difference between revisions

From ArmadeusWiki
Line 9: Line 9:


{| border="1" cellspacing="0" cellpadding="5"
{| border="1" cellspacing="0" cellpadding="5"
! Device
|- style="background:#efefef;"
! Implemented ?
! Device || Implemented ?
|-
|-
| Network interface || not implemented
| Network interface || style="background:#ff0000;" |not implemented
|-
|-
| SD/MMC card reader || not implemented
| SD/MMC card reader || style="background:#ff0000;" |not implemented
|-
|-
| GPIO || not implemented
| GPIO || style="background:#ff0000;" |not implemented
|-
|-
| Led's || not implemented
| Led's || style="background:#ff0000;" |not implemented
|-
|-
| CAN bus || not implemented
| CAN bus || style="background:#ff0000;" | not implemented
|-
|-
| I2C bus || not implemented
| I2C bus || style="background:#ff0000;" | not implemented
|-
|-
| ADC/DAC || not implemented
| ADC/DAC || style="background:#ff0000;" | not implemented
|-
|-
| SPI || not implemented
| SPI || style="background:#ff0000;" | not implemented
|-
|-
| SSI || not implemented
| SSI || style="background:#ff0000;" | not implemented
|-
|-
| UART || not implemented
| UART || style="background:#ff0000;" | not implemented
|-
|-
| USB (slave/host) || not implemented
| USB (slave/host) || style="background:#ff0000;" | not implemented
|-
|-
| LCD || not implemented
| LCD || style="background:#ff0000;" | not implemented
|-
|-
| FPGA || not implemented
| FPGA || style="background:#ff0000;" | not implemented
|-
|-
| SRAM || not implemented
| SRAM || style="background:#ff0000;" | not implemented
|-
|-
| CSI || not implemented
| CSI || style="background:#ff0000;" | not implemented
|-
|-
| Touchscreen || not implemented
| Touchscreen || style="background:#ff0000;" | not implemented
|}
|}



Revision as of 12:45, 28 May 2008

UNDER CONSTRUCTION

Construction.png

The aim of this project is to provide a fully functional and user-friendly way for developers and people interested in the Armadeus Project to test software like if it is running on a real board.

In a far-off time, the aim is to provide a small framework to build dynamic software tests and run them automatically (after a static analysis of code for instance in order to build a fully featured report).

Armadeus boards devices

Device Implemented ?
Network interface not implemented
SD/MMC card reader not implemented
GPIO not implemented
Led's not implemented
CAN bus not implemented
I2C bus not implemented
ADC/DAC not implemented
SPI not implemented
SSI not implemented
UART not implemented
USB (slave/host) not implemented
LCD not implemented
FPGA not implemented
SRAM not implemented
CSI not implemented
Touchscreen not implemented

Source trees

You can download the official svn tree :

[my-repos] $ svn co svn://svn.savannah.nongnu.org/qemu/trunk

And my git repository where to find Armadeus DevFull board hardware emulation (Coming soon and depends on the interest people have in this project) :

[my-repos] $ git clone git://dedilabs.com/~jpeeters/qemu-jpeeters

Links