FSM Lecture 54- Adding assertion failure callback
Adding assertion failure callback In this article, we will explore the 'Q_onAssert' callback function, which plays a crucial role in handling assertion failures within your codebase. You…
Adding assertion failure callback In this article, we will explore the 'Q_onAssert' callback function, which plays a crucial role in handling assertion failures within your codebase. You…
Character driver cleanup function implementation In this article, let's implement the character driver clean-up function. As you know, the clean-up function gets executed whenever you unload the…
Adding class operation Adding class operation: An operation added to a Class is called Class operation. 1. Static Class operation In ‘C’, functions that don’t have access…
Creating Device files In a previous couple of articles, we did these two things. Creating a device number and making a character device registration with the VFS…
Adding a class attribute In this article, we will explore some of the APIs of the QP-Nano to post the events to the state machine. Just head…
Adding codes to files using QM tool In this article, let's code for QHSM_Test.h. QHSM_Test.h file I have marked as external, but for the time being, let…