File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ string(TOUPPER ZEPHYR_${BOARD} MICROPY_BOARD)
3535include (${MICROPY_DIR} /py/py.cmake )
3636include (${MICROPY_DIR} /extmod/extmod.cmake )
3737
38+ list (APPEND DTS_ROOT ${CMAKE_CURRENT_SOURCE_DIR} /dts)
39+
3840if (CONFIG_MICROPY_FROZEN_MODULES)
3941 cmake_path (ABSOLUTE_PATH CONFIG_MICROPY_FROZEN_MANIFEST BASE_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} )
4042 set (MICROPY_FROZEN_MANIFEST ${CONFIG_MICROPY_FROZEN_MANIFEST} )
Original file line number Diff line number Diff line change 1+ # Device tree binding vendor prefix registry. Keep this list in
2+ # alphabetical order.
3+ #
4+ # This isn't an exhaustive list, but you should add new prefixes to it
5+ # before using them to avoid name-space collisions.
6+ #
7+ # The contents of this file are parsed during documentation generation.
8+ # Anything that starts with a '#' is treated as a comment and ignored.
9+ # Non-empty lines should be in this format:
10+ #
11+ # <vendor-prefix><TAB><Full name of vendor>
12+
13+ # zephyr-keep-sorted-start
14+ micropython MicroPython Project
15+ # zephyr-keep-sorted-stop
You can’t perform that action at this time.
0 commit comments