Szymon Janc

Results 57 issues of Szymon Janc

baselibc is providing some functions from libbsd eg strlcpy. We are also using queue.h from BSD which on native build is system wide. Unfortunatelly libbsd >= 0.11.3 is needed, see...

some time ago atmel relicenced their code available at http://packs.download.atmel.com/ to APL 2.0 which can now be included into Apache Mynewt core. This should allow to deprecate need for https://github.com/runtimeinc/mynewt_arduino_zero

CI should build babblesim targets and eventually also execute tests via edtt

- [x] - test plan update - [x] - workspace update - [ ] - GAP - [ ] - GATT - [ ] - SM - [ ] -...

Just use MYNET_VAL(FOO) directly or define nimble_opt_auto.h style config option locally in .c file This will allow to better match .h. and .c #ifdefs

This is initial work for https://github.com/apache/mynewt-nimble/issues/985. It covers mostly GAP roles.

API should be extended with parameter for specifying which advertising instance should be configured for beacons.

Currently (depending on feature) enabling/disabling is done by either compile time #ifdef, returning BLE_HS_ENOTSUP in runtime for disabled features, or by wrapping one feature on top of other API. Runtime...

Currently, adding more devices than HW RL can handle results in error. But instead we could do queue, where latest resolved item is removed from HW RL and next "free...

For blinky repo we need full clone as release tag may no longer be on top of master... [janc@ix test]$ newt new my_proj Downloading project skeleton from apache/mynewt-blinky... Downloading repository...