Tim Nordell
Tim Nordell
For background, see #43. I figured we could add logic easily that prevented the orphan issue that @geky mentioned by scanning for files only in the folder, so this commit...
I'm pretty sure this is a regression (I haven't tested on older versions of libmosquitto but debugged for my use case) caused by d5aae3eca73cf8a57e7a4b7486ad386f1a7713b3. Basically in the baseline example for...
Hello - The Q4 GCC ARM embedded toolchain has arrived (see https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads) with C++20 support. I don't know if the STM32Cube's goal is to be compatible with a C++20 compiler...
When building the LaTeX files, it complains about duplicate labels. I've created a test case against this over here: https://github.com/tim-nordell-nimbelink/sphinx-needs/tree/test_for_duplicate_label. (No fix currently.) The error seems innocuous - that is,...
These lines of code: ### https://github.com/espressif/esp-serial-flasher/blob/e13fa455b0fb00bb039ab5c668985d8aab859418/port/raspberry_port.c#L286-L296 are incorrect. The clock() routine returns how much _processor time is used_ by the application, not how much processor time has passed. An example...
`sphinx-build` has a hiddenish entry point (it doesn't show up in `sphinx-build --help`) that is used for some build targets (see https://github.com/sphinx-doc/sphinx/blob/master/sphinx/cmd/build.py#L381-L384). It's useful to be able to autobuild these,...
This is a [cross post](https://community.st.com/t5/stm32-mcus-wireless/stm32wb-cpu2-hard-fault-in-hci-stack-variants-in-v1-20-0/td-p/709479) from the community forum, but I haven't gotten a response there to my bug report yet and since this is crashing within the CPU2 side...
The default placement of TL_Reftable causes CPU2 to overwrite the `p_device_info_table`, `p_ble_table`, `p_thread_table`, and `p_sys_table` variables within TL_Reftable when CPU2 crashes. The SDK code does not check for the crash...