All checks were successful
Build RPi Pico firmware image / Build-Firmware (push) Successful in 4m18s
Check code formatting / Check-C-Format (push) Successful in 9s
Check code formatting / Check-Python-Flake8 (push) Successful in 9s
Check code formatting / Check-Bash-Shellcheck (push) Successful in 5s
Run unit tests on host / Run-Unit-Tests (push) Successful in 9s
18 lines
391 B
Python
18 lines
391 B
Python
include("$(PORT_DIR)/boards/manifest.py")
|
|
|
|
require("bundle-networking")
|
|
|
|
# Bluetooth
|
|
require("aioble")
|
|
|
|
# AsyncIO REPL
|
|
require("aiorepl")
|
|
|
|
# Third party modules
|
|
module("mfrc522.py", "../../lib/micropython-mfrc522/")
|
|
module("microdot.py", "../../lib/microdot/src/microdot/")
|
|
|
|
# TonberryPico modules
|
|
module("audiocore.py", "../../modules/audiocore")
|
|
module("rp2_neopixel.py", "../../modules")
|