Commit 7df9f313 authored by Paul Sokolovsky's avatar Paul Sokolovsky

zephyr: Switch to microkernel, required for network to work in background.

parent 9ad50321
...@@ -14,10 +14,11 @@ ...@@ -14,10 +14,11 @@
# limitations under the License. # limitations under the License.
# #
KERNEL_TYPE = nano KERNEL_TYPE = micro
# BOARD must be passed on command line from main Makefile # BOARD must be passed on command line from main Makefile
#BOARD = #BOARD =
CONF_FILE = prj.conf CONF_FILE = prj.conf
MDEF_FILE = prj.mdef
#export SOURCE_DIR = $(ZEPHYR_BASE)/samples/static_lib/hello_world #export SOURCE_DIR = $(ZEPHYR_BASE)/samples/static_lib/hello_world
export LDFLAGS_zephyr += -L$(CURDIR) export LDFLAGS_zephyr += -L$(CURDIR)
......
% Application : MicroPython
% TASK NAME PRIO ENTRY STACK GROUPS
% ==================================
TASK MAIN 7 main 4096 [EXE]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment