interrupts
There are 267 repositories under interrupts topic.
strizhechenko/netutils-linux
A suite of utilities simplilfying linux networking stack performance troubleshooting and tuning.
ehmicky/human-signals
Human-friendly process signals
warthog618/gpio
A native Go library for Raspberry Pi GPIO
BxNxM/micrOS
micrOS - mini automation OS for DIY projects.
enjoyneering/RotaryEncoder
This is small and fast Arduino library for Rotary Encoder with interrupts.
five-embeddev/riscv-scratchpad
RISC-V Scratchpad
harismuneer/BelalHashmi-Assembly-Exercise-Solutions
💻 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, so they might help students in understanding the Assembly concepts.
MacLeod-D/ESp32-Fast-external-IRQs
ESP32: 3 Million external Interrupts per Second
renatosoriano/AUTOSAR-MCAL-Embedded-Upskilling-Bootcamp
AUTOSAR MCAL Embedded Upskilling Bootcamp by Modular MX.
jxmot/ESP8266-RCWL0516
An ESP8266 project that uses a RCWL0516 microwave presence sensor.
platisd/sonicdisc
A 360° ultrasonic scanner
HoShiMin/Arch
A bunch of architectural headers for i386 and AMD64
rwmingis/InterruptButton
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.
maquefel/virtual_gpio_basic
Virtual gpio module for using together with ivshmem qemu
Naguissa/uTimerLib
Arduino tiny and cross-device compatible timer library
onewithhammer/ESP8266-MyWidget-Demo
This project can be used as a framework, learning tool or as a template for starting a new ESP8266 project. It contains many many UI and API components to build a ESP8266 project. This project includes: ESP8266 Development, mDNS - multicast DNS (mywidget.local), Asynchronous Web Server (ESPAsyncWebServer), Asynchronous Web Services (ESPAsyncWebServer), Asynchronous MQTT (PangolinMQTT), LittleFS File System, Embedded Bootstrap (3.4.1), Embedded jquery (3.5.1), Save/Load Config File (text), OTA (Over the Air) Updates, HTTP API Supports HTTP GET/POST, Auto Updating Web Site (Web Services using JS), Interrupt Timer (Flash Onboard LED), Plus much more...
dominiksalvet/risc63
Custom 64-bit pipelined RISC processor
erno-szabados/sdcc-stm8s
Examples for SDCC and STM8S microcontroller.
jonas-schievink/irq
Utilities for Interrupt handling
Kartik-Katkar/Multiprogramming-Operating-System
This repository hosts a C++ implementation of a multiprogramming operating system simulation. The OS efficiently handles various jobs, manages errors like time limit exceeded and line limit exceeded, and incorporates virtual memory with segmentation. This project serves as a comprehensive simulation of an operating system environment.
harismuneer/Stop-Watch_x86-Assembly
⏱️ A fully featured stop watch made in 8086 Assembly Language, having two modes: Split Timing and Lap Timing
ArminJo/EasyButtonAtInt01
Arduino library for push buttons at INT0 and / or INT1 pin (pin 2 / 3). Provides debouncing and toggle button functionality.
asad82/User-Level-Thread-Library
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 the thread library are also included with the design document and code.
jminjares4/Microprocessor-2-Lab-Template
Microprocessor 2 Lab Template
agicy/buptLab-organization
北京邮电大学 2023-2024 春季学期《计算机组成原理》课程实验集合
dominiksalvet/limen-alpha
Dual-core 16-bit RISC processor
mucahitdemir/STM32F4xx-Timers-PWM-PLL-CANbus-Low-Power-Modes
This repository covers a famous online course on Udemy mentioned above. I learned different peripherals with code exercices related with PWM, CAN, and Low-power Mode MCUs.
ramizpolic/serial-atmega
Serial communication with Atmega328p/Arduino Uno
lukezsmith/stm32-cli
A FreeRTOS C project for the STM32F407 Discovery board that runs a number of GPIO tasks through a UART-driven command line interface. This project uses GoogleTest for unit testing.
NullExceptionTSB/NullOS
NullOS: i have ~~no~~ some idea what i'm doing
romanf-dev/magnesium
Hardware-assisted asynchronous micro-RTOS
danmirror/PID
repository PID and rotary change interupt
hermit-os/hermit-sync
Synchronization primitives for kernels.
iksaif/my-little-ticket
Ticket Manager
mkroening/interrupts
Cross-architecture utilities for temporarily disabling interrupts and signals.
owainm713/MCP230XX-Python-Module
MCP23017/08 GPIO expander chip Python module for raspberrypi