zephyr: Switch to microkernel, required for network to work in background.
This commit is contained in:
parent
9ad5032164
commit
7df9f313c6
|
@ -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)
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
% Application : MicroPython
|
||||
|
||||
% TASK NAME PRIO ENTRY STACK GROUPS
|
||||
% ==================================
|
||||
TASK MAIN 7 main 4096 [EXE]
|
Loading…
Reference in New Issue