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

zephyr-basic
Paul Sokolovsky 2016-08-25 22:15:38 +03:00
parent 075dc4707c
commit d238f3a6e0
2 changed files with 7 additions and 1 deletions

View File

@ -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)

5
zephyr/prj.mdef 100644
View File

@ -0,0 +1,5 @@
% Application : MicroPython
% TASK NAME PRIO ENTRY STACK GROUPS
% ==================================
TASK MAIN 7 main 4096 [EXE]