aboutsummaryrefslogtreecommitdiff
path: root/examples/usbtmc
diff options
context:
space:
mode:
authorMDC Service <michael.schmid@mdc-service.de>2022-12-19 17:45:37 +0100
committerGitHub <noreply@github.com>2022-12-19 17:45:37 +0100
commit8c4e7781dc24993adb7b196fd79a165de69afaa4 (patch)
tree3efc1cf64e8c0962cb939202684aced95c813436 /examples/usbtmc
parente8ebe73f7178f0b792d8285e121081c14b399d1e (diff)
Update readme.md
Diffstat (limited to 'examples/usbtmc')
-rw-r--r--examples/usbtmc/readme.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/usbtmc/readme.md b/examples/usbtmc/readme.md
index 4e34bf2..c70c2c7 100644
--- a/examples/usbtmc/readme.md
+++ b/examples/usbtmc/readme.md
@@ -1 +1,11 @@
Convert every HAT to an USBTMC-Measurement device with the EsPiFF.
+
+** work in progress, might not compile on all platforms. We use Ubuntu 22 for development **
+
+
+Instructions:
+1. Download the Tinyusb github repo from https://github.com/hathach/tinyusb
+2. Add a folder "espiff_usbtmc" under ./tinyusb/examples/device/
+3. copy the files from EsPiFF/examples/usbtmc/ into the folder just created.
+4. make sure, your PICO SDK is setup correctly.
+5. follow the instructions from the TinyUSB repo to build.