commit | 6a8eb99e130f3f7658de2776934374fe1c41279e | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Thu Feb 18 10:18:00 2021 -0800 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Sun Apr 04 15:39:04 2021 -0700 |
tree | 8ef3f342e36752553f900d6783a83d2d3cfe8454 | |
parent | 54467c126b19230f4d722b67ed7ae5807ed8f5ce [diff] |
xtensa: ISS: add GDBIO implementation to semihosting interface Add GDBIO implementation for the xtensa semihosting interface. It offers less functions than the simcall interface, so make some semihosting functions optional and return error when implementation is not available. Add Kconfig menu to select semihosting implementation and add simcall and GDBIO choices there. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>