mirror of
https://github.com/micropython/micropython.git
synced 2025-08-19 09:00:51 +02:00
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:
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
|
||||
|
||||
|
Reference in New Issue
Block a user