Simon Ratner
Simon Ratner
``` > let scrypt = require('scrypt-kdf') undefined > scrypt.pickParams(0.1) 512 0.002940500020980835 174120.04636858223 { logN: 10, r: 8, p: 1 } > scrypt.pickParams(0.1) 3072 0.0010730000734329225 2863000.7360312105 { logN: 13, r: 8,...
### Summary Add method to automatically pick correct {notification/indication} descriptor based on characteristic properties, or make the existing `setupNotification` smarter. Problem: client must know the properties of the characteristic in...
This change adds: - Support for `DTEND` (no duration concept, just validate and round-trip it) (#322) - Support for `VALUE=DATE | DATE-TIME` data types on `DTSTART`, `DTEND`, and `UNTIL` attributes...
Commit disabling DSP instructions for M-33 suggests creating a custom compiler package for BSPs that need it: https://github.com/apache/mynewt-core/commit/bafc7e0e08057502d26fd7b84c89ac341c80e970. Given that nRF5340 appcore and netcore BSPs are in-tree, and appcore supports...
Looking at this code, copying 32-bit UUIDs into a flat buffer is different to 16-bit UUIDs: https://github.com/apache/mynewt-nimble/blob/master/nimble/host/src/ble_uuid.c#L240 Compare to how this function is used: https://github.com/apache/mynewt-nimble/blob/master/nimble/host/src/ble_gattc.c#L1600 The length is set to...
When specifying additional libraries to be linked with `pkg.lflags`, the order of the libraries is not preserved. Instead, flags seem to be sorted in alphabetical order. This is a problem...
It is useful to specify a custom executor script for running tests as part of the `newt test` command. This could be specified as a key in `pkg.yml` for `unittest`...
SMP notifications used to deliver SMP responses over BLE transport are corrupted on the [apollo3_evb](https://github.com/apache/mynewt-core/tree/master/hw/bsp/apollo3_evb). Below is a sample log from nRF Connect app attempting an `image list` command (as...
### What feature would you like to see? TTY console configuraton collapsed or hidden when connected, taking up less (or zero) space. ### How will this feature be useful to...
### What feature would you like to see? Ability to select and copy text from TTY console output. Double- and triple-click support to select word and line. ### How will...