summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fw/README.md8
-rw-r--r--fw/zephyrproject/.gitignore1
-rw-r--r--fw/zephyrproject/requirements.txt11
3 files changed, 0 insertions, 20 deletions
diff --git a/fw/README.md b/fw/README.md
index b0d2c46..8287fab 100644
--- a/fw/README.md
+++ b/fw/README.md
@@ -3,14 +3,6 @@
This is the firmware for iot-contact. It is based on the Zephyr real time
operating system [1].
-## Setup Python environment
-
-```
-python -m venv zephyrproject/.venv
-source zephyrproject/.venv/bin/activate
-pip install -r zephyrproject/requirements.txt
-```
-
## Build
```
diff --git a/fw/zephyrproject/.gitignore b/fw/zephyrproject/.gitignore
deleted file mode 100644
index 1d17dae..0000000
--- a/fw/zephyrproject/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-.venv
diff --git a/fw/zephyrproject/requirements.txt b/fw/zephyrproject/requirements.txt
deleted file mode 100644
index 4e2bd45..0000000
--- a/fw/zephyrproject/requirements.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-anytree==2.12.1
-docopt==0.6.2
-intelhex==2.3.0
-packaging==24.1
-pyelftools==0.31
-pykwalify==1.8.0
-python-dateutil==2.9.0.post0
-PyYAML==6.0.2
-ruamel.yaml==0.18.6
-ruamel.yaml.clib==0.2.8
-six==1.16.0