We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad5032 commit 7df9f31Copy full SHA for 7df9f31
zephyr/Makefile.zephyr
@@ -14,10 +14,11 @@
14
# limitations under the License.
15
#
16
17
-KERNEL_TYPE = nano
+KERNEL_TYPE = micro
18
# BOARD must be passed on command line from main Makefile
19
#BOARD =
20
CONF_FILE = prj.conf
21
+MDEF_FILE = prj.mdef
22
23
#export SOURCE_DIR = $(ZEPHYR_BASE)/samples/static_lib/hello_world
24
export LDFLAGS_zephyr += -L$(CURDIR)
zephyr/prj.mdef
@@ -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