All Projects → pingdynasty → OpenWare

pingdynasty / OpenWare

Licence: GPL-2.0 License
Firmware for OWL devices

Programming Languages

c
50402 projects - #5 most used programming language
assembly
5116 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to OpenWare

IOsonata
IOsonata multi-platform multi-architecture power & performance optimized software library for fast and easy IoT MCU firmware development. Object Oriented design, no board package to define, just pure plug & play any boards
Stars: ✭ 40 (+73.91%)
Mutual labels:  embedded, firmware, stm32
sympetrum-v2
A communicative piece of wearable electronics.
Stars: ✭ 22 (-4.35%)
Mutual labels:  firmware, stm32
FreeRTOS-rust
Rust crate for FreeRTOS
Stars: ✭ 159 (+591.3%)
Mutual labels:  embedded, stm32
stm32f7xx-hal
A Rust embedded-hal HAL for all MCUs in the STM32 F7 family
Stars: ✭ 71 (+208.7%)
Mutual labels:  embedded, stm32
kikpad
KiKPad : the Midiplus SmartPad reinvented !
Stars: ✭ 31 (+34.78%)
Mutual labels:  firmware, stm32
cowl
A lightweight C/C++ library for working with Web Ontology Language (OWL) ontologies
Stars: ✭ 18 (-21.74%)
Mutual labels:  embedded, owl
flipperzero-firmware
Flipper Zero firmware source code
Stars: ✭ 2,551 (+10991.3%)
Mutual labels:  firmware, stm32
Iot Pt
A Virtual environment for Pentesting IoT Devices
Stars: ✭ 218 (+847.83%)
Mutual labels:  embedded, firmware
STM32 Base Project
STM32 Base project with a lot of stuff
Stars: ✭ 58 (+152.17%)
Mutual labels:  embedded, stm32
midi-grid
DIY midi controller project
Stars: ✭ 60 (+160.87%)
Mutual labels:  embedded, stm32
twigs
Alternate firmware for Mutable Instruments Branches synthesizer module
Stars: ✭ 21 (-8.7%)
Mutual labels:  firmware, synthesizer
Sub-IoT-Stack
Sub-IoT: Open Source Stack for Dash7 Alliance Protocol
Stars: ✭ 123 (+434.78%)
Mutual labels:  embedded, firmware
CureSynth Whip
Polyphonic MIDI Synthesizer for STM32F7
Stars: ✭ 45 (+95.65%)
Mutual labels:  stm32, synthesizer
arm synth
Wavetable Synth Running on an STM32F 32-bit ARM Cortex M3 microprocessor
Stars: ✭ 23 (+0%)
Mutual labels:  embedded, synthesizer
FASTUSBasp
This is the fast avr programmer for AVR MCUs based on cheap stm32f103c8t6 board with usb-to-serial support.
Stars: ✭ 78 (+239.13%)
Mutual labels:  firmware, stm32
libDaisy
Hardware Library for the Daisy Audio Platform
Stars: ✭ 164 (+613.04%)
Mutual labels:  embedded, stm32
Jled
Non-blocking LED controlling library for Arduino and friends.
Stars: ✭ 197 (+756.52%)
Mutual labels:  embedded, stm32
Platform Espressif8266
Espressif 8266: development platform for PlatformIO
Stars: ✭ 206 (+795.65%)
Mutual labels:  embedded, firmware
STM32F10x Servo Library
Servo library with stm developed by the Liek Software Team. We are working on new versions.
Stars: ✭ 14 (-39.13%)
Mutual labels:  embedded, stm32
CML
Fast, safe and easy to use Cortex-M HAL Library, written in C++ 17
Stars: ✭ 17 (-26.09%)
Mutual labels:  embedded, stm32

OpenWare

Firmware for OWL devices

This repository contains firmware source code for several Rebel Technology devices and products, including Wizard, Alchemist and Magus.

Source libraries and drivers are contained in a git submodule. On first git checkout, do:

git submodule init

To get the latest library version, do:

git submodule update

To compile a project firmware, set the TOOLROOT in Hardware/common.mk and build with Gnu Make, either using the top level makefile (try make help) or by entering a project subdirectory.

Compiles with arm-gcc-none-eabi cross compiler. Debugging can be done with openocd.

STM32CubeMX .ioc files are available in the project subdirectories.

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].