-
Since we distribute tock-registers on crates.io: https://crates.io/crates/tock-registers, it would be nice to have a gentler overview in the readme on what the crate is before digging into how to use …
-
We should have an "out of order" page we can put up if we need to take the app down on short notice.
-
Hello Tock team,
We can find a lot of doc inside doc.tock.ai, but it would be nice if some target links can point from studio uses cases to the doc or to add some tips inside views ?
It can enable…
-
我手写了一个计算1D卷积的程序,但是发现执行起来很慢。问题描述和示例代码如下:
![WechatIMG367](https://github.com/user-attachments/assets/d6e3f0fb-6c3c-4479-8391-f7bcf5d572f0)
```
#include
// #include
#include
int main() {
…
-
# Motivation
One aspect of tockloader that should be implemented early on is a [TBF](https://github.com/tock/tock/blob/master/doc/TockBinaryFormat.md) Header parser. Thankfully, we don't need to star…
-
add unit tests for the
`internal/pkg/peer/blocksprovider/delivery_requester.go`
against a real GRPC service, with security etc.
-
```sh
Building target/aarch64-none-elf/release/rustberry
RUST_TARGET_PATH="/home/josselin/develop/rustberry" cargo xbuild --release --target=aarch64-none-elf
WARNING: the sysroot can't be built fo…
-
Hi,
with commit d81e3351f3c2a8e280dbbd531f8c20d949e719e8 @PaintYourDragon introduced `yield()` for ESP8266 into `writeLine()` and `drawCircle()`.
```
void Adafruit_GFX::writeLine(int16_t x0, int1…
-
# Description
Implement Tock driver for pinmux
# Tasks
- [ ] Audit the driver for missing functionality
- [ ] Implement any missing driver functionality
- [ ] Implement missing HIL functionality (if n…
-
# Description
Implement Tock driver for pattgen
# Tasks
- [ ] Audit the driver for missing functionality
- [ ] Implement any missing driver functionality
- [ ] Implement missing HIL functionality (if …