summaryrefslogtreecommitdiff
path: root/ports/zephyr/boards/manifest.py
blob: df1169c081c59aacb075552fcf13098997cf562d (plain)
1
2
3
4
5
6
7
# This is an example frozen module manifest. Enable this by configuring
# the Zephyr project and enabling the frozen modules config feature.

freeze("$(PORT_DIR)/modules")

# Require a micropython-lib module.
require("upysh")