Andrew Hatstat
Andrew Hatstat
When importing from page 35 of [STM32G071RBT6](https://www.st.com/resource/en/datasheet/stm32g071rb.pdf) pin 44 does not import at all. No error message is shown. Perhaps the space in the pin name is the problem. All...
What is the Hip-Clang equivalent of this CUDA function? ``` __device__ __forceinline__ uint32_t add_cc(uint32_t a, uint32_t b) { uint32_t r; asm volatile ("add.cc.u32 %0, %1, %2;" : "=r"(r) : "r"(a),...
Adding standalone ASIO header causes this sample program not to compile with error messages like ``` asio-1.18.1/include/asio/execution/set_done.hpp:212:3: error: dynamic initialization is not supported for __device__, __constant__, __shared__, and __managed__ variables....
In this example I attempt to build a static library that contains device code and then use it to build a final executable. However the final link step fails with...
I am not able to export footprints in Windows 10 to either kicad old or new version. The GUI opens and parts compile and are displayed fine. The same error...
**Describe the bug** When pending on `CFE_SB_ReceiveBuffer` with a timeout on a POSIX system, a change to the system time causes the function to immediately return with a timeout error...
This is a request to update the manifest to use meta-qt6. Qt 5.15 LTS [ends May 2025](https://www.qt.io/blog/qt-5.15-extended-support-for-subscription-license-holders).