Commit Graph

4 Commits

Author SHA1 Message Date
Armando Montanez
b061480250 lm3s6965evb-qemu: Fix column limit
Lines exceeded column limit, fix.

Change-Id: I1e75ee7b6e381fd38e64484e0703a5536ad10dd0
2020-06-09 11:27:46 -07:00
Armando Montanez
2eed6d2caa lm3s6965evb-qemu: Don't set pw_cpu_exception backend
Leave the pw_cpu_exception backend unset for two reasons:

 1. pw_cpu_exception is not set up to be in the interrupt vector table,
    so it does nothing anyway.
 2. The pw_cpu_exception_armv7m tests do not pass in QEMU. The tests use
    a divide-by-zero to trigger an exception that can be recovered from,
    but it does not appear to trap in QEMU.

Change-Id: I22613f0e32b2fb8cf00a51b0da60554c27ec0e1a
2020-06-08 22:20:43 +00:00
Chenghan Zhou
c3c240a350 Add automatic tests for lm3s6965evb-qemu target
Change-Id: I75f2d3dbd846951dca003ec45af2c364601f0564
2020-05-08 17:17:03 +00:00
Armando Montanez
096de55209 lm3s6965evb-qemu: Introduce Stellaris QEMU target
Introduces the lm3s6965evb target designed to run inside QEMU. Not all
tests have been verified on this target, but the target builds and
successfully runs some of the tests.

Change-Id: Ic0c309c691096aa18b03bd85457195d6a2b49a0b
2020-03-23 20:49:22 +00:00