Changes are: - Freeze micropython-lib time module to get strftime. - Reserve the last 1MB of QSPI flash for (optional) WiFi firmware storage. - Disable SD card mount on boot. - Enable high-speed BLE firmware download.
12 lines
160 B
Python
12 lines
160 B
Python
include("$(PORT_DIR)/boards/manifest.py")
|
|
|
|
# Networking
|
|
require("bundle-networking")
|
|
|
|
# Utils
|
|
require("time")
|
|
require("logging")
|
|
|
|
# Bluetooth
|
|
require("aioble")
|