Fix zephyr_riscv hello_world demo

This disables networking in the project's configuration,
as the target platform does not support any network controller.

Signed-off-by: Robert Szczepanski <rszczepanski@internships.antmicro.com>
Signed-off-by: Mateusz Holenko <mholenko@antmicro.com>
This commit is contained in:
Robert Szczepanski 2020-09-21 17:30:12 +02:00 committed by Mateusz Holenko
parent b023b03329
commit 187f447dab

View File

@ -14,3 +14,4 @@
# ==============================================================================
CONFIG_CPLUSPLUS=y
CONFIG_NEWLIB_LIBC=y
CONFIG_NETWORKING=n