Jean-Pierre De Jesus DIAZ

Results 35 issues of Jean-Pierre De Jesus DIAZ

Hello! I'm packaging _just_ on GNU Guix and found some friction when packaging this crate[1] (Guix needs all dependencies to be compiled an tested) because it requires access to some...

Small non-breaking change to the `reg!` macro. It now allows the usage of `#[cfg(...)]` attributes on register fields. This is particularly useful for https://github.com/drone-os/drone-cortexm/pull/5 as it allows to restrict the...

Is `unexec()` feature a must to have in **Remacs**? I think is quite old and supporting it would be very hard because we would need to maintain the emacs `malloc`...

discussion

### Contribution description This adds the code for handling the channel pages, as specified by 2006 and 2012 IEEE 802.15.4 standards, channel page nine is for SUN PHYs whereas the...

Area: network
Type: new feature
State: stale

### Contribution description Now aUnitBackoffPeriod is calculated at runtime from the current symbol duration and the value of the _aTurnaroundTime_ and _aCcaTime_ constants. This allows to add other PHYs that...

Type: enhancement
Area: network
Area: tests
Impact: minor
Area: sys
State: stale

# Contribution description **Note:** *this code is untested and I highly don't recommend running the code yet.* --- ## Status **What works:** - Sending a packet. - Receiving a packet....

Platform: ARM
Area: network
Area: tests
Type: new feature
Area: drivers
Area: boards
Area: cpu
Area: sys

Currently I assume the Renode terminal has a default keymap of `en_US` (these are the keys that match that keymap when I type), for example, trying to type the `"`...

**Environment information** * Operating System: Ubuntu 18.04 * Cutter version: ``` Version 1.10.3 Using r2-4.4.0 Based on Qt 5.14.2 (GCC 5.4.0 20160609, 64 bit) Optional Features: Python: ON Python Bindings:...

Fixes #152. For example, when the dependencies are available on the system one could do: ```bash qmake CONFIG+=config_without_bundled_cppzmq \ CONFIG+=config_without_bundled_robin_hood \ CONFIG+=config_without_bundled_secp256k1 \ LIBS+=-lrocksdb \ LIBS+=-lsimdjson ``` And it would...