GithubHelp home page GithubHelp logo

amidg / embedded-drivers Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 27 KB

A collection of C/C++ linux firmware for various peripherals I did for my projects

License: GNU General Public License v3.0

C 95.54% CMake 4.46%

embedded-drivers's Introduction

embedded-drivers

What is this?

My personal collection of self-developed drivers written in pure C designed for the hardware communication with other devices.

Why does it exist?

I have a dream. One day students and open-source enthusiasts do not need to rely on hundreds of libraries and scripts spread all over the Internet to build their embedded project. Just clone this repo and it will automatically build your driver for any popular embedded platform (excl. Arduino).

Why is this repo good?

I want to make drivers that are highly abstracted enough to be portable across not just microcontroller architectures but whole embedded systems in general.
For example, I want MPU6050 IMU driver to be equally portable between an ESP32 and Nvidia Jetson or Raspberry Pi without major changes in the codebase.

How does it work?

You can provide compilation flags to the make in order to build drivers for specific type of device. There are two ways of doing it:

  1. Use root directory CMakeLists.txt to build entire project with all drivers in according to your platform.
  2. Use specific folder's CMakeLists.txt to bulid specific driver you need

embedded-drivers's People

Contributors

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