Dario Nieuwenhuis
Dario Nieuwenhuis
rm0433 h7(42|43|53|50): no SMPS, VOS = reserved, 3, 2, 1 rm0468 h7(23|25|33|35): SMPS, VOS = 0, 3, 2, 1 rm0399 h7(45|47|55|57): SMPS, VOS = reserved, 3, 2, 1 rm0399 h7(a3|b0|b3):...
The F1 GPIO mapping works completely different, by "remapping" all the pins for a peripheral together. Invent some YAML format to represent that, and extract it from the GPIO XMLs.
I've started to work on Android support at https://github.com/akiles/bluest/tree/android . Are you OK with PRs implementing only part, leaving some stuff as "not implemented yet"? My current goal is implementing...
Since a few days ago, GitHub sends the Client Hello fragmented in a few TCP packets of 1 byte, then one TCP packet with the rest of the Client Hello....
- **nrf: fix wrong order configuring gpios.** - **nrf: add try_write to BufferedUarte.** - **Add embassy-net-nrf91.**
Based on #1820, rebased and cleaned up a bit. cc issue #1516 Current status is - Bluetooth init works - Sending/receiving HCI packets works - There's an example using the...
Fixes #1588 The previous packet-level implementation is moved to `embassy_usb::class::cdc_acm::low_level`. TODO: - [ ] how to surface disconnection to the user? - block? (current behavior) - don't block, discard data?...