-
The Standard Library is now on JSR, and JSR now lists the runtimes compatible with any given package. A recent request was that `std/fs` be made Node-compatible. We should investigate the viability of…
-
```
cmake .
make
```
results in
```
[manuel@uriziel build]$ make
[ 3%] Built target common_obj
[ 3%] Built target paho-mqtt3c
[ 4%] Built target lib-mqtt-sn-platform-abstraction-layer
…
ghost updated
4 years ago
-
SPI allows word sizes of several bits, not necessarily rounded up to a multiple of 8.
While I don't now about every platform / hardware, at least soft-SPI (GPIO bitbanged SPI) and the ESP IDF driven …
-
This is the tracking issue for [Input Method Editor] (IME) support in Druid. As of the time of writing, it's not an immediate priority, but increasingly other things depend on it, and we've collected …
-
## Brief feature description
The `iceoryx_hoofs/platforms` should be the only place where platform specific code should be handled. The iceoryx code base should then use the `platform` abstraction …
-
Physics Abstraction Layer (PAL)
The Physics Abstraction Layer (PAL) provides a unified interface to a number of different physics engines. This enables the use of multiple physics engines within one a…
-
Each different embedded platform will have its own toolchain for producing binaries. Does it make sense to try putting together a build system for the _most popular_ embedded platforms? Maybe an exten…
-
### What?
Need to add CMSIS_NN option to the build of luci-interpreter for microcontrollers
### Why?
According to https://github.com/Samsung/ONE/issues/7598#issuecomment-920158097 CMSIS_NN is…
-
Although this project began with relatively modest goals (shared low-level hardware drivers), it is often necessary to think about the bigger picture in order to settle on the smaller details. To in t…
-
This is meant to be a continuously-updated list of API candidates for System.
## Criteria for Inclusion
System's primary aim is to be the place developers go to access native platform interfaces…