1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

sys/Kconfig.stdio: model stdio_semihosting in Kconfig

This commit is contained in:
Alexandre Abadie 2023-05-23 10:47:53 +02:00
parent 5d32c95c16
commit f72cb049eb
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -29,6 +29,12 @@ config MODULE_STDIO_RTT
select MODULE_ZTIMER
select MODULE_ZTIMER_MSEC
config MODULE_STDIO_SEMIHOSTING
bool "ARM and RISC-V Semihosting"
depends on HAS_ARCH_ARM || HAS_ARCH_RISCV
select MODULE_ZTIMER
select MODULE_ZTIMER_MSEC
config MODULE_SLIPDEV_STDIO
bool "SLIP network device"
depends on MODULE_SLIPDEV