-
```
The mbed platform has the LocalFileSystem class in the API that allows access
to a file system on the device. This file system is also accessible as a USB
mass storage device. It would be very…
-
```
The mbed platform has the LocalFileSystem class in the API that allows access
to a file system on the device. This file system is also accessible as a USB
mass storage device. It would be very…
-
## Origin
Android
https://android.googlesource.com/platform/system/bt/+/refs/heads/android11-platform-release/embdrv/sbc
## Purpose
Implement the SBC decoder and encoder.
## Mode of integ…
-
## What problem does this solve or what need does it fill?
Microphone inputs can be useful in various game contexts, either as a gameplay element or as the foundation of voice chat.
## What solu…
-
The `os` namespace (to be renamed `posix`) is tackling the problem of providing a cross-platform abstraction over the operating system facilities from a, in my opinion, wrong angle. In this essay I wi…
-
We currently have a bit of conflation in `api/` between those APIs that are provided a platform abstraction layer (mostly for the benefit of core Envoy, but also extensions) and the APIs that will one…
htuch updated
5 years ago
-
(**NOTE**: This issue has been _moved_ from https://github.com/datproject/dat/issues/824)
As a newcomer to Dat and the field of Decentralized Computing I decided to provide my observations, advice …
-
```
The mbed platform has the LocalFileSystem class in the API that allows access
to a file system on the device. This file system is also accessible as a USB
mass storage device. It would be very…
-
It could be more maintainable to separate coap_io.c into dedicated files, since it seems that it is your platform abstraction layer (sort of, because the core stack is still not agnostic with plenty o…
-
**Is your feature request related to a problem? Please describe.**
We need a much more robust geometry solver. Our current geometry solver is quite limited - it either doesn't iterate enough to get …