Showing 34 open source projects for "avr gcc 4.6.2"

View related business solutions
  • Multi-Site Network and Cloud Connectivity for Businesses Icon
    Multi-Site Network and Cloud Connectivity for Businesses

    Internet connectivity without complexity

    As your users rely more and more on Cloud and Internet-based technologies, reliable internet connectivity becomes more and more important to your business. With Bigleaf’s proven SD-WAN architecture, groundbreaking AI, and DDoS attack mitigation, you can finally deliver the reliable internet connectivity your business needs without the limitations of traditional networking platforms. Bigleaf’s Cloud Access Network and plug-and-play router allow for limitless control to and from anywhere your traffic needs to go. Bigleaf’s self-driving AI automatically identifies and adapts to any changing circuit conditions and traffic needs—addressing issues before they impact your users. Bigleaf puts you in the driver’s seat of every complaint and support call with full-path traffic and network performance data, delivered as actionable insights, reports, and alerts.
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • 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: 781 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
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
  • 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
  • AlertBot: Website Monitoring of Uptime, Performance, and Errors Icon
    AlertBot: Website Monitoring of Uptime, Performance, and Errors

    For IT Professionals and network adminstrators looking for a web application monitoring solution

    AlertBot monitors your website's full functionality around the clock so you can focus your time on more important things.
  • 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: 66 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
    Mizar

    Mizar

    N-body gravitational simulator

    Mizar is an N-body gravitational simulator. Given a starting setup consisting of the masses, positions, and velocities of any number of objects (conceptually, planets and stars), Mizar calculates and draws how they subsequently move according to their velocities and the influence of each other's gravity. Requirements: * KDE 4.4.5 * Qt 4.6.2 Requirements to build: * KDE 4.4.5 dev files (e.g., provided by kdelibs5-dev in Ubuntu 10.04) * Qt 4.6.2 dev files (e.g., libqt4-dev on Ubuntu...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    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
  • 20
    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
  • 21
    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
  • 22
    Project to to build balancing robot based on AVR, GCC, FemtoOS and other free software
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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
  • 24
    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
  • 25
    TinyAnalyzer
    ATMega32 based, 8ch. logic analyzer, with 1MHz sample rate and 500kb Ram.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next