-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have up…
-
### Setup:
NucleoWL55JC
The latest version of this project [8a8140f](https://github.com/STMicroelectronics/STM32CubeWL/commit/8a8140f342a3d0ac85e5a02f44db8782765a7bed)
### IDE:
STM32CubeIDE 1.10…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have up…
-
When a task deletes itself, cleanup occurs during the next idle task run. If no idle task runs, the deleted task will remain. Pending the cleanup portion will allow a task to be cleaned up once the …
-
Hello,
I am relatively new to Arduino and my C++ knowledge is a bit rusty so please excuse if i'm wrong with my post.
There seems to be a memory allocation problem with strings in combination with …
-
D:\Documents\Arduino\libraries\FreeRTOS-Helper-master/FreeRTOS_helper.hpp:303:91: error: macro "xSemaphoreCreateCounting" passed 3 arguments, but takes just 2
Counter() : m_xConunter( xSemaphoreCr…
-
## Description
After creating the amalgamation header/source files and included them in my project I get some compiling errors. Did I forgot to include some parameters/files?
Language: -std=gnu99 …
-
Hello, I'm trying to implement the next erpc client-server communication. My erpc server is running under Cortex-M4 microprocessor under FreeRTOS and CMSIS_UART as communication interface.
My client…
-
Hi Timo,
following my issue on Phillip library, I move here to ask you if you think to make a version of your library that can be used in the Teensyduino environment. :-)
Thanks a lot in advance…
-
I have a ESP32-S3 board and I'm using Arduino IDE 2.3.2 but right now I have core 2.0.17 installed.
I installed your 1.0.7 version of the code and tried to run the example and when I do I see:
`…