Skip to content
#

no-std

Here are 285 public repositories matching this topic...

rfuest
rfuest commented Jul 29, 2020

The docs for DrawTargetExt currently only contain examples for the individual sub draw targets. These examples don't demonstrate how multiple sub draw targets can be combined. An example for Clipped<Translated<_>> should be added to the DrawTargetExt documentation.

Additionally a simulator example should be added, which demonstrates the individual sub draw targets, but also useful combina

jonas-schievink
jonas-schievink commented Sep 28, 2019

Currently the link layer will abort the connection when it does not receive the initial connect event:

https://github.com/jonas-schievink/rubble/blob/0c219f5fd1ef24cc6ca6f6e1edb02556e5fdd64f/rubble/src/link/connection.rs#L338-L345

This shouldn't happen. Instead, we should do what the comment suggests (and check it against the spec).

The effect of this bug is that establishing a connection

daniel5151
daniel5151 commented Sep 17, 2020

Overview

#22 added support for register-level read/writes, and introduced a new RegId associated type to the existing Registers trait. This associated type is used to translate raw GDB register ids (i.e: a arch-dependent usize) into a structured human-readable enum identifying the register.

e.g:

/// 32-bit ARM core register identifier.
#[derive(Debug, Clone, Copy)]
pub 

Improve this page

Add a description, image, and links to the no-std topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the no-std topic, visit your repo's landing page and select "manage topics."

Learn more