Changes in this commit are: - Increase CDC buffer size. - Define I2C1 SCL/SDA pins. - Add crypto device enable pin to board pins. - Update deploy instructions. - Add ntptime, urequests and logging to manifest.
13 lines
228 B
Python
13 lines
228 B
Python
include("$(PORT_DIR)/boards/manifest.py")
|
|
|
|
# Networking
|
|
require("webrepl")
|
|
require("urequests")
|
|
require("ntptime")
|
|
|
|
# Utils
|
|
require("logging")
|
|
|
|
# Bluetooth
|
|
require("aioble", client=True, central=True, l2cap=True, security=True)
|