-
Hi,
After fixing #2 manually (until the PR will be pushed to the main source) I've tried to continue to compile the sources.
The source code:
```
#include
#include
void setup() {
//…
-
Recently a build error has crept in due to what appears to be use of an uninitialized constant value for an array size in a virtual function. I'm wondering if there are some build paths which do no i…
-
I have been having problems compiling **applications/hub** on **OSX**.
### 1. src/utils/FileUtils.cxx
```
/Users/dpharris/openmrn/src/utils/FileUtils.cxx:111:12: error: comparison of unsigned …
-
Currently the only useful error enumeration in OpenMRN lives inside the openlcb::Defs class. This means that any openmrn component that needs to return errors is facing two unpleasant choices:
- eith…
-
Hi
I tried to compile the ESP32IOBoard example from the Arduino V2.0.0 library but I am getting the errors shown below.
Sorry if I am just doing something wrong.
In file included from C:\Users\…
-
Currently the CAN packet reception path for ESP32 is the following:
- pca1000 driver in IDF -- interrupt priority
- esp32 driver RX and TX message queue
- RX and TX tasks created by the Esp32H…
-
I have been working on a large scale mobile decoder running on an esp32 (with a _lot_ of assistance from and collaboration with @atanisoft). Currently my code is using the Arduino framework.
I have…
-
https://github.com/bakerstu/openmrn/pull/536/files#r954479063
It seems we are inconsistent in how we include stropts.h. Sometimes with a path prefix, sometimes without.
Review the occurrences i…
-
Hello. I'm trying to deploy a node using an STM32F303RE (nucleo board at the moment but then custom PCB), using both PCA9685 and MCP23017 (for input). I can't find any examples of the PCA9685 driver b…
-
I am facing a crash when using SPIFFS with Library.
The SPIFFS locks the cash when used and the timer interrupts still working, So the problem happened.
I search for this problem and found a solutio…