summaryrefslogtreecommitdiffstats
path: root/target-lm32/README
Commit message (Collapse)AuthorAgeFilesLines
* lm32: remove lm32_sysMichael Walle2014-05-241-10/+0Star
| | | | | | | 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>
* target-lm32: add semihosting supportMichael Walle2014-05-241-0/+9
| | | | | | | Intercept certain system calls if semihosting is enabled. This should behave like the GDB simulator. Signed-off-by: Michael Walle <michael@walle.cc>
* lm32: todo and documentationMichael Walle2011-03-071-0/+46
This patch adds general target documentation and a todo list. Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>