Setup NuttX RTOS with ESP32 Dev Board

This article is a series on NuttX RTOS tutorials using the ESP32 Dev board and carries the discussion on NuttX RTOS and their usage. The aim of this series is to provide easy and practical examples that anyone can understand. In this NuttX RTOS tutorial, we are going to set up the NuttX RTOS with … Read more

Threaded IRQ in Linux Device Driver – Linux Device Driver Tutorial Part 46

threaded-irq-in-Linux-Device-Driver-Basic-using-Raspberry-PI

This article is a continuation of the  Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the Threaded IRQ in Linux Device Driver using Raspberry PI – Linux Device Driver … Read more

Softirq in Linux Device Driver – Linux Device Driver Tutorial Part 45

softirq in linux

This article is a continuation of the  Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the softirq in Linux Device Driver using Raspberry PI – Linux Device Driver Tutorial … Read more

Epoll in Linux Device Driver – Linux Device Driver Tutorial Part 44

epoll in Linux Device Driver

This article is a continuation of the  Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the Epoll in Linux Device Driver using Raspberry PI – Linux Device Driver Tutorial … Read more

Select Linux Example Device Driver – Linux Device Driver Tutorial Part 43

Select Linux Example

This article is a continuation of the  Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the Select Linux Example Device Driver using Raspberry PI – Linux Device Driver Tutorial … Read more

Poll Linux Example Device Driver – Linux Device Driver Tutorial Part 42

poll linux example

This article is a continuation of the  Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the Poll Linux Example Device Driver using Raspberry PI – Linux Device Driver Tutorial … Read more

Flexible Array Member in C (FAM)

Flexible Array member in C

This article is the continuation of the Series on the C programming tutorial and carries the discussion on C language programming and its implementation. It aims to provide easy and practical examples for understanding the C program. In our last article, we have seen the container_of macro in C programming. In this article, we are going to see Flexible Array … Read more

Getting started with STM32 RTOS – Project setup with Keil CMSIS

This is the STM32 RTOS (RTX-CMSIS) series. The aim of this series is to provide easy and practical examples that anyone can understand. Now in this tutorial, we are going to see “Getting started with STM32 RTOS – Project setup with Keil CMSIS“.Please read the other STM32 Tutorials.You can also read the STM32 Keil project, STM32 … Read more

SSD1306 I2C Linux Device Driver using Raspberry PI – Linux Device Driver Tutorial Part 41

SSD1306 I2C Linux Device Driver

This article is a continuation of the Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the SSD1306 I2C Linux Device Driver using Raspberry PI – Linux Device Driver Tutorial … Read more

I2C Bus Linux Device Driver using I2C-GPIO – Linux Device Driver Tutorial Part 40

I2C Bus Linux Device Driver using I2C-GPIO

his article is a continuation of the  Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the I2C Bus Linux Device Driver using I2C-GPIO using Raspberry PI – Linux Device … Read more