zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.77k stars 6.57k forks source link

Blobs: introduce EFR32xG27 BLE/RAIL binary blobs #57892

Closed fkokosinski closed 1 year ago

fkokosinski commented 1 year ago

Origin

This is a follow up to #54865 and #57181.

Three binary blobs are to be introduced:

The origin of these binary blobs is the Silicon Labs Gecko SDK repository: https://github.com/SiliconLabs/gecko_sdk.

Type

Module

hal_silabs: https://github.com/zephyrproject-rtos/hal_silabs/.

Purpose

Precompiled static libraries (binary blobs) supporting EFR32 RF subsystems in EFR32xG27-based boards.

Pull Request

Zephyr PR: https://github.com/zephyrproject-rtos/zephyr/pull/57891 HAL PR: https://github.com/zephyrproject-rtos/hal_silabs/pull/30

Dependencies

License

MSLA (Silicon Labs Master Software License Agreement) license text is located in hal_silabs repository under the following path: zephyr/blobs/license/MSLA.txt.

Zlib license text is located in hal_silabs under the following path: zephyr/blobs/license/Zlib.txt.

fkokosinski commented 1 year ago

According to the Zephyr Project TSC Mtg docs, these blobs have been approved, so I'm closing this issue.