Michael Karcher
Michael Karcher
This change - reduces complexity of the code in Boost.Coroutine due to the elimination of preprocessor conditionals - removes code duplication - prevents a warning (on some compilers) in case...
On debian bookworm, distutils invokes gcc as x86_64-linux-gnu-gcc, so allow command line elements ending in "-gcc" as well as command line elements being exactly "gcc". Without this change, `-std=c99` doesn't...
gcc-14 has "-Werror=implicit-function-declaration" enabled by default. crfsuite uses posix_memalign which only gets defined when _POSIX_C_SOURCE is defined, so make sure the flag is set when compiling crfsuite. On the other...
**Describe the bug** `TR064::init` fails with current ESP8266HTTPClient library. **Expected/Attempted behavior** `TR064::init` returns if the connection is working. **Observed behavious** The ESP8266 crashes and reboots. **µController** Wemos D1 mini **Reason**...
That mainboard uses the Ensoniq 1371 core in an CT5880 DBQ (PCI revision ID is 7). Building a debug version of SBEMU reveals that no IRQs are triggered, and also...
Some revisions of the Ensoniq 1371 labelled CT5880 require a certain bit to be set to get the AC97 out of hard reset. These revisions are correctly identified and the...
I replaced the AT32F415 by an AT32F435 on my SFRKC30AT3 Gotek, and lost the rotary encoder functionaliy after flashing the firmware. It turns out that there is no detection of...