Showing 33 open source projects for "avr gcc"

View related business solutions
  • Network Performance Monitoring | Statseeker Icon
    Network Performance Monitoring | Statseeker

    Statseeker is a powerful network performance monitoring solution for businesses

    Using just a single server or virtual machine, Statseeker can be up and running within minutes, and discovering your entire network in less than an hour, without any significant effect on your bandwidth availability.
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 1
    WinAVR
    WinAVR (tm) is a suite of executable, open source software development tools for the Atmel AVR series of RISC microprocessors hosted on the Windows platform. Includes the GNU GCC compiler for C and C++.
    Leader badge
    Downloads: 748 This Week
    Last Update:
    See Project
  • 2
    A set of C language API's and firmware applications that manage access to the Digitrax LocoNet and the core hardware resources of the Atmel AVR family of devices, to allow custom embedded LocoNet devices to be developed using GCC
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3

    AVR-Ada

    Ada cross compiler and libraries for AVR µCs

    The AVR-Ada project provides the gcc based Ada compiler GNAT for the AVR 8-bit microcontrollers. This includes: - the Ada compiler - the Ada run time system and the AVR support library - documentation and some sample programs. The project is now superseded by the Alire crates - [AVRAda_RTS](https://github.com/RREE/AVRAda_RTS) - [AVRAda_MCU](https://github.com/RREE/AVRAda_MCU) - [AVRAda_Lib](https://github.com/RREE/AVRAda_Lib) - [AVRAda_Examples](https://github.com/RREE...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    avr-gfortran

    avr-gfortran

    program avr microcontroller using fortran77 syntax

    This is a pseudo Fortran77 compiler for Atmel AVR microcontroller, written in Fortran using gfortran compiler. The compiler use avr-gcc-4.9.2 as dependency. The recent version of compiler is 1.0.1-alpha. For Windows version (32bit), click https://sourceforge.net/projects/avr-gfortran/files/avr-gfortran-1.0.1-alpha/avr_gfortran-1.0.1-x86win.zip/download Linux version (32bit), click https://sourceforge.net/projects/avr-gfortran/files/avr-gfortran-1.0.1-alpha/avr_gfortran-1.0.1...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Event Management Software Icon
    Event Management Software

    Ideal for conference and event planners, independent planners, associations, event management companies, non-profits, and more.

    YesEvents offers a comprehensive suite of services that spans the entire conference lifecycle and ensures every detail is executed with precision. Our commitment to exceptional customer service extends beyond conventional boundaries, consistently exceeding expectations and enriching both organizer and attendee experiences.
  • 5

    PRTOS Preemptive RTOS for embedded aps

    PRTOS is a simple, compact preemptive RTOS for embedded systems

    PRTOS is an open-source preemptive real time operating system kernel for embedded applications. It presently supports the AVR and MSP430 architectures. The advantages of PRTOS are: It has the smallest footprint of any true preemptive system: 1.9kB for basic scheduling and task control, 5.1kB with all the features below (AVR '328 / gcc -Os); Only 950 lines of code implement all of the RTOS features (SLOC-L); The system is well documented with a comprehensive manual, well-commented...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Ddr-ArdMeg
    This is a small foot print, high performance, type safe device driver library, initially targeting Arduino Mega 2560 and MoteinoMega. The library is stand alone and only requires Avr GCC and avrlib. The design is based on the same ideas as were used for the Ddr-Z8E device driver library (see http://ddrz8e.sourceforge.net/). Heavy usage of hardcoded invariants, constant folding/propagation and inlining ensures both tight code and high performance. Type safe enums (C++11) provides...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Steckschwein

    Homebrew 8bit computer based on 65c02 CPU

    We are developing a retro style 8bit computer based on the 65c02 CPU. The goal is to design a machine that could have existed back in the home computer era, but with "modern" interfaces like PS/2, full fledged rs232, SPI, etc. We use as much open source tools as possible, such as ACME Cross Assembler cc65 make Mercurial galasm KiCAD avr-gcc The repository contains the assembler source for the system firmware, test and demo programs, galasm source for the address decoder...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    flAVR

    A simulator for Atmel's 8/16-bit AVR microcontrollers

    flAVR is a simulator for the Atmel(tm) AVR(tm) microcontrollers written in C. The project aims to implement a cycle-accurate AVR CPU core simulator along with a range of peripherals, allowing firmware written for a variety of parts to be run on a host PC. In addition, flAVR provides enhanced interactive debugging functionality - featuring breakpoints, data watchpoints, execution tracebuffers, flash/RAM/EEPROM viewers, and run-time disassembler. flAVR also implements the GDB remote...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    AvrGui jest to program, który zajmuje się kompilacją i programowaniem kontrolerów. Wykorzystuje on kompilator avr-gcc. Zastosowanie biblioteki Qt umożliwia prace programu zarówno na systemach Linux, jak i windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Create state-of-the-art conversational agents with Google AI Icon
    Create state-of-the-art conversational agents with Google AI

    Using Dialogflow, you can provide new and engaging ways for users to interact with your product.

    Dialogflow can analyze multiple types of input from your customers, including text or audio inputs (like from a phone or voice recording). It can also respond to your customers in a couple of ways, either through text or with synthetic speech. Dialogflow CX and ES provide virtual agent services for chatbots and contact centers. If you have a contact center that employs human agents, you can use Agent Assist to help your human agents. Agent Assist provides real-time suggestions for human agents while they are in conversations with end-user customers.
  • 10

    AvRtos

    Small real time operating system for AVR and ARM microcontrollers

    AvRtos is a small, preemtive, priority based real time operating system for Atmel AVR and ARM microcontrollers. It was written in C. AvRtos provides message queues and semaphores for task synchronization. It uses a static memory allocation scheme. AvRtos is nearly the smallest RTOS out there. Even pico]OS is much bigger. AvRtos can be compiled using gcc compiler. There is a AvrStudio 4 and Eclipse project file to get the example code working very quickly.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    AVR Plugin for Eclipse
    AVR-Eclipse is a plugin for the Eclipse IDE which adds toolchain support, through CDT, for the gcc compiler for the Atmel AVR series of microcontrollers, and adds a toolbar button to allow quick upload of produced code to a target device.
    Leader badge
    Downloads: 79 This Week
    Last Update:
    See Project
  • 12

    doublecatavr

    it is a avr function lib,easy to use.

    提供一套相对全面而且比较容易理解和使用的函数库。由于使用了GCC中不建议的功能,所以不建议正式使用。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    QuadController C port

    Port to C of the QuadController asm code.

    Port to C of the QuadController asm code, as found in http://code.google.com/p/ardupilotdev/source/browse/trunk/QuadControllerV4_5JLN. This code is used to control a quadcopter in X configuration. You can compile the project if you have avr-gcc, build utils and avrdude.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    winavrportable

    winavrportable

    'Portable WinAVR' , a version that doesn't require an install

    WinAVR-portable is based on regular WinAVR [AVR-GCC for windows] for the Atmel AVR microcontroller series. WinAVR-portable is modification of WinAVR to run directly from any directory or removable medium (e.g. USB memory stick) without prior installation. This app is developed based on Portable WinAVR by Erik Lins hosted at www.chip45.com/PortableWinAVR. [Unfortunately no longer available for download]. Thanks to Erik...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    MSP430-Ada

    Ada compiler support for TI MSP430 processors

    Compiler and device support for Ada programs on the ultra-low-power TI MSP430 microcontrollers. This project builds on the Gnu Gnat/GCC Ada compiler, the Sourceforge mspgcc back-end and MSP430 CPU support. It was inspired by the Sourceforge AVR-Ada project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    GLCD SED1531 Library

    C-Library for microcontrollers to control SED1531 based LCD's

    The GLCD SED1531 Library provides functions to draw pixels, lines, filled- and open rectangles and text for micro-controllers such as the Atmel 8-bit AVR series for (very cheap!) SED1531 controller based graphical LCD's. The library is written with portability to other micro-controllers and compilers in mind; all target specific parts are stored in a separated header file . The included example is for the Atmel ATtiny2313 and AVR-GCC. It is expected that other targets can be supported...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The KontrollerLab is an IDE for developing software for Atmel(r) AVR(c) microcontrollers using the avr-gcc compiler, the uisp and the avrdude upload software.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    umake is a simple bash script with a bunch of Makefile template files that act as a front-end for GNU make. The script was designed to be used with microcontroller toolchains such as AVR-GCC, PIC and 8051, but it can support GCC and Flex as well.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 19
    Program Avr Linux Manager, to prosty interfejs dla programów avr-gcc oraz avrdude. Umożliwia łatwą kompilację i programowanie mikrokontrolerów.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Project meant to tie up the 2 most powerful free tools in AVR development: GNU GCC-AVR and AvrDude into one simple to use application for both building and uploading code to AVR devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Project to to build balancing robot based on AVR, GCC, FemtoOS and other free software
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The FunnyRobot project designs an educational robot controller that is programmable via USB. Both the hardware and software are configurable and extensible. Users can build programs with a C++ library and run them under a real-time operating system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Kmax 8bit microkernel for AVR ATMega MCUs written in assembler (AVRASM & GCC compatible) with a C API. Core features include priority-based preemptive round-robin scheduling, mutexes, fifos and semaphores with a focus on speed and ease of use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    TinyAnalyzer
    ATMega32 based, 8ch. logic analyzer, with 1MHz sample rate and 500kb Ram.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Contiki Instant IDE is ready to use development environment for embedded OS Contiki. The package contains: - VMWare virtual machine with ubuntu 9.10 - Eclipse IDE - Avr-gcc - Contiki OS version 2.4 with support for MB128-USBCAN board
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next