Trond Einar Snekvik

Results 6 issues of Trond Einar Snekvik

While using cquery with VSCode, I frequently have to reload the window (restarting cquery) because of errors like these: ![image](https://user-images.githubusercontent.com/7857838/45411852-99a5aa00-b675-11e8-954e-e63a486e642c.png) ![image](https://user-images.githubusercontent.com/7857838/45412150-45e79080-b676-11e8-866c-8fc132fc6763.png) Note that in the first error the offending line...

As [reported by @olsky](https://github.com/NordicSemiconductor/nRF51-ble-bcast-mesh/commit/16d30c8a6d963ea7f1de4e67cfa836fa0ccc8b8a#commitcomment-18038970), the example makefiles have the switch for which linker script to use inverted, and ends up using the DFU linker-script when DFU isn't enabled and vice...

bug

The processing queue may currently overflow without notice, resulting in odd behavior. Add a method for propagating this information to the application.

bug

When advertisement data is updated during advertisement, the advertiser might get some race condition with the radio packet pointer. The updated data should be stored in a buffer until it...

bug

### Feature Request I have a codebase for an ARM Cortex M target, in which I use the `arm-none-eabi-gcc` compiler. I'm using this extension in combination with [another extension](https://marketplace.visualstudio.com/items?itemName=nordic-semiconductor.nrf-connect) that...

Language Service
quick fix
more votes needed
enhancement
Feature: Code Analysis

The debug console's location label appears to have an off-by-one error when rendering locations, and omits the opening `` at the end: ![image](https://user-images.githubusercontent.com/7857838/154253944-7672f32e-1863-416f-957f-f1ea02e1e9e7.png) This breaks the `skipFiles` mechanism for files....

polish