Showing 64 open source projects for "interrupt"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 1
    MORSELIZER - morse with Arduino

    MORSELIZER - morse with Arduino

    A non blocking morse training software for Arduino

    An asynchronous Text to Morse Converter and Morse training software for Arduino Uno, based on interrupts and Timer1. And because it doesn't use that evil delay() function, this solution morselizes random letters or whatever it receives through its serial() interface, in a non blocking manner. https://github.com/vicival/morselizer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    operationCopy

    USB device image with capability of copying internal drives of a PC

    ... to mount relevant partitions and begin copying. If needing to stop, making an interrupt will stop the process, unmount all partitions and shut down the machine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    In 2010, I reprogrammed the S7-200 emulator according to the manufacturer's specifications. The special feature I've added to it is the ability to connect to WinCC over the OPC protocol. Support: andrewpham.freelancer@gmail.com, live:andrewpham.freelancer, telegram:andrewphamvn Donate me: https://paypal.me/cnavn
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 4
    bel_fft

    bel_fft

    FFT co-processor in Verilog based on the KISS FFT

    bel_fft is a FFT co-processor that can calculate FFTs with arbitrary radix. It is a hardware implementation of the free software Kiss FFT ("Keep it simple, Stupid!"). The target was to allow a simple replacement of the software code with the hardware implementation. Therefore bel_fft comes with a software driver that is compatible with the Kiss FFT routines. bel_fft also has a modular architecture and allows interfacing different bus architectures. So far AMBA AXI, Altera's Avalon bus and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 5
    experix laboratory control system

    experix laboratory control system

    instrument control, data acquisition display and analysis

    Experix is a command-line driven environment for laboratory data acquisition and device control and graphical presentation and analysis of data. Written in C for GNU-Linux . Tested on PC and Raspberry Pi. The core is written very generally in order to support applications by means of script files. Device interfaces: PCMCIA daq (2 devices tested) via kernel module with interrupt handler and memory-mapped data; USB daq (1 device tested) using libusbx; running an equipment servicing program via...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    HSK

    HSK

    High Speed Karlsruhe open automotive code initiative

    Since the summer of 2010, the FSAE team High Speed Karlsruhe uses Infineon's XC878 to power its electronics. The XC878 is an 8052 compatible 8-bit µC. Our dedication is to 8-bit real time applications, guaranteed by the powerful peripherals of the XC878. This project aims to publish those portions of our code, which may be of use to a wider audience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    ds1621avr

    A hotplug-capable DS1621 temperature sensor library for the AVR

    AVR library to get readings from up to 8 of Maxim Integrated's DS1621 TWI temperature sensors. The DS1621 can only perform about 2 conversions per second, it seemed to be a good idea to assign the TWI communication with a pretty low priority within the avr. I decided to use interrupt flag polling rather than ISRs which is only possible because the AVR is the master device on the TWI bus. The library is hot-plug capable and adding or removing sensors from the bus is possible at all times...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    K3NG-Keyer for AVR-Studio 7

    K3NG-Arduino Keyer ported to AVR-Studio 7

    ...) and comes in DIP40 housing - a nice peace for use the on prototype boards or embedded them into your own project. It contains two serial boards and every I/O pin support the use in combination of an external Interrupt. I had stopped the time consuming portation of the original arduino sketch in the beginnung of 2015 because i had moved to the ARM Cortex-M MPU's. I had decide me (04/2017) to port them to ARM Cortex M0+ next. Vy 73 de DD4DA, Gerhard
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    ArduinoRCLib

    Library for Arduino based R/C equipment

    A library containing functions for building Arduino based R/C equipment like transmitters, receivers and flight controllers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 10
    TimeDoctor
    TimeDoctor is a tool to visualize execution traces of tasks, queues, cache behavior, etc. While originally targeting embedded media processors and includes specific features for analyzing audio/video streaming applications it has wider applicability.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 11

    Akalon Embedded OS (RTOS)

    Embedded Real-Time Operating System (RTOS)

    Akalon is a Bare-Bones Embedded RTOS that's designed to be simple and portable to any Microprocessor or System (Board). Currently supports the Intel and ARM Architectures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    NTVDM64

    NTVDM64

    A virtual DOS machine for x64 Windows which works like ntvdm

    As far as we know, Microsoft Windows no longer supports 16-bit MS-DOS application and they removed NTVDM, since virtual 8086 mode is not available under amd64 extended mode. This project aimed at building a virtual dos machine for 64-bit Windows. The idea of this project is to emulate a 16-bit CPU and provide BIOS/DOS interrupt services to MS-DOS applications. In NTVDM64, 16-bit applications runs as before in 32-bit Windows. We want to create a compatible environment for 16-bit applications...
    Leader badge
    Downloads: 44 This Week
    Last Update:
    See Project
  • 13
    ...) channels, I2C and SPI bus, wake-up interrupt to wake on CAN, and 8 analog digital converter (ADC) channels. Arducc has a low consumption segment, and contains two different power supplies allowing the board to have very low current consumption. In this setting, the MCU is switched to power down state, the CAN transceiver to sleep mode, and the SMPS is disabled. The system wakes-up and turns-on the SMPS and the remaining devices when one message is received from the CAN channel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CortOS is an Embedded RTOS 1. It is a free and open 2. Task switch is very fast 3. Interrupt service routine uses a separate stack 4. Calculate running time of Task 5. It is a real-time multitask kernel which accords with CMSIS ( Cortex Microcontroller Software Interface Standard ). 5. <Atmega328> <ARM Cortex-M3> <ARM Cortex-M4 with FPU> <STM8>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    microDispatch

    Microcontroller Task Scheduler

    Super lightweight task scheduler aimed at 8 bit AVR ATmega micro-controllers (perfect for Arduino), although it can easily be used on other hardware like Microchip PIC. It uses simple round-robin scheduling so no priority levels can be set. You choose the time interval by calling dispatchTick(), this is usually in a timer interrupt. Range for number of tasks: 0 to 255 tasks Range for delay: 0 to 65535 ticks Each task only uses 5 byte of RAM. The one task LED blink example only uses 5...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    WinGxemul
    A Windows build of Gxemul found at http://gxemul.sourceforge.net/ which is a framework for full-system computer architecture emulator. Several real machines have been implemented within the framework, consisting of processors (ARM, MIPS, Motorola 88K, PowerPC, and SuperH) and surrounding hardware components such as framebuffers, interrupt controllers, busses, disk controllers, and serial controllers. The emulation is working well enough to allow several unmodified "guest" operating systems...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    dogbackup

    A simple Bash script using wget to download every song from Dogmazic

    ... tracks available. The script can be interrupted at any time, and when re-launched later, will resume the downloads at the point there were. To use it, you have to know how to launch a bash script from command line, and how to interrupt a command-line job. Please note that this script was created to be used with the version 2 of the Dogmazic website. Version 3 is currently being developed and the script will have to be modified once this third version is online.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    TaskStack
    Creates and maintains a record of your daily tasks. It allows to interrupt activities and go back to them when the interruption is finished. There is always at most one concurrent activity running. This way it computes the real duration of each task.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    CooCox CoOS is a free and open-source embedded real-time multi-task OS specially for ARM Cortex M series.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The embedded Single Timer Wheel (eSTW) is a timer wheel facility that can be used at task and interrupt level. The number of wheel spokes is user configured. The timer granularity is determined by the task signal or hardware interrupt source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This set of macros allows one to write interrupt driven code using simulated blocking. This allows one to write structured code rather than using state machines. This facilitates easy changes without the need to keep state diagrams up to date.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This is a mini OS which comes in two flavours: 1) Real Mode Kernel 2) Protected Mode Kernel It includes features like: a custom bootloader which supports FAT12,FAT16 volumes,Booting from CD,Primitive Keyboard & Monitor driver,Interrupt & PIT handling
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ST-ERICSSON ISP1760/1 HCD
    isp1760-hcd project will provides Linux Host Controller driver for the ISP1760 and ISP1761 based on USB High Speed ISP1760/1 Host Controller PCI kit. This driver provides BULK, INTERRUPT and ISOCHRONOUS transfer support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Implementation of virtual threads for the XS-1. Currently a simple context switching implementation for the XMOS XS-1 architecture (Gn, Ln products). Allows a user to run low speed processes on a single thread using time sliced scheduling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A kernel written by Merck Hung. IA32 architecture, 32-bit protected mode, Memory paging, Keyboard, Timer Interrupt Handling, and a simple kernel shell to operate. Written in C language, development under Linux environment.
    Downloads: 0 This Week
    Last Update:
    See Project