added adt75 submodule

This commit is contained in:
Robin Müller 2021-12-02 11:46:47 +01:00
parent 78e6aa966f
commit 5079ffc6bd
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
7 changed files with 32 additions and 2 deletions

3
.gitmodules vendored
View File

@ -7,3 +7,6 @@
[submodule "va108xx-hal-rs"]
path = va108xx-hal-rs
url = https://github.com/robamu-org/va108xx-hal-rs.git
[submodule "adt75-rs"]
path = adt75-rs
url = https://egit.irs.uni-stuttgart.de/rust/adt75-rs.git

14
.vscode/launch.json vendored
View File

@ -102,5 +102,19 @@
"interface": "jtag",
"runToMain": true,
},
{
"type": "cortex-debug",
"request": "launch",
"name": "Debug I2C / Temperature Sensor",
"servertype": "jlink",
"gdbPath": "/usr/bin/gdb-multiarch",
"cwd": "${workspaceRoot}",
"device": "VA10820",
"svdFile": "./va108xx-rs/svd/va108xx-base.svd.patched",
"preLaunchTask": "rust: cargo build temp sensor",
"executable": "${workspaceFolder}/target/thumbv6m-none-eabi/debug/examples/temp-sensor",
"interface": "jtag",
"runToMain": true,
},
]
}

12
.vscode/tasks.json vendored
View File

@ -102,5 +102,17 @@
"isDefault": true
}
},
{
"label": "rust: cargo build temp sensor",
"type": "shell",
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
"args": [
"build", "-p", "vorago-reb1", "--example", "temp-sensor",
],
"group": {
"kind": "build",
"isDefault": true
}
},
]
}

1
adt75-rs Submodule

@ -0,0 +1 @@
Subproject commit 8b7121eb4771c2537c6123f632d20fbfb2ba3657

BIN
docs/ADT75.pdf Normal file

Binary file not shown.

@ -1 +1 @@
Subproject commit 535efbdec57373e2faa6c0054a07cda084ce6b91
Subproject commit 4eeb06e8eddd01f2d456b7573fc01f836ba0eb46

@ -1 +1 @@
Subproject commit 3b0043ef66e67f17ffc1188f115c08ad47fa24fe
Subproject commit 254bb652d34528362a9d4dd1e7dec676d80b0af2