dc740 / firmware_v2

CIAA-Firmware v2.0.0 development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CIAA-Firmware v2.0.0 development

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 88.4%Language:C++ 9.8%Language:Makefile 0.9%Language:PHP 0.7%Language:Perl 0.2%Language:Assembly 0.0%