-
Hi!
I try to build a script for the Nucleo-F072RB, which is not supported.
I tried using the discovery-F072RB but it did not work.
I only need serial over ST-Link and I²C. I copied the .bin b…
-
Using `clang-8` on Ubuntu 18.04, I am having `BOOST_NO_CXX17_HDR_STRING_VIEW` defined in Boost.Test while it looks to me that this is properly supported by the toolchain.
I am compiling the program…
-
In file included from C:\Tools\vcpkg\installed\x64-windows\include\date/tz.h:110:
93466C:\Tools\vcpkg\installed\x64-windows\include\date/date.h(65,11): fatal error: 'string_view' file not found
934…
-
### Description
Marlin 2.0 not compiling with SKEW_CORRECTION enabled on MKS SBASE.
### Steps to Reproduce
1. Uncomment #define SKEW_CORRECTION in Configuration.h
2. Compile
3. See it f…
-
x86_64 defconfig linux-next
```
/tmp/cpudeadline-106401.s:76: Error: `%ecx' not allowed with `orb'
```
-
### Version/revision of the library used
2.7.6
1. I installed the library
2. installed the dependencies
3. opened the exemple IRMQTTServer with ArduinoIDE
4. could compile for ESP8266
5. could…
-
It seems to me that Print.printf(fmt, ...) is allocating a local buffer but never actually uses it, always running vsnprintf() twice. A buffer of size 64 is allocated but then vsnprintf is called with…
-
**IMPORTANT NOTICE
If you do not complete the template below it is likely that your issue will not be addressed. When providing information about your issue please be as extensive as possible so th…
-
As comment says: sound is broken on android. This becomes more clear after #1185, where all other platforms have the same basic semantics when playing sounds using OcpnSound.
The root cause is that…
-
esp-idf v4.1
I noticed a memory leak in the Esp32 example and I managed to narrow it down to the std::thread being called in LockFreeCallbackDispatcher. By removing the thread as a member, the memory…