This project demonstrates inter-task communication using FreeRTOS queues on an STM32F4 microcontroller, simulated in Renode. It shows how a Sender Task transmits integer data to a Receiver Task via a ...
$ cd hello-world $ idf.py set-target esp32 $ idf.py build $ idf.py -p COM4 flash $ idf.py -p COM4 monitor $ cd hello-gpio $ idf.py set-target esp32 $ idf.py build $ idf.py -p COM4 flash $ idf.py -p ...