-
Create a driver for FD reference board: STM32H743 Nucleo-144 (ST micro)
-
When running this action with `container: coqorg/coq:dev`, [I see](https://github.com/mit-plv/fiat-crypto/actions/runs/7320568634/job/19939855942#step:7:18)
```
/usr/bin/docker exec d2f4cc80928d991…
-
what is the relationship between this library and dronecan/libcanard?
https://github.com/UAVCAN/libcanard
https://github.com/OpenCyphal/libcanard
https://github.com/dronecan/libcanard
-
**EDIT 2021: see https://forum.uavcan.org/t/uavcan-v1-wireshark-plugin/1058/2?u=pavel.kirienko**
We need the ability to log network frames into dump files and read them back for later analysis. Thi…
-
I'm using nunavut to generate c++ headers for the public regulated data types. My nunavut command looks like this:
```bash
nnvg --experimental-languages \
--language-standard=c++17 \
--targe…
-
What do you think about adding libcanard to the [ESP Component Registry](https://components.espressif.com/)?
Since the ESP32 has great CAN bus support, having libcanard packaged in an ESP component w…
-
See https://github.com/OpenCyphal-Garage/libcyphal/pull/371#discussion_r1704756790_
One posisble way to approach this is to move the custom executor extension point into Callback::Any. This change …
-
See https://github.com/OpenCyphal-Garage/libcyphal/pull/363#discussion_r1651705834
This should be a deadline rather than a timeout. The clock used for the deadline tracking is described in https://…
-
>This special case doesn't look convincing. I understand that there is some value in being able to unschedule a callback but as far as I understand by now we haven't identified an explicit need for th…
-
Here:
https://github.com/OpenCyphal-Garage/libcyphal/blob/5e652de5cb6c9172b833fb8426ba619ce99c4963/include/libcyphal/transport/types.hpp#L58-L79
We discussed that inheritance is not a good choic…