Giter Club home page Giter Club logo

firmware's Introduction

Build Status Coverage Bugs Vulnerabilities Code Smells Duplicated Lines (%)

Project Layout

.
├── docs
├── drivers
├── external
│   ├── cbor
│   ├── libmcu
│   └── tinyusb
├── include
├── ports
│   ├── esp-idf
│   ├── freertos
│   ├── nrf52
│   ├── stm32
│   └── zephyr
├── projects
├── src
└── tests
Directory Description
common Reusable components invoked by various systems. non-application-specific code
docs Project documentation, possibly auto-generated
drivers Device drivers
external External dependencies including all the third party libraries
include Public headers
ports Adapter codes for a specific hardware or platform
projects Build rules
src The application-specific code, including private headers
stubs Non-functional glue code for build to be done without error
tests Automated tests
tools Tools and utilities

Build

In case you go with Zephyr, use west which is Zephyr's meta tool. Please refer to Zephyr's Getting Started Guide. Zephyr kernel configurations and devicetree overlays for a board can be found at https://docs.libmcu.org/boards/.

Please check out our getting started guide for other RTOSs or bear metal firmwares.

firmware's People

Contributors

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