All Projects → jefflieu → recon

jefflieu / recon

Licence: GPL-3.0 license
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.

Programming Languages

Verilog
626 projects
Makefile
30231 projects
C++
36643 projects - #6 most used programming language
tcl
693 projects
c
50402 projects - #5 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to recon

SparkFun ADXL345 Arduino Library
Arduino Library for the ADXL345
Stars: ✭ 34 (+61.9%)
Mutual labels:  arduino-library
RingBuffer
A RingBuffer library for Arduino
Stars: ✭ 34 (+61.9%)
Mutual labels:  arduino-library
cryptosuite2
Cryptographic suite for Arduino (SHA, HMAC-SHA)
Stars: ✭ 23 (+9.52%)
Mutual labels:  arduino-library
DirectIO
Fast, simple I/O library for Arduino
Stars: ✭ 109 (+419.05%)
Mutual labels:  arduino-library
SparkFun MPU-9250 Breakout Arduino Library
Arduino sketch for MPU-9250 9DoF with AHRS sensor fusion
Stars: ✭ 68 (+223.81%)
Mutual labels:  arduino-library
RotaryEncoder
This is small and fast Arduino library for Rotary Encoder with interrupts.
Stars: ✭ 60 (+185.71%)
Mutual labels:  arduino-library
Modbus-TCP
Modbus TCP client library to interact with Modbus servers such as PLCs.
Stars: ✭ 43 (+104.76%)
Mutual labels:  arduino-library
faur
⚒️✨ My personal C games framework. 2D graphics, sound, inputs, states, ECS, and misc utils for data, files, math, memory, strings, time, and more. Builds for Linux, Windows, Web, and embedded devices.
Stars: ✭ 55 (+161.9%)
Mutual labels:  arduino-library
Arduino RT-Thread
RT-Thread library optimized for Arduino.
Stars: ✭ 38 (+80.95%)
Mutual labels:  arduino-library
SparkFun AS7265x Arduino Library
An Arduino library for the trifecta of spectral sensors covering 18 discrete wavelengths from NIR to UV.
Stars: ✭ 23 (+9.52%)
Mutual labels:  arduino-library
Loom
Arduino library for Internet of Things Rapid Prototyping in environmental sensing
Stars: ✭ 24 (+14.29%)
Mutual labels:  arduino-library
arduino-pid-autotuner
Automated PID tuning using Ziegler-Nichols/relay method
Stars: ✭ 101 (+380.95%)
Mutual labels:  arduino-library
OttoDIYLib
Latest and official Libraries for Arduino Otto DIY robots
Stars: ✭ 56 (+166.67%)
Mutual labels:  arduino-library
AutomationShield
Arduino library and MATLAB/Simulink API for the AutomationShield Arduino expansion boards for control engineering education.
Stars: ✭ 22 (+4.76%)
Mutual labels:  arduino-library
PCF8575 library
Library to use i2c digital expander with arduino, esp8266 and esp32. Can read write digital value with only 2 wire (perfect for ESP-01).
Stars: ✭ 28 (+33.33%)
Mutual labels:  arduino-library
Arduino-FrequencyDetector
Fast audio frequency detector without fft for plain Arduino and Attiny85. Whistle switch example included.
Stars: ✭ 22 (+4.76%)
Mutual labels:  arduino-library
MCP7940
Arduino Library to access the MCP7940M, MCP7940N and MCP7940x Real-Time chips
Stars: ✭ 29 (+38.1%)
Mutual labels:  arduino-library
KY-040-Encoder-Library---Arduino
Arduino library for the KY-040 Encoder
Stars: ✭ 37 (+76.19%)
Mutual labels:  arduino-library
TelnetStream
Arduino Stream implementation over Telnet for OTA logging and debugging
Stars: ✭ 101 (+380.95%)
Mutual labels:  arduino-library
extEEPROM
Arduino library to support external I2C EEPROMs.
Stars: ✭ 111 (+428.57%)
Mutual labels:  arduino-library

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].