Mike Dunston
Mike Dunston
@dpharris include/openmrn_features.h
> I did not want OpenMRN to use pselect(). Out of curiosity, what is the benefit of pselect() over select(), is it just the sigmask? If so, what does overriding...
@balazsracz thoughts on these updates? I've tested the usage of configUpdateFlow_ for the config file but not for SNIP. Based on the HASSERTs though it may be best to use...
> I believe for all users of simplestack the SNIP_DYNAMIC_FILENAME and the CONFIG_FILENAME are the same. It would be near impossible for them to be anything but the same file...
@balazsracz This is a rather large PR but contains the support code for arduino-esp32 2.0. The ESP32-S2 TWAI driver is broken in arduino-esp32 2.0.0 due to https://github.com/espressif/esp-idf/issues/5604 which has been...
@balazsracz Can you take a look at the STM32 build failure? I'm not certain what the issue is entirely: ``` 2022-08-04T14:19:38.2185491Z In file included from /home/runner/Arduino/libraries/OpenMRNLite/src/openlcb/ConfigRenderer.hxx:42, 2022-08-04T14:19:38.2185715Z from /home/runner/Arduino/libraries/OpenMRNLite/src/openlcb/ConfigEntry.hxx:45, 2022-08-04T14:19:38.2185975Z...
@balazsracz I think the work in this can be simplified some by dropping the IDF v3.x (arduino-esp32 1.0.x) support. Do you think it would be worthwhile to do that now...
> On Ubuntu 20.04 LTS I had to make the change below to fix path for header can_ioctl.h as **FreeRTOS** wasn't defined. My build command was > > > make...
> I only find 1 copy of can_ioctl.h with clean install of this branch. > > > ~/openmrn$ find . -name can_ioctl.h -print > > ./include/freertos/can_ioctl.h Yes, but it is...
I've used the MultiConfigurePC object successfully on the ESP32-S2 (though it should work on others), I encountered the same limitation and modified the [Esp32Gpio](https://github.com/bakerstu/openmrn/blob/md-esp20/src/freertos_drivers/esp32/Esp32Gpio.hxx) code to not use `GpioWrapper`.