Joseph Julicher

Results 6 issues of Joseph Julicher

PR #543 adds RV32E support to the GCC port. Please add the same support to the IAR port.

enhancement

This issue https://forums.freertos.org/t/freertos-task-runtime-stats-cant-we-just-let-the-timer-rollover/12286 caused frustration that could be prevented with additional clarification on the effect of timer rollovers in the task stats collection.

enhancement

Improved performance and ported to the MX440. Temporarily removed the PWM feature. Added additional inputs to support a derivative HW board. Increased the step rate to 138khz. 80Mhz is starting...

I have discovered on the batch of these M0-Mini's I just bought that D2 -> PA8 and D4 -> PA14 I cannot find any version data or schematics to match...

I would like to use the ESP32 in Async Mode with the websocket library. It appears that the trigger for this is NETWORK_ESP8266_ASYNC as further into that branch, there is...

Async
ESP32

The following forum discussion points out a few instances where a critical section is wrapping a write to a variable of BaseType_t. BaseType_t is intended to be a datatype that...

enhancement
help wanted