Showing 443 open source projects for "avr-gcc"

View related business solutions
  • Easy management of simple and complex projects Icon
    Easy management of simple and complex projects

    We help different businesses become digital, manage projects, teams, communicate effectively and control tasks online.

    Plan more projects with Worksection. Use Gantt chart and Kanban boards to organize your projects, get your team onboard and assign tasks and due dates.
  • Pimberly PIM - the leading enterprise Product Information Management platform. Icon
    Pimberly PIM - the leading enterprise Product Information Management platform.

    Pimberly enables businesses to create amazing online experiences with richer, differentiated product descriptions.

    Drive amazing product experiences with quality product data.
  • 1
    Project 2306 IDE Rad MacOS MCU DeveR

    Project 2306 IDE Rad MacOS MCU DeveR

    Electronic design and programming tools suite like Eagle, MpLab

    ... : Similar with mainstream market tools IDE and GUI Wrapper like : LabView©, Proteus©, MPLab©, Eagle CAD©, Tools Suite for Most Market Microcontroller. Tools suite for Arduino, Pinguino, Pic, AVR, ARM, Basic Stamp, Risc, other platform Fully Integrated IDE. Adobe PDF Help section SQL Connectivity Community Avail : https://www.facebook.com/Project-Core-2306-Nextgen-Eda-pcbradide-for-Mcumacoslinuxwindows-138250749681138/?fref=ts
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    Unofficial MinGW distribution

    Prepackaged MinGW installations

    Complete working distributions of MinGW 4.8.1 and MinGW 5.3.0 packaged in a 7z archive. Extract twice, set your path, and compile away. Perfect for getting started with programming with C, C++, and the MinGW GCC compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    GNU Scientific Library for Windows

    GNU Scientific Library for Windows

    GNU Scientific Library(GSL) 2.2.1 for Windows

    This version of GNU Scientific Library(GSL) is compiled for Windows using gcc 6.2.0. It contains both static as well as shared libraries.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    x68000 DooM

    DooM port to the x68000

    This is really just a proof of concept of an old copy of GCC I found, and porting the game DooM to the x68000 platform. It's not practical by any stretch of the mind.
    Downloads: 7 This Week
    Last Update:
    See Project
  • Propelling Payments for Software Platforms Icon
    Propelling Payments for Software Platforms

    For SaaS businesses to monetize payments through its turnkey PayFac-as-a-Service solution.

    Exact Payments delivers easy-to-integrate embedded payment solutions enabling you to rapidly onboard merchants, instantly activate a variety of payment methods and accelerate your revenue — delivering an end-to-end payment processing platform for SaaS businesses.
  • 5
    FREESECS is an open-source project for SEMI SECS standards. The software is compiled with GNU autotools/GCC and runs on Linux, MacOS X, NetBSD. See http://opensecs.sourceforge.net
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Lightweight IDE (LWP) is a minimalistic, easy to use IDE for Mac OSX for Pascal/Object Pascal/C/C++/ObjC that provides a multi-window editor with syntax coloring, function pop-up and error shortcuts. It serves as a front-end to FPC and GCC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    wnotes

    Text Notes for Linux and UNIX Desktops

    WNotes are flexible, convenient notes for Linux and UNIX desktops. They are self contained and can work with shells like bash and zsh, and any other scripting language, so you can write versatile, visual text applications with them, or simply pop up a note whenever you need one. WNotes are written using GNU C++ and use Xlib for Linux and UNIX, so they should be easy to install on any system that supports GCC and the X Window System.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Using Arduino Libraries in Atmel Studio

    Using Arduino Libraries in Atmel Studio

    Integrating Arduino Libraries in Atmel Studio 6.2

    Arduino is basically a wrapper on top of C/C++ anyway, so technically, it’s possible to combine any Arduino sketch or library with your own custom code. The trick is in setting up your project properly. Here are the steps to create a fully functional Arduino project in AVR Studio 6. Once accomplished, you can keep access to the huge Arduino user-contributed code library, but enjoy all the features of advanced AVR and a real IDE.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    build environment: COLLECT_GCC=g++ Target: x86_64-w64-mingw32 Thread model: posix gcc version 5.3.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
  • 10

    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: 0 This Week
    Last Update:
    See Project
  • 11

    UbxBasic

    basic programming language (Linux/Windows)

    UbxBasic is a cross platform (Linux/Windows) programming language using basic syntax. It leverages the glib library to accomplish the cross platform functionality. UbxBasic is a translator. It converts the basic source to c/c++ source ready to be compiled by gcc/g++.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    AVR32 Ecos

    Ecos for AVR32 targets

    This project is port of ecos 3.0 for AVR32UC3C target mainly for AVR32UC3C512C. In the compressed files four directories can be found: Avr32uc3c-ec – ecos project for AT32UC3C-EK board. ConfigTool – ecos configtool (works with Ubuntu). To compile ecos source codes Atmel tool chain for AVR32 devices is needed and can be downloaded from Atmel web site. Ecos-3.0 – ecos + AVR32UC3C port source files. Hellow_Examples – example project in Atmel studio 6.2 with, ADC test, LED and push buttons...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    C++ generic open address hash map

    C++ generic open address hash map

    Simple oaht template class

    ... the test suite from GCC for unordered_map. Which this map passes. Some bench: == 1 million int pushes == *open address: 275.852 ms *reserved openaddr: 110.268 ms std unordered: 277.544 ms == 100k random erasures == *openaddr: 8.70804 ms std unordered: 20.6305 ms == 1M iteration == *openaddr: 185.528 ms std unordered: 1010.53 ms == 50k finds in 1M == *openaddr: 4.24 ms std unordered: 10.44 ms
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    wxEcMath

    wxEcMath

    Easy mathematics in wxWidgets

    Tiny library written in C++/wxWidgets designed to manage mathematical objects : parser of expressions, plots, matrixes and complex numbers. Ansi and Unicode are supported. Documentation and rich samples are provided. Compiles with MSVC, BCC, GCC and Clang. Now on Git.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    K3NG-Keyer for AVR-Studio 7

    K3NG-Arduino Keyer ported to AVR-Studio 7

    This version of K3NG Morse-Keyer based upon the native Arduino hardware and sketch for the Arduino IDE environment. The Keyers sketch is moved to Atmel-Studio 7 and got some little modifications that was required to fit's the code to an actual GNU-CC Compiler that's shipped with Atmel-Studio 7. The Sketch-Import function of Atmel-Studio7 does not help's to become a usable project. The used MCU is an Arduino unsuported variant of a plain and native ATMega1284P, that's have enought memory...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

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

    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
  • 18
    Nano OS is a RTOS for Atmel AVR controllers. It provides: -preemptive realtime multitasking incl. priorities, -binary semaphores, -message queues, -array-based memory management , -functions for taskcontrol, -watchdog, -system management functions
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    This project is a general AVR bootloader, for different type of AVR device, all you need to do is modify macro definition, and you don not need to modify the main program.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    Desert Breeze is a CRPG (Computer Role Playing Game) engine. It currently supports creation of game world with building blocks such as walls, etc. Collision with the walls, characters and other items on the ground and walls is also taken in account. The engine supports talking scripts where your character can accompany with another character.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    Python Embed C++

    Embed C++ in Python source code, dynamically compile and access data

    Moved to http://github.com/ftrias/pyembedc Python module to embed C/C++ code within Python source code and scripts. Automatically compile and dynamically link the code. Transparently allow native access to python data from C code and vice versa. Module provides all the "glue" to dynamically convert data types, arrays and structures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    C/C++ Neural Networks

    A C API for working with Neural Networks

    A free C library for working with FeedForward Neural Networks, Neurons and Perceptrons
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    AVR Applications

    AVR Applications

    Application developed in AVR Microcontrollers

    Application developed and experiments performed on AVR Microcontrollers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    Mipsrx

    Application to transfer files to an embedded system

    Mipsrx is an application to transfer files with and embedded system via the command line. The intent is to emulate the device programming side of 'avrdude', an application to program AVR microcontrollers from a PC. Mipsrx resides on the embedded device and receives files or commands from a PC application
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    EDK2 Developer Tools for Windows

    Windows hosted compilers and related tools for EDK2 (UEFI) developers

    Windows hosted gcc compilers and related tools for EDK2 (UEFI) developers. Tools and patches for bundling gcc or Windows tool chains with a source code snapshot.
    Downloads: 0 This Week
    Last Update:
    See Project