Logo
Explore Help
Register Sign In
fengqi/lv_micropython
1
0
Fork 0
You've already forked lv_micropython
Code Issues Pull Requests 1 Actions Packages Projects Releases Wiki Activity
lv_micropython/ports/samd/mcu/samd51/manifest.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
132 B
Python
Raw Permalink Normal View History

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.
2022-10-26 20:17:19 +02:00
include("$(PORT_DIR)/boards/manifest.py")
extmod/asyncio: Rename uasyncio to asyncio. The asyncio module now has much better CPython compatibility and deserves to be just called "asyncio". This will avoid people having to write `from uasyncio import asyncio`. Renames all files, and updates port manifests to use the new path. Also renames the built-in _uasyncio to _asyncio. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-06-08 15:51:50 +10:00
include("$(MPY_DIR)/extmod/asyncio")
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.
2022-10-26 20:17:19 +02:00
require("onewire")
require("ds18x20")
require("dht")
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 61ms Template: 0ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API