interrupt-handler

There are 33 repositories under interrupt-handler topic.

  • 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...

    Language:C++20213
  • DigitalIO

    sonyhome/DigitalIO

    DigitalIO library for Arduino Version 2.x

    Language:C++16202
  • NegasonicX/Multiple-GPIO-ISR-ESP32

    A simple yet insightful program to set multiple gpio interrupts

    Language:C4201
  • pro-codes090/stm32f4-gpio-driver

    GPIO Bare metal drivers for stm32 f4 family of microcontrollers written in C from scratch .The driver allows user to configure the gpio pins of stm32 microcontroller in Input Mode , Output mode , Alternate function mode , interrupt mode and configure interrupt priority . The driver also exposes apis to read and write data to and from gpio pins and enable and disable interrupts .

    Language:C4102
  • pro-codes090/stm32f4-spi-driver

    spi driver for stm32 f4 family of microcontrollers . The library includes two flavor of apis which is blocking and non blocking ( interrupt based ) . library includes Apis to send and receive data .

    Language:C4101
  • marwan475/TwistedOS

    x86 32 bit OS with a rtl8139 network card driver

    Language:C30
  • emisilve86/Probing-Interrupt-Handlers

    This Linux kernel module is designed to provide a new service that allows to substitute multi-byte NOPs encountered along the execution trace of any intyerrupt handler with CALLs to functions specifically implemented within the module.

    Language:C2201
  • AnnaAfanas/University_SysProg_keylogger

    Linux kernel module to log pressed keys

    Language:C1000
  • francoriba/snake_game_assembly

    Classic snake videogame developed in assembler for PIC17F877 microcontroller. @FCEFyN, UNC, Digital Electronics 2

    Language:Assembly1100
  • pierre-thishan/user-input--characters-displayed-on-swinging-LED-Pendulum

    displays characters (0-9, A-Z) on the LED pendulum, which were previously typed into a console window on the PC

    Language:C1101
  • ronbentley1/ARDUINO-External-Interrupt-Framework

    A repository for holding end users code and guides for implementing an ARDUINO External Interrupt Framework

  • bdubs-astro/uPy_Debounce_Switch

    debounce a switch using interrupts

    Language:Python0100
  • cfogelklou/os-concepts-for-dummies

    A repository and markdown document to help give a rundown on basic OS concepts that some developers (self taught programmers, web developers, etc.) haven't seen before.

    Language:C#0100
  • EbramMaher95/UART-in-interrupt-task-STM32-

    a task to use UART in interrupt mode while a LED is being toggled in the main function every 500 ms. the UART interrupt asks the user to enter their name, when the user enters their name and presses Enter, their name is displayed

    Language:C0100
  • eliainnocenti/Secure-Timeout-System-NXPS32K3X8EVB

    Project for Computer Architectures and Operating Systems Exam @ Polito - Emulate the NXP S32K3X8EVB board using QEMU, port FreeRTOS, and develop applications to verify and implement timers on the emulated board.

    Language:C00
  • ibraahimyehia/Atmega32

    Framework/Drivers to Get interfacing with some EX-Internal Hardware with Atmega32 MCU

    Language:C0100
  • Jawadhur23/Nuvoton-M487-Interrupt

    Transferring of Data using Interrupt accessing of Control the External Task without using any printf / get and Monitoring in Terminal

    Language:C0100
  • mansi-k/Linux_TerminalFileExplorer

    Developed a program that displays the file system on the terminal and helps users navigate through it using special keys, open files and execute basic file commands

    Language:C++0100
  • mansi-k/Mini_Torrent

    Developed a terminal based file sharing system where users can form groups and can share and download files parallelly with multiple pieces from multiple peers

    Language:C++0100
  • MeetP99/Stm32f411RE-Project

    I have closely worked with STM32F411RE board and Integrated many components and created project for implementing embedded system concepts like ADC, GPIO, Interrupt, timer, Closed loop system.

    Language:C0100
  • MelekKarakaya/STM32_ledBlink_with_SYSTICK_Timer

    Implement LED blinking without blocking the system using SYSTICK Timer interrupt mode.

  • projektjoe/Critical-Section-Function-Which-Takes-Minimum-Interrupt-Priority

    A critical section function which can take the minimum priority of the interrupt that can preempt the critical section

    Language:C0200
  • sroman0/SECURE-TIMEOUT-SYSTEM-NXPS32K3X8EVB

    Project for Computer Architectures and Operating Systems Exam @ Polito - Emulate the NXP S32K3X8EVB board using QEMU, port FreeRTOS, and develop applications to verify and implement timers on the emulated board.

    Language:C0100
  • TeslaNeuro/Brooks_MFC_UART_to_RS485_Embedded_C_Driver

    Brooks S-Protocol Mass Flow Controller RS485 Communication Driver (UART to RS485) for STM32F4 Microcontrollers (STM32cubeIDE).

    Language:C0110
  • Interrupts_8086

    TXAE/Interrupts_8086

    Simulates interrupt handling of the Intel 8086 chip within Digital

    Language:C#0100
  • bdubs-astro/uPy_Read_Rotary_Encoder

    read a KY-040 rotary encoder using interrupts, display results with an SSD1306 OLED

    Language:Python101
  • ElhNour/QEMU-console-cloud-computing

    Implementation of a simple console over the serial line using bare-metal code on QEMU, and introducing interrupts in part 2.

    Language:C10
  • gruszm/rtos_logger

    Real-time Operating Systems Logger Library with three different real-time signals

    Language:C10
  • neo-CAOS/Secure-Timeout-System-NXPS32K3X8EVB

    Project for Computer Architectures and Operating Systems Exam @ Polito - Emulate the NXP S32K3X8EVB board using QEMU, port FreeRTOS, and develop applications to verify and implement timers on the emulated board.

    Language:C1
  • RenatoMignone/Secure-Timeout-System-NXPS32K3X8EVB

    Project for Computer Architectures and Operating Systems Exam @ Polito - Emulate the NXP S32K3X8EVB board using QEMU, port FreeRTOS, and develop applications to verify and implement timers on the emulated board.

    Language:C
  • Timer-Based-Digital-Stopwatch

    SulaimanNiazi/Timer-Based-Digital-Stopwatch

    Digital stopwatch using Timer1. Displays elapsed time over UART in the format MM:SS:MS.

    Language:SWIG
  • UttamBasu/1-Second-Timer-in-Arduino

    This is for the use of inbuilt Timer of Arduino. Here we will see how we can control anything just using Arduino inbuilt Timer, without using any Delay. Yes Arduino has inbuilt multiple timer. We don't need to use the delay function to make a sense to time delay. Because the delay function delay the whole program and all application. Here we see how to use timer interrupt in Arduino.

    Language:C++10
  • woodong11/STM32K144_project

    STM32K144를 이용한 기초 자동차 제어입니다. (KNU EE 마이크로프로세서설계실험 수업 프로젝트)

    Language:C10