summaryrefslogtreecommitdiffstats
path: root/target/xtensa/core-sample_controller/gdb-config.c
Commit message (Collapse)AuthorAgeFilesLines
* target/xtensa: add .inc. to non-top level source file namesMax Filippov2018-03-261-141/+0Star
| | | | | | | | | Fix definitions of existing cores and core importing script to follow the rule of naming non-top level source files. Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* target/xtensa: add sample_controller coreMax Filippov2018-01-221-0/+141
The sample_controller core is a simple noMMU general purpose core, modern analog of de212. It is used as a default core in the xtensa port of Zephyr. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>