Page 1 of 1

DIfference between an event and a task?

Posted: Tue Jul 04, 2017 10:37 am
by vtrix_
Hi, what is the difference between an event and a task in FreeRTOS?

Re: DIfference between an event and a task?

Posted: Tue Jul 04, 2017 11:10 am
by loboris

Re: DIfference between an event and a task?

Posted: Tue Jul 04, 2017 11:16 am
by f.h-f.s.
Lets say we are talking about wifi.
Wifi has its own task and can fire off events like connected/disconnected to the system event handler(also a task) https://github.com/espressif/esp-idf/bl ... oop.c#L105
which processes these events