Skip to content

Commit 919fc2d

Browse files
committed
zephyr/Makefile: Update comments to the current state of affairs.
1 parent 688cc79 commit 919fc2d

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

zephyr/Makefile

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
#
2-
# This is main Makefile, which uses MicroPython build system, but
3-
# Zephyr arch-specific toolchain (setup by Zephyr's Makefile.toolchain.*).
4-
# Unfortunately, it's currently not possible to get target (as in: specific
5-
# board to run on) specific compile-time options from Zephyr, so these must
6-
# be set (duplicated) in this Makefile. Currently, these configured for
7-
# ARM Cortex-M3. This Makefile builds MicroPython as a library, and then
8-
# calls recursively Makefile.zephyr to build complete application using
9-
# Zephyr build system.
2+
# This is the main Makefile, which uses MicroPython build system,
3+
# but Zephyr arch-specific toolchain and target-specific flags.
4+
# This Makefile builds MicroPython as a library, and then calls
5+
# recursively Makefile.zephyr to build complete application binary
6+
# using Zephyr build system.
107
#
118

129
BOARD ?= qemu_x86

0 commit comments

Comments
 (0)