Rachel Mant
Rachel Mant
resources.interface: Added support for clock-specific attributes to the ULPIResource, including setting up an automatic clock speed constraint for input clocks
As part of addressing some defects in BMP, we found that the USB CDC support in locm3 didn't support the class specific request `GET_LINE_CODING`. This PR addresses that by adding...
This PR implements support to locm3's USB stack for Binary Object Store (BOS) descriptors, and the Microsoft OS 2.0 Descriptor specification (which requires BOS support). The motivation for doing this...
This PR aims to improve standards conformance and LTO compatibility. ISO C forbids casting function pointers to or from `void *` as the size of a function pointer is allowed...
When implementing a new feature in Black Magic Debug to soft-start the target power output, we wound up having too interact with the timers and set up the output compare...
**Version and Platform (required):** - Binary Ninja Version: 3.4.4271 Personal (b7fd028d) - OS: Linux - Debian (Bookworm) - OS Version: 12.0 - CPU Architecture: x86_64 + ARMv7-M (32-bit) **Bug Description:**...
This small patch does two important things for modern compilers: * It fixes a possible uninitialised use of sector (which because -Werror, stops compilation) * It improves code correctness by...
This PR works through correcting the STM32H7 support and adding support for the H72/H73 parts to allow them to be used with USB, DMA and several other components that were...
**Describe the bug** Meson supports specifying `native: true` in a dependency() w/ subproject fallback, however that subproject is configured in the cross environment with no way to detect that a...
In this PR we aim too address the state of Clang-cl (cross-)builds for Windows AArch64. This involves special-casing clang-cl to take extra warnings options that aren't valid for MSVC, and...