Difference between revisions of "QemuMachineDevelopment"
From ArmadeusWiki
(→Git development tree) |
|||
Line 1: | Line 1: | ||
== UNDER CONSTRUCTION == | == UNDER CONSTRUCTION == | ||
[[Image:Construction.png]] | [[Image: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 == | == Armadeus boards devices == | ||
− | + | {| border="1" cellspacing="0" cellpadding="5" | |
− | + | ! 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 | ||
+ | |} | ||
== Git development tree == | == Git development tree == | ||
− | Coming soon and depends on the interest people have in this project. | + | You can download the official svn tree : |
+ | |||
+ | <pre> | ||
+ | [my-repos] $ svn co svn://svn.savannah.nongnu.org/qemu/trunk | ||
+ | </pre> | ||
+ | |||
+ | And my git repository where to find Armadeus DevFull board hardware emulation (Coming soon and depends on the interest people have in this project) : | ||
+ | |||
+ | <pre> | ||
+ | [my-repos] $ git clone git://dedilabs.com/~jpeeters/qemu-jpeeters | ||
+ | </pre> |
Revision as of 19:54, 27 May 2008
UNDER CONSTRUCTION
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 |
Git development tree
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