File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
129BOARD ?= qemu_x86
You can’t perform that action at this time.
0 commit comments