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:
parent
e65b12a1b9
commit
144e5ec645
5
ports/samd/mcu/samd51/manifest.py
Normal file
5
ports/samd/mcu/samd51/manifest.py
Normal file
@ -0,0 +1,5 @@
|
||||
include("$(PORT_DIR)/boards/manifest.py")
|
||||
include("$(MPY_DIR)/extmod/uasyncio")
|
||||
require("onewire")
|
||||
require("ds18x20")
|
||||
require("dht")
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user