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:
parent
5d32c95c16
commit
f72cb049eb
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user