An open API service indexing awesome lists of open source software.

https://github.com/basilfx/riot-gecko-sdk

Minimal distribution of the Silicon Labs Gecko SDK, prepared for usage with RIOT-OS.
https://github.com/basilfx/riot-gecko-sdk

Last synced: about 1 year ago
JSON representation

Minimal distribution of the Silicon Labs Gecko SDK, prepared for usage with RIOT-OS.

Awesome Lists containing this project

README

          

# Gecko SDK for RIOT-OS
Minimal distribution of the Silicon Labs Gecko SDK for EFM32/EFR32/EZR32 microcontrollers, prepared for usage with [RIOT-OS](https://github.com/RIOT-OS/RIOT).

## Version
The current version of the Gecko SDK is 4.1.2, which includes EMLIB and RAIL.

## Contents
Only the following is included in the `dist/` folder:

* emlib (vendor)
* emlib-extra (additional utility methods)
* radio (vendor)

## Copyright
The `dist/` folder contains a *modified* copy of EMLIB and RAIL, copyrighted by Silicon Labs.

The remaining files are covered by the `LICENSE.md` file (MIT license).

## Changes
Refer to `build.sh` to see what changes are applied to the files distributed in `dist/`.