alif: Support running the port on the HE core.

The same MicroPython firmware is built for the HE but with slightly
different options, for example no USB.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
iabdalkader
2024-07-17 17:43:38 +03:00
committed by Damien George
parent 8f82089bd0
commit 6b4d46569b
11 changed files with 50 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
freeze("$(PORT_DIR)/modules")
freeze("$(PORT_DIR)/modules/$(MCU_CORE)")
include("$(MPY_DIR)/extmod/asyncio")
require("dht")
require("neopixel")