Skip to content
#

interrupts

Here are 253 public repositories matching this topic...

💻 This repository provides solutions to most of the programming questions in the exercise given at the back of chapters for Bao Ji's Book (text book for course "Comp. Organization & Assembly Lang. EE213" at FAST). Sharing these with you, so that they might help you in understanding the concepts.

  • Updated Jan 3, 2023
  • Assembly

This is an interrupt based button event library for the ESP32. It enables binding user defined actions to button events including 'Key Down', Key Up' , 'Key Press', 'Long Key Press' 'AutoRepeat Press' and 'Double-Click'. The actions associated it these events may be executed Asynchronously, Synchronously, or a Hybrid between the two.

  • Updated May 31, 2024
  • C++

The program implements a user level thread library for Linux in C with pre-emption, locks, conditions, semaphores, scheduler, timers, multi-level priority queue ensuring synchronization in real world programs besides several other features making it a complete autonomous library for thread creation and management. Sample test programs utilizing …

  • Updated Feb 2, 2020
  • C

Improve this page

Add a description, image, and links to the interrupts topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the interrupts topic, visit your repo's landing page and select "manage topics."

Learn more