Topic: "interrupts"
strizhechenko/netutils-linux
A suite of utilities simplilfying linux networking stack performance troubleshooting and tuning.
Language: Python - Size: 554 KB - Last synced at: 16 days ago - Pushed at: about 2 years ago - Stars: 747 - Forks: 74

ehmicky/human-signals
Human-friendly process signals
Language: JavaScript - Size: 7.91 MB - Last synced at: 2 days ago - Pushed at: 23 days ago - Stars: 281 - Forks: 10

warthog618/gpio
A native Go library for Raspberry Pi GPIO
Language: Go - Size: 104 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 131 - Forks: 9

BxNxM/micrOS
micrOS - mini automation OS for DIY projects.
Language: Python - Size: 266 MB - Last synced at: 25 days ago - Pushed at: about 1 month ago - Stars: 117 - Forks: 22

enjoyneering/RotaryEncoder
This is small and fast Arduino library for Rotary Encoder with interrupts.
Language: C++ - Size: 519 KB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 79 - Forks: 20

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.
Language: Assembly - Size: 1.19 MB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 53 - Forks: 27

five-embeddev/riscv-scratchpad
RISC-V Scratchpad
Language: C++ - Size: 194 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 50 - Forks: 10

MacLeod-D/ESp32-Fast-external-IRQs
ESP32: 3 Million external Interrupts per Second
Size: 1020 KB - Last synced at: 23 days ago - Pushed at: over 5 years ago - Stars: 44 - Forks: 8

platisd/sonicdisc
A 360° ultrasonic scanner
Language: C++ - Size: 1.31 MB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 43 - Forks: 13

jxmot/ESP8266-RCWL0516
An ESP8266 project that uses a RCWL0516 microwave presence sensor.
Language: C++ - Size: 4.47 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 38 - Forks: 15

HoShiMin/Arch
A bunch of architectural headers for i386 and AMD64
Language: C++ - Size: 102 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 37 - Forks: 9

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.
Language: C++ - Size: 3.74 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 30 - Forks: 8

renatosoriano/AUTOSAR-MCAL-Embedded-Upskilling-Bootcamp
AUTOSAR MCAL Embedded Upskilling Bootcamp by Modular MX.
Language: C - Size: 423 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 26 - Forks: 6

maquefel/virtual_gpio_basic 📦
Virtual gpio module for using together with ivshmem qemu
Language: C - Size: 41 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 22 - Forks: 3

Naguissa/uTimerLib
Arduino tiny and cross-device compatible timer library
Language: C++ - Size: 30.8 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 21 - Forks: 9

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++ - Size: 958 KB - Last synced at: 2 days ago - Pushed at: over 4 years ago - Stars: 20 - Forks: 3

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.
Language: C++ - Size: 8.15 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 14 - Forks: 5

jonas-schievink/irq 📦
Utilities for Interrupt handling
Language: Rust - Size: 48.8 KB - Last synced at: 13 days ago - Pushed at: over 4 years ago - Stars: 14 - Forks: 2

dominiksalvet/risc63
Custom 64-bit pipelined RISC processor
Language: VHDL - Size: 421 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 13 - Forks: 1

harismuneer/Stop-Watch_x86-Assembly
⏱️ A fully featured stop watch made in 8086 Assembly Language, having two modes: Split Timing and Lap Timing
Language: Assembly - Size: 389 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 12 - Forks: 8

ArminJo/EasyButtonAtInt01
Arduino library for push buttons at INT0 and / or INT1 pin (pin 2 / 3). Provides debouncing and toggle button functionality.
Language: C++ - Size: 150 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 10 - Forks: 1

jminjares4/Microprocessor-2-Lab-Template
Microprocessor 2 Lab Template
Language: C - Size: 6.48 MB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 10 - Forks: 3

ramizpolic/serial-atmega
Serial communication with Atmega328p/Arduino Uno
Language: C - Size: 40 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 1

dominiksalvet/limen-alpha
Dual-core 16-bit RISC processor
Language: VHDL - Size: 700 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 8 - Forks: 2

mkroening/interrupts
Cross-architecture utilities for temporarily disabling interrupts and signals.
Language: Rust - Size: 49.8 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 7 - Forks: 0

amir-kedis/embedded-systems-labs
Labs and Assignment of Embedded Systems Course solved by @amir-kedis and @g-magdy from CMP26
Language: Python - Size: 24.3 MB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 7 - Forks: 2

romanf-dev/magnesium
Hardware-assisted asynchronous micro-RTOS
Language: C - Size: 582 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 7 - Forks: 1

NullExceptionTSB/NullOS 📦
NullOS: i have ~~no~~ some idea what i'm doing
Language: C - Size: 76.2 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 1

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.
Language: C - Size: 635 KB - Last synced at: 11 months ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 4

hermit-os/hermit-sync
Synchronization primitives for kernels.
Language: Rust - Size: 66.4 KB - Last synced at: 5 days ago - Pushed at: 3 months ago - Stars: 6 - Forks: 0

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.
Language: C - Size: 23.8 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 6 - Forks: 1

danmirror/PID
repository PID and rotary change interupt
Language: C++ - Size: 14.6 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 6 - Forks: 1

owainm713/MCP230XX-Python-Module
MCP23017/08 GPIO expander chip Python module for raspberrypi
Language: Python - Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 6 - Forks: 8

iksaif/my-little-ticket
Ticket Manager
Language: Python - Size: 466 KB - Last synced at: 4 days ago - Pushed at: over 6 years ago - Stars: 6 - Forks: 3

notweerdmonk/avr-software-uart
Software UART for AVR microcontrollers
Language: C - Size: 107 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 5 - Forks: 0

hgn/monetta
HTTP Monitoring Server/Client for Systemd based Systems
Language: Python - Size: 1.52 MB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 0

tsnsoft/PASCAL_DEMO_KEYBOARD
Пример программ на Pascal для работы с клавиатурой на низком уровне
Language: Pascal - Size: 231 KB - Last synced at: 5 days ago - Pushed at: about 7 years ago - Stars: 5 - Forks: 1

Rafisto/sys
Repository made of low level programs
Language: C - Size: 7.25 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 4 - Forks: 0

harismuneer/Graphical-Display-Memory-and-Software_Hardware-Interrupts-x86_Assembly
📌 Solved problems to help better understand the important concepts of Display Memory (Video Card Memory), String Manipulation, Software Interrupts and Hardware Interrupts in context of x86 Assembly Language (8086 Assembly)
Language: Assembly - Size: 216 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 4 - Forks: 0

LuSlower/Device-Interrupt-Viewer
check your interrupt properties very easily
Language: PowerShell - Size: 34.2 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 4 - Forks: 0

kotyara12/reGpio
Обработка событий на входах (кнопки, PIR и т.д.) по прерыванию с таймером подавления дребезга контактов
Language: C++ - Size: 5.86 KB - Last synced at: 18 days ago - Pushed at: 7 months ago - Stars: 4 - Forks: 2

KareimGazer/Keyboard-DIY
Make a keyboard yourself at home using ARM-Cortex-M4 micro-controller
Language: C - Size: 272 KB - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 4 - Forks: 0

ArdeshirV/ImgVx86
Present photo in DOS operating system
Language: Assembly - Size: 280 KB - Last synced at: 7 days ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 0

GhazaleZe/Microcontoller_LAB
programming ATmega with C
Language: Perl - Size: 67.3 MB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 2

ChandraKiranSaladi/MSP432-Ultrasonic-UART
A code to calculate distance from an obstacle using HC-SR04 sensor.
Language: C - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 1

ankitaggarwal011/snow-os
A 64-bit cooperative multi-tasking toy operating system in C
Language: C - Size: 1.31 MB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 3

pawelkn/gpio-counter
Generic GPIO impulse counter driver. Counts impulses using GPIO interrupts.
Language: C - Size: 12.7 KB - Last synced at: about 2 months ago - Pushed at: over 8 years ago - Stars: 4 - Forks: 5

Naguissa/uTimerBrokerLib
Broker to manage multiple interrupts with uTimerLib
Language: C++ - Size: 20.5 KB - Last synced at: 4 days ago - Pushed at: 12 months ago - Stars: 3 - Forks: 1

MasterPlayer/adxl345-sv
FPGA implemented component for realize register file in FPGA resources with request and sends data to ADXL345 device
Language: C - Size: 2.23 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

ZiadSheriif/Stop-Watch
Embedded System Application using External Interrupt, Timer, and 7-Segment Based on C.
Language: C - Size: 3.57 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

cvonk/arduino-rotary_encoder
Driver for Rotary Encoder on Arduino 101 (and other boards with sufficient IRQs).
Language: C++ - Size: 755 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 3

aohzju/gicDemo
A small embedded application demonstraing how to configure ARM GIC v3 (Generic Interrupt Controller) for interrupt routing and handling for typical ARM systems. Generic timer interrupt is used as an example.
Language: C - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

sarincr/AVR_Microcontroller_Exercises
Basic and Advanced experiments on AVR Microcontrollers
Language: Makefile - Size: 5.63 MB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 2

Alarm-Siren/arduino-buttons
An interrupt-driven, fully-debounced class to manage input from physical buttons on the Arduino platform
Language: C++ - Size: 28.3 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 5

jermeyyy/nextgen-os
Small micro-kernel OS made for educational purposes.
Language: C - Size: 401 KB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 3 - Forks: 0

robertpeteuil/arduino-clock-example
Arduino Clock Example Code - Demonstration Code for: I2C, Interrupts, external Header File, Compiler Defines, Compiler Conditionals
Language: Arduino - Size: 1.06 MB - Last synced at: 3 months ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 0

lagunetero91/interruptionsMips
Programa en ensamblador que trata interrupciones de teclado y pantalla, ademas de usar Timer.
Language: Assembly - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 3 - Forks: 0

Naguissa/uTimerLib_doc_and_extras
Documentation and extras (datasheets) for https://github.com/Naguissa/uTimerLib
Size: 30.5 MB - Last synced at: 8 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

inonitz/bruhOS
Operating System Bootloader & Kernel
Language: C - Size: 3.49 MB - Last synced at: 7 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

shoily/xis
XIS operating system
Language: C - Size: 245 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

z1skgr/Memory-Management-I-O
Memory orchestration at the different levels of languages
Language: C - Size: 55.7 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

mohammedhassan9748/Embedded-Diploma
The Learn In Depth Embedded Diploma enhanced my expertise in C programming, Embedded C, microcontroller peripherals like GPIO, UART, SPI, I2C, TIMERS, and ADC. Additionally, I gained proficiency in automotive communication protocols such as CAN and Ethernet. Developed Linker scripts, Startup code, Makefiles, and RTOS custom scheduler from scratch.
Language: C - Size: 8.96 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

hacklian/lenovo_82yu_dsdt_patches 📦
DSDT Patches for Lenovo 82YU (Lenovo V15 G4 AMN) Notebook
Language: Shell - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Ryuzaki101/Embedded
Embedded systems IO, LCD, Timers, Analog-Digital converter, CAN and UART projects.
Language: Objective-C - Size: 30.1 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

ahmed-Khalil404/ProjetSTM32-IOT
This Project is an IOT Project of an STM32Nucleo interfacing with an esp8266/esp01wifi, that is sending data from a humidity sensor to thingspeak database, there's also two interruptions implemented.
Language: C - Size: 13.7 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

clebi/i2c_try
Interrupt driven i2c communications written in Rust.
Language: Rust - Size: 86.9 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

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.
Language: C - Size: 20.1 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

ellectroid/STM32F746-CMSIS-Minimal-UART-Driver-Interrupts-Ring-Buffers
STM32F469-Discovery Minimal UART Driver based on Interrupts
Language: C - Size: 2.16 MB - Last synced at: 18 days ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

HK-Transfield/wramp-multitasking-kernel
A simple implementation of a preemptive multitasking kernel for the WRAMP processor, emphasizing the fundamentals of how multitasking works.
Language: Assembly - Size: 165 KB - Last synced at: 7 days ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

NekitJavaDev/VAS_ARDUINO
НИР в рамках прохождения срочной службы в качестве оператора научной роты в Военной Академии Связи им. Буденного
Language: C++ - Size: 88.3 MB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

Naguissa/ESP_INTERUPT_TEST
This Arduino sketch implements properly a simple pin change interrupt on any ESP microcontroller (ESP8266 and ESP32).
Language: C++ - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

emisilve86/Binary-Inspection-Interrupt-Handlers
Binary Inspection of Linux Interrupt Handlers on x86_64 Architectures
Language: C - Size: 15.6 KB - Last synced at: 7 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

Edgar-La/Microcontroller-Architecture
In this repository you can find some examples of basic tasks maded with the MSP430G2553 controller.
Language: C - Size: 2.92 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

ctsiaousis/assemblyMaze 📦
An assembly MIPS project that recursively solves a maze and also allows for user input through polling or interrupts.
Language: Assembly - Size: 90.7 MB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

cnrkaya/microprocessors-8086
BLM3031 Mikroişlemci Sistemleri dersi labaratuvar uygulamaları
Language: Assembly - Size: 2.02 MB - Last synced at: 11 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 2

ysyesilyurt/PIC-Programming
Implementations for various tasks with PIC18F8722 based structure within the content of Ceng336 Course, written in both in assembly and C
Language: C - Size: 36.1 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 2

pedrovt/ac2
Computer Architecture II (University of Aveiro)
Language: C - Size: 277 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 0

prateekroy/Jarvis-Operating-System
x86 based Operating System
Language: C - Size: 397 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 3

mcquerol/workbook-psoc5
Workbook for PSoC5 including exercises on state machines, RTOS, and interfacing.
Language: C - Size: 13.2 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

mcquerol/derbot
Robot development using C programming, NI Multisim, and PCB design. Includes interrupts and PWM.
Language: C - Size: 7.61 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

archief2910/Multi-OS
minimal OS kernel
Language: Rust - Size: 268 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

IzidorM/fw_byte_fifo
minimalistic implementation of fifo for buffering byte streams
Language: C - Size: 15.6 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

Kirri777/DBM-Interrupts
This addon adds timers for interrupts into DBM to help track interrupt CDs for use in PvE or PvP. It will track most common interrupts and if any are left out please make a ticket on curse. Suggestions are welcomed. The addon is designed with the idea of install and forget.
Language: Lua - Size: 2.93 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

dev-Youssef-Ahmed/Door-Locker-Security-System
The Door Locker Security System project involves creating a password-based door unlocking system. It utilizes various drivers including GPIO, Keypad, LCD, Timer, UART, I2C, EEPROM, Buzzer, and DC Motor for functionality.
Language: C - Size: 3.91 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

parikshitpagare/digital-clock-rtc
A digital clock and calendar with alarm functionality developed on STM32F401 using DS1307 RTC for time keeping. It includes a LCD based user interface to set time, date and alarm using interrupt based multiple push buttons.
Language: C - Size: 1.93 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

parikshitpagare/digital_clock_rtc
A digital clock and calendar with alarm functionality developed on STM32 F401 using DS1307 RTC for time keeping. It includes a LCD based user interface to set time, date and alarm using interrupt based multiple push buttons.
Language: C - Size: 1.13 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Unix69/BrainOS
An innovative and sperimental 64 bit Bare Metal Operative System based on Arm Cortex A53 MPU and developed in ASM/C using ArmV7/ArmV8 Instruction Set Architecture. This project aims to develop a new generation OS that exploit Machine Learning and Artificial Intelligence in order to improve fault rate of high fault rate processes.
Language: C - Size: 114 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

llefranc/42_piscine_electronique
Optionnal project: microcontroller programming on ATMega328P, with I/O registers, PWM cycle, interrupts, EEPROM access and UART/I2C/SPI serial communication.
Language: C - Size: 8.22 MB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

nerett/microcontrollers
MIPT microcontrollers course project (4 semester)
Language: C++ - Size: 13.7 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

volatilflerovium/inter-processor-interrupts
C library for shared memory and messaging using inter processor interrupts.
Language: C - Size: 621 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

AhsanAliUet/riscv-3-stage-pipelined-processor-core
Fully implemented 3 staged pipelined RISC-V processor with hazard detection unit. Hazard detection unit solves the hazards by stalling and forwarding technique. CSR and MRET Instructions are also supported as they can configure and manage all the interrupt/exceptions.
Language: SystemVerilog - Size: 40.4 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

AbdelrahmanHamdyy/RISC-Pipelined-Processor Fork of SarahElzayat/RISC-pipelined-processor
5 stages RISC pipelined processor with multiple instructions implemented in verilog including ALU Operations, Interrupts as a state machine, Jumps and branching instructions, Memory operations and more.. following Harvard architecture.
Size: 10.8 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

igor-sadalski/Maze_Navigation
Very low level C programing of a small robotic platform navigating a maze based on color sensor readings
Language: C - Size: 898 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

d-Raco/UCM_LIN
Linux and Android Architecture
Language: C - Size: 201 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

luiswirth/arcus
Smart LED strip with embedded rust on rp2040
Language: Rust - Size: 159 KB - Last synced at: 6 days ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

alibrahimzada/Microprocessors-Assignments-Fall21
Microprocessors Projects from Fall 2021 in Marmara University, Istanbul, Turkey
Language: C - Size: 1.49 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

vadrif-draco/asufecse211-project
Ain Shams University, Faculty of Engineering, CSE211 - Introduction to Embedded Systems, Embedded C Project: Implementation of a relatively complex Traffic Light Simulation System on a TM4C123GH6PM
Language: C - Size: 73.2 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

HPDCS/IBS-Support-ULMT
Linux kernel module specifically designed for supporting Control-Flow-Variation of ULMT-based application's tasks
Language: C - Size: 111 KB - Last synced at: 7 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

HK-Transfield/wramp-scripts-collection
A collection of scripts written for the Basy3 FPGA when programmed with a WRAMP processor to showcase the board's capabilities.
Language: Assembly - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

iricartb/university-os-memory-allocation-processes
Ivan Ricart Borges - Memory allocation of the processes of an operating system, interrupts and syscalls.
Language: C - Size: 51.8 KB - Last synced at: 4 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1
