Commits
Piyali Goswami committed 3d604a4fccc
PDK-2101 Monitor UT + Driver Fixes The queue based implementation has been brought back here. The queues are implemented such that they block only on GET and the queue size has been kept with 32 entries. The put is non-blocking, so the ISR should not hang. If the number of async events go higher than 32 the messages should roll over and some of the messages may be missed. Signed-off-by: Piyali Goswami <piyali_g@ti.com>