Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7df9f31

Browse files
committed
zephyr: Switch to microkernel, required for network to work in background.
1 parent9ad5032 commit7df9f31

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

‎zephyr/Makefile.zephyr‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
# limitations under the License.
1515
#
1616

17-
KERNEL_TYPE =nano
17+
KERNEL_TYPE =micro
1818
# BOARD must be passed on command line from main Makefile
1919
#BOARD =
2020
CONF_FILE = prj.conf
21+
MDEF_FILE = prj.mdef
2122

2223
#export SOURCE_DIR = $(ZEPHYR_BASE)/samples/static_lib/hello_world
2324
export LDFLAGS_zephyr += -L$(CURDIR)

‎zephyr/prj.mdef‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
% Application : MicroPython
2+
3+
% TASK NAME PRIO ENTRY STACK GROUPS
4+
% ==================================
5+
TASK MAIN 7 main 4096 [EXE]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp