samd/mcu/samd51: Use an additional manifest.py for SAMD51 boards.

Including the uasyncio scripts and the drivers for DHT, DS18x20 and
onewire.  The uasyncio scripts need about 8k of flash and are not included
for the SAMD21 boards by default.
This commit is contained in:
robert-hh 2022-10-26 20:17:19 +02:00 committed by Damien George
parent e65b12a1b9
commit 144e5ec645
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
include("$(PORT_DIR)/boards/manifest.py")
include("$(MPY_DIR)/extmod/uasyncio")
require("onewire")
require("ds18x20")
require("dht")

View File

@ -1,5 +1,6 @@
MICROPY_VFS_LFS2 ?= 1
MICROPY_VFS_FAT ?= 1
FROZEN_MANIFEST ?= mcu/$(MCU_SERIES_LOWER)/manifest.py
SRC_S += shared/runtime/gchelper_m3.s