summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobert-hh <robert@hammelrath.com>2021-09-17 09:18:44 +0200
committerDamien George <damien@micropython.org>2021-11-17 10:02:32 +1100
commit5ed7a748f0f767cdec9da95c289b934adaaecf67 (patch)
tree4df8878399b3bd63f6d8b6d6d2f9eb749c97a8db
parentb73d8b045a6cff582280092d5a4c9d930934c25a (diff)
rp2/boards: Add neopixel.py to manifest.py.
Because machine.bitstream is now implemented on the rp2 port.
-rw-r--r--ports/rp2/boards/manifest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/rp2/boards/manifest.py b/ports/rp2/boards/manifest.py
index 9df589f12..a45bbe066 100644
--- a/ports/rp2/boards/manifest.py
+++ b/ports/rp2/boards/manifest.py
@@ -1,3 +1,4 @@
freeze("$(PORT_DIR)/modules")
freeze("$(MPY_DIR)/drivers/onewire")
include("$(MPY_DIR)/extmod/uasyncio/manifest.py")
+include("$(MPY_DIR)/drivers/neopixel/manifest.py")