kasjer

Results 32 issues of kasjer

**Describe the PR** There were two problems: - dma_running flag could be checked in USB interrupt (not set yet) then higher priority interrupt could start transfer, check dma_running (not set...

nRF

Current code did not prevent race condition if transfer was started from non-usb interrupt. testing and modifying dma_running flag was not nested-interrupt-proof. **Describe the PR** This uses standard C library...

Bug 🐞
nRF

### Operating System Linux ### Board pca10095 or pca10056 or other NRF52/NRF53 ### Firmware Latest master can be 0.13.0. mynewt/nimble build with BTH and MSC enabled ### What happened ?...

Bug 🐞
nRF

### Operating System Windows 10 ### Board pca10095 ### Firmware custom firmware running mynewt OS ### What happened ? Problem was detected on IN transfers over vendor interface on NRF5340...

Bug 🐞

### Operating System Windows 10 ### Board pca10056, fomu, ### Firmware examples/device/cdc_msc or any other device build ### What happened ? Build fails when optimization is changed from -Os to...

Bug 🐞

Decoding register shows bits from parent decoder when command was not added in sub-decoder. For example if manufacturer read command is same as common one and command was not repeated...

Currently, downgrade prevention was limited to overwrite only builds (version check) or devices with hardware storage for security counter. This extends downgrade prevention to be used when swap update is...

enhancement
area: core

1. Echo could be turned on after some nlip bytes handling, now if user code disabled echo with console_echo(0) it will not be enabled in nlip code. 2. Additionally nlip...

In case when host did not waited for all events for past commands and send another command system would assert. This happens because for every command there is one event...

This enables (by default) coredump generation on net core. It also enables net core flash server that can be used to get coredumps from application core.