You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Luminary Micro Stellaris LM3S811EVB emulation includes the following devices:
Cortex-M3 CPU core.
64k Flash and 8k SRAM.
Timers, UARTs, ADC and I2C interface.
OSRAM Pictiva 96x16 OLED with SSD0303 controller on I2C bus.
The Luminary Micro Stellaris LM3S6965EVB emulation includes the following devices:
Cortex-M3 CPU core.
256k Flash and 64k SRAM.
Timers, UARTs, ADC, I2C and SSI interfaces.
OSRAM Pictiva 128x64 OLED with SSD0323 controller connected via SSI.
This is a placeholder for discussing emulation of ARM targets.
Currently we use
qemu
for examples and some CI tests, on the model of TI StellarisS6965
The PAC is hand generated, but there is an svd2rust generated counterpart.
pac
As the
qemu
model supports TIMERS we could potentially implement monotonic for it and have tests running in CI without HW.qemu
Alternatively, we could try out
xpack
A fork of
qemu
supportingThis would potentially allow prototyping and CI testing of timer implementations on popular targets.
Another alternative is to look into the
renode
project, but that might be harder to get to work in a CI setting.renode
The text was updated successfully, but these errors were encountered: