Giter VIP home page Giter VIP logo

firmware_v2's Introduction

Firmware v2

Firmware v2 is a C language software development environment for embedded systems. At the moment it focuses specifically on the programming of microcontrollers.

IMPORTANT

This environment is under construction!!

Always use the released versions because in these all examples are tested and the API documentation is consistent. The master branch may contain inconsistencies because this environment is currently under development.

Supported targets

  • LPC11U68
  • LPC1769
  • LPC4337 (M4 and M0 cores)
  • LPC54102 (M4 and M0+ cores)

Supported boards

  • CIAA-NXP and EDU-CIAA-NXP (www.proyecto-ciaa.com.ar)
  • LPCXpresso with LPC1769
  • LPCXpresso with LPC54102
  • LPCXpresso with LPC11U68

Available libraries

Supported toolchains

  • gcc-arm-none-eabi

Usage

  • Make sure you have an arm-none-eabi-* toolchain configured in your PATH. If you don't have it, download GCC ARM Embedded.
  • git clone https://github.com/pridolfi/workspace.git && cd workspace
  • cp project.mk.template project.mk
  • Define PROJECT, TARGET and BOARD (optional) variables in project.mk according to the project you want to compile.
  • Compile with make.
  • Clean with make clean. Clean for all targets with make clean_all.
  • Download to target via OpenOCD with make download.

This environment is based on

firmware_v2's People

Contributors

epernia avatar juanmanuelcruz avatar agustinbassi avatar martinribelotta avatar pridolfi avatar cpantel avatar elpablogomez avatar

Watchers

José Silva avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.