jefflieu / recon

The RECON project creates library for Nios II Microcontroller System and Tool chain. The library includes a collection of hardware configurations and Arduino-style software APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

recon

RECON stands for Reconfigurable which is a collection of different flavours of NIOS-based embedded system. With RECON repository, new user can quickly turn their Altera low-cost FPGA dev board into a more a familiar microcontroller system such as AVR and start making custom logic based off this initial infrastructure.
Directories structure:

  • hw : FPGA hardare/hdl/qsys files + cmn : common HDL reused across different architectures + recon_xxx : NIOS-based architectures

  • sw : Drivers/applications/demo + cmn : drivers for peripherals in hw/cmn + examples: demonstration applications + recon_xxx/bsp: preconfigured bsp for a recon_xxx architecture. For further information, go to the directory and type >make help

About

The RECON project creates library for Nios II Microcontroller System and Tool chain. The library includes a collection of hardware configurations and Arduino-style software APIs.

License:GNU General Public License v3.0


Languages

Language:Verilog 63.7%Language:Makefile 14.0%Language:C++ 9.7%Language:Tcl 7.1%Language:C 5.3%Language:Shell 0.2%