Michał Narajowski

Results 17 issues of Michał Narajowski

PR https://github.com/apache/mynewt-core/pull/1505 added support for display drivers. Instead of using hal_spi we should use bus drivers from hw/bus.

We should not use the same default IRK for every device that doesn't set a custom IRK. By default, we should generate a new one and store it. If the...

enhancement

If we try to create a server for more connections than we support (e.g. we support 1 connection and then we try to create a second server) we do not...

enhancement

Executing git on Windows can be very slow so this PR is introducing flags in settings that can disable compatibility verification between Newt and repositories as well as disable writing...

https://memfault.com/ Add support for commands to pull Memfault data from device such as coredump, events and traces.

Currently there is no way to signal GATT timeout when using this new module. Required by GATT/CL/GAT and GATT/SR/GAT testcases.

enhancement

We need ability in AutoPTS configuration to override the re-run count for individual test cases. This will help in keeping the global re-runs short (say at 3) and allow us...

enhancement