summaryrefslogtreecommitdiff
path: root/manifest
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-01-30 22:11:31 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-01-30 22:11:31 (GMT)
commit0acbcc415bbc3ab5b80aeee23ce4258052d9ac2e (patch)
treeca05741b92067b158965a49288b5c1920a1a9979 /manifest
parenta34d65d7fdfbbaaa3e6484dfebe914378f478ca2 (diff)
wasp: Reorganise the board support
Diffstat (limited to 'manifest')
-rw-r--r--manifest/dsd6.py0
-rw-r--r--manifest/nitrogen.py0
-rw-r--r--manifest/pinetime.py12
3 files changed, 0 insertions, 12 deletions
diff --git a/manifest/dsd6.py b/manifest/dsd6.py
deleted file mode 100644
index e69de29..0000000
--- a/manifest/dsd6.py
+++ /dev/null
diff --git a/manifest/nitrogen.py b/manifest/nitrogen.py
deleted file mode 100644
index e69de29..0000000
--- a/manifest/nitrogen.py
+++ /dev/null
diff --git a/manifest/pinetime.py b/manifest/pinetime.py
deleted file mode 100644
index 7175d74..0000000
--- a/manifest/pinetime.py
+++ /dev/null
@@ -1,12 +0,0 @@
-freeze('$(MPY_DIR)/../wasp',
- (
- 'boot.py',
- 'demo.py',
- 'drivers/battery.py',
- 'drivers/signal.py',
- 'drivers/st7789.py',
- 'logo.py',
- 'pinetime.py'
- ),
- opt=3
-)