antoinevg

Results 50 issues of antoinevg

Addresses: https://github.com/build-trust/ockam/security/dependabot/8 Also see: https://github.com/build-trust/ockam/pull/2887 And: https://github.com/build-trust/ockam/pull/2542#issuecomment-1055630787 WORK IN PROGRESS

In `implementations/rust/ockam/ockam_transport_ble/src/driver/packet.rs:104`: ``` // TODO Currently we only support packet lengths up to 2^16 // bits long. // // The reason for this is that I'm too lazy right now...

Type: Enhancement
Implementation: Rust
Component: Core

Work In Progress Ref: * https://github.com/build-trust/codebase/issues/367 * https://github.com/build-trust/codebase/issues/364

The next release of [bluenrg](https://crates.io/crates/bluenrg) contains some fixes we need: https://github.com/danielgallagher0/bluenrg/pull/5 These missing fields need to be uncommented and the unsafe code deleted: https://github.com/ockam-network/ockam/blob/6107c39c1e4b11f1998a7f122e3c76ecf08d5253/implementations/rust/ockam/ockam_transport_ble/src/driver/bluetooth_hci/ble_uart.rs#L278-L284

Status: Blocked
Implementation: Rust
Type: Dependencies

At the moment our embedded driver code makes use of DMA or manually polled implementations for I2C and I2S data transfers. The [Rust Embedded Working Group](https://github.com/rust-embedded/wg) are in the process...

Implementation: Rust
Type: Dependencies

At present our embedded driver code is only able to support a single device on any given SPI bus. The [Rust Embedded Working Group](https://github.com/rust-embedded/wg) are in the process of developing...

Implementation: Rust
Type: Dependencies

### Summary * At present we only provide secure random number generation on `std` Rust targets. * For embedded use we are falling back to an insecure const-seeded software implementation....

This is the tracking issue for the luna 1.0.0 release. ```[tasklist] ### Tasks not yet associated with an Issue or Pull Request - [x] Get `hyperram-wip` merged ``` ```[tasklist] ###...

This draft PR adds a `disconnect` signal that, when pulled high by `USBDevice`, causes the UTMI interface's operating mode to be set to `NON_DRIVING` in order to trigger a host...