zephyr/boards: Disable WDT on qemu boards and networking for cortex_m3.
This gets qemu_x86 and qemu_cortex_m3 building with `prj.conf` settings. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
# disable it
|
# disable it
|
||||||
CONFIG_CONSOLE_SUBSYS=n
|
CONFIG_CONSOLE_SUBSYS=n
|
||||||
|
|
||||||
# Networking drivers
|
# This QEMU target only has 256k ROM and 64k RAM, so disable networking
|
||||||
# SLIP driver for QEMU
|
CONFIG_NETWORKING=n
|
||||||
CONFIG_NET_SLIP_TAP=y
|
|
||||||
|
# QEMU doesn't have a watchdog, so disable it
|
||||||
|
CONFIG_WATCHDOG=n
|
||||||
|
CONFIG_WDT_DISABLE_AT_BOOT=n
|
||||||
|
|||||||
@@ -5,3 +5,7 @@ CONFIG_CONSOLE_SUBSYS=n
|
|||||||
# Networking drivers
|
# Networking drivers
|
||||||
# SLIP driver for QEMU
|
# SLIP driver for QEMU
|
||||||
CONFIG_NET_SLIP_TAP=y
|
CONFIG_NET_SLIP_TAP=y
|
||||||
|
|
||||||
|
# QEMU doesn't have a watchdog, so disable it
|
||||||
|
CONFIG_WATCHDOG=n
|
||||||
|
CONFIG_WDT_DISABLE_AT_BOOT=n
|
||||||
|
|||||||
Reference in New Issue
Block a user