Skip to content
Snippets Groups Projects
Commit 7df9f313 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

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

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