Linux Device Driver Programming Lecture 24- How to create Makefile
How to create Makefile In the previous article, we built our kernel module and tested it on the target. We used this long command(shown in Figure 1) in…
How to create Makefile In the previous article, we built our kernel module and tested it on the target. We used this long command(shown in Figure 1) in…
Exercise-003 Implementing LCD functions Part 1 In this article, let’s implement the lcd.cpp. You can look at one usage example(Figure 1). First, you have to create the…
Adding arduino Library to project in platformIO In this article, let’s explore Arduino’s official LCD library. 1. For that, you have to go Arduino website, go to…
Testing of an LKM on target In the previous article, we successfully built our kernel module for our host system. Now, let's explore how to build and…
Exercise-003 Button software de-bouncing implementation In this article, we will implement software button debouncing. Just right-click over the project and go to Create diagram and Statemachine diagram(shown…
Compilation and testing of an LKM In the previous article, we delved into the build command. Now, in this article, we'll walk through the process of building…