Giter VIP home page Giter VIP logo

synth-lib's Introduction

synth-lib

This repo is a library for synthesizer with hardware controlls base on the STM32F103C8T6 microcontroller, more known as the Blue Pill board.

The purpose of this repo is to be a simple API for synth controls, such as Buttons, Potentiometers, LEDs and many more.

Structure

The overall structure is made from 2 parts:
Peripheral API,
Interface API

Peripheral API

This API will be used to access the internal hardware of the chip.
Since this chip has many peripherals, and the library doesn't require to use all peripherals, this library will implement API for the following peripherals:

Docs aren't implemented yet, all of the documentation is in the header files for now, when I get to V1.0 of the basic API there will be a proper docs

  1. RCC
  2. GPIO
  3. UART
  4. Timers
  5. ADC
  6. I²C
  7. SPI
  8. USB
  9. Watchdog

Versioning planning:

Bolded versions are released

  1. V0.1 - GPIO, RCC, overall initial files for project
  2. V0.2 - UART and DMA
  3. V0.3 - ADC
  4. V0.4 - TIMERS
  5. V0.5 - EXTI and NVIC, interrupts in general
  6. V0.6 - I²C
  7. V0.7 - SPI
  8. V0.8 - USB
  9. V0.9 - Debug message, Watchdogs and stability checking

Compilation

This project assumes that you have arm-none-eabi-XX utils installed, and st-flash installed aswell

to make, run make

to flash, run make flash

Flash doens't compile, only flashes

Compiled code is in releases, this is a raw binary file to write in the FLASH of the STM32F103C8T6

synth-lib's People

Contributors

hammerpiano avatar

Watchers

 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.