summaryrefslogtreecommitdiffstatshomepage
path: root/ports/stm32/boards/manifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'ports/stm32/boards/manifest.py')
-rw-r--r--ports/stm32/boards/manifest.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/stm32/boards/manifest.py b/ports/stm32/boards/manifest.py
new file mode 100644
index 0000000000..99b08cca00
--- /dev/null
+++ b/ports/stm32/boards/manifest.py
@@ -0,0 +1,3 @@
+freeze('$(MPY)/drivers/dht', 'dht.py')
+freeze('$(MPY)/drivers/display', ('lcd160cr.py', 'lcd160cr_test.py'))
+freeze('$(MPY)/drivers/onewire', 'onewire.py')