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:
parent
b023b03329
commit
187f447dab
@ -14,3 +14,4 @@
|
||||
# ==============================================================================
|
||||
CONFIG_CPLUSPLUS=y
|
||||
CONFIG_NEWLIB_LIBC=y
|
||||
CONFIG_NETWORKING=n
|
||||
|
Loading…
Reference in New Issue
Block a user