diff options
author | Michael Walle <michael@walle.cc> | 2014-04-22 20:18:44 +0200 |
---|---|---|
committer | Michael Walle <michael@walle.cc> | 2014-05-24 19:43:52 +0200 |
commit | 25156d10617794f9399d676ccd9a20f52e0c9f21 (patch) | |
tree | 26cff3ef4a9908757d47df707f3d1da31a123082 /target-lm32 | |
parent | 4e7d30a22a46b6bb5551725db781c2d94db2d5f8 (diff) |
lm32: remove lm32_sys
Since we have now semihosting on the lm32 target, this device is no longer
needed. Remove it.
Signed-off-by: Michael Walle <michael@walle.cc>
Diffstat (limited to 'target-lm32')
-rw-r--r-- | target-lm32/README | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target-lm32/README b/target-lm32/README index 03ddbffc54..ba3508a711 100644 --- a/target-lm32/README +++ b/target-lm32/README @@ -16,16 +16,6 @@ This will make serial0 (the lm32_uart) and serial1 (the JTAG UART) available as virtual consoles. -Programmatically terminate the emulator ----------------------------------------- -Originally neither the LatticeMico32 nor its peripherals support a -mechanism to shut down the machine. Emulation aware programs can write to a -to a special register within the system control block to shut down the -virtual machine. For more details see hw/lm32_sys.c. The lm32-evr is the -first BSP which instantiate this model. A (32 bit) write to 0xfff0000 -causes a vm shutdown. - - Semihosting ----------- Semihosting on this target is supported. Some system calls like read, write |