Alistair Francis
Alistair Francis
## Proposed change This PR adds documentation for the Husqvarna Automower BLE integration. The Husqvarna Automower BLE integration provides connectivity with Husqvarna Automowers lawn mowers via a local Bluetooth connection....
`libgomp: Thread creation failed: Resource temporarily unavailable` when running OpenEmbedded builds
**Describe the bug** After creating a toolbox and launching a large build process (an OpenEmbedded build) on a 64-core machine eventually the build fails with this error: ``` libgomp: Thread...
This is very initial support for the embedded_hal [1]. This allows general embedded Rust crates to be built on top of libtock-rs with minimal porting effort. This currently just stubs...
**Describe the bug** When trying to activate a LoRaWAN device I see the following failure ``` [2024-06-26 22:25:59.867] [SX1261] Initialising Radio ... [2024-06-26 22:25:59.995] RLB_PRO: Setting up fixed channels (subband...
### Pull Request Overview This is an implementation of device pass through support, as mentioned in https://github.com/tock/tock/issues/4020 This creates the Rust traits to implement device pass through to a userspace...
### Pull Request Overview To allow an I2C bus to support devices created by the board **and** still be exposed to userspace let's convert the I2CMasterDriver to use an `I2CDevice`...
### Pull Request Overview [NMEA](https://en.wikipedia.org/wiki/NMEA_0183) is a common output from GNSS devices. It is a "sentence" that starts with a `$`. This adds support for userspace to read NMEA sentences...
### Issue The Tock syscall interface has lots of useful advantages. It allows virtulisation, platform agnostic user space applications as well being secure. But this comes at a cost. The...
# Description This is initial support for the PCIe Data Object Exchange (DOE) mailbox protocol. This add a new EFI_PCI_IO_DOE struct to the PCI_IO_DEVICE struct which supports DOE operations. This...
# Description Initial commit of the PCIe 6.0 specification header file. This is used to define the EFI_PCIE_CAPABILITY_ID_DOE macro. - [ ] Breaking change? - **Breaking change** - Will this...