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.
- Host: GitHub
- URL: https://github.com/basilfx/riot-gecko-sdk
- Owner: basilfx
- License: mit
- Created: 2017-11-23T08:36:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-13T21:43:26.000Z (over 3 years ago)
- Last Synced: 2025-03-24T17:01:45.869Z (about 1 year ago)
- Language: C
- Size: 15.6 MB
- Stars: 3
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/`.