Carles Cufí
Carles Cufí
As approved by the TSC on February 9th, 2022: https://docs.google.com/document/d/1_sFM1BTLHrwRA9pbNoD7XPHE3OuqXT0P04AlAS2dvTk/edit#heading=h.y6xurk7xxg5a Original document that was voted on: https://docs.google.com/document/d/1heqcv7dzGvM5rA9xpTMW3kyKJLpZsl2Gjsmr5eqBje8/edit# This initial patch documents most of the agreed upon decisions, with additional information...
This commit introduced DLL entry points in the function definitions https://github.com/OpenHMD/OpenHMD/commit/34a57c35facf9489777d531618964a937d5f85c6 And this one added a couple more: https://github.com/OpenHMD/OpenHMD/commit/039fb4d96e6a5dae96c16f8ba5008af03906dbda#diff-1d18002189189eaac845866819a755c6 Unless I am missing something this is triggering the following when...
The BLE transport supports segmentation (i.e. splitting SMP reponses into multiple ATT_MTU-sized notifications) but not reassembly (i.e. reassembling SMP requests that have been split across multiple ATT_MTU-sized Write Commands). CC...
- [ ] Release notes major enhancements: - See https://github.com/zephyrproject-rtos/zephyr/projects/9 - [x] Pre RC1 Steps - [x] Create v3.2.1 milestone so that features that don't make it to the release...
As described in the title, the use case is being able to enable certain user-defined rules conditionally by adding to the `extra-path` that is already prepopulated in an existing `.gitlint`...
It looks like there is an [API for Security Advisories](https://docs.github.com/en/graphql/reference/objects#securityadvisory) available from GitHub. Would it be possible to extend the excellent PyGithub to support these? I realize those seem only...
I am seeing some render artifacts with my current setup: - mintty 3.6.1 - [CodeNewRoman NF](https://www.nerdfonts.com/font-downloads) - ssh+tmux See the two "underscores" (they are just artifacts): 
The [JUnit spec](https://www.ibm.com/docs/en/developer-for-zos/14.1?topic=formats-junit-xml-format) doesn't mention file name and line number where an error occurred (eg. as attributes of `failure`). Since this action seems to display annotations inline with the PR...
``` C:\Users\carles\src\tmp\仄費羅斯\zephyr\zephyr>C:/Users/carles/bin/zephyr-sdk-0.16.1/aarch64-zephyr-elf/bin/aarch64-zephyr-elf-gcc.exe c:\Users\carles\src\tmp\仄費羅斯\zephyr\zephyr\kernel\banner.c cc1.exe: fatal error: c:\Users\carles\src\tmp\????\zephyr\zephyr\kernel\banner.c: Invalid argument compilation terminated. ``` Note that GNU Arm Embedded doesn't work either: ``` C:\Users\carles\src\tmp\仄費羅斯\zephyr\zephyr>"c:\Users\carles\bin\gnuarmemb\10 2021.10\bin\arm-none-eabi-gcc.exe" c:\Users\carles\src\tmp\仄費羅斯\zephyr\zephyr\kernel\banner.c arm-none-eabi-gcc.exe: error: c:\Users\carles\src\tmp\????\zephyr\zephyr\kernel\banner.c: Invalid argument arm-none-eabi-gcc.exe:...
Signed-off-by: Carles Cufi In order to make the review process faster, please take a few minutes to go through this checklist: ## Acceptance Criteria - All of the following criteria...