/madi

Primary LanguageCApache License 2.0Apache-2.0

MADI

Build Status

SDK for MADI development boards.

MADI summary

MADI is a development board based on various microcontroller chips with the same form factor of 21.59mm x 30mm. The board documentation can be found here and purchase can be made here.

Getting Started

Please refer to Getting Started Guide.

Project Layout

.
├── external
│   ├── cbor
│   ├── libmcu
│   └── tinyusb
├── include
├── ports
│   ├── esp-idf
│   ├── freertos
│   ├── nrf5-sdk
│   ├── stm32
│   └── zephyr
├── projects
├── src
└── tests
Directory Description
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
tests Automated tests
tools Tools and utilities

Contributing

Contributions are welcome. Feel free to submit issues, enhancement requests and Pull Request.