On Tue, Sep 2, 2014 at 2:39 AM, Peter Maydell wrote:
> On 24 August 2014 01:13, Alistair Francis wrote:
>> The Netduino Plus 2 has a Cortex-M4 in it, while this model uses
>> a Cortex-M3 as that is supported by QEMU. This means that the code
>> that runs on the Netduino Plus 2 is recompiled for a
On 24 August 2014 01:13, Alistair Francis wrote:
> The Netduino Plus 2 has a Cortex-M4 in it, while this model uses
> a Cortex-M3 as that is supported by QEMU. This means that the code
> that runs on the Netduino Plus 2 is recompiled for a Cortex-M3 with
> out Floating Point or DSP optimisations.
This patch series adds the Netduio Plus 2 Machine to QEMU.
Information on the board is avaliable here:
http://netduino.com/netduinoplus2/specs.htm
The git tree is avalible at:
https://github.com/alistair23/qemu/tree/csse4080.1
Some notes about this implementation:
The Netduino Plus 2 has a Corte