Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 745 Bytes

File metadata and controls

22 lines (17 loc) · 745 Bytes

Zephyr SiFli Module

This is an Zephyr module that support SiFli family

How to

Create repo:

  • Pull zephyr from https://github.com/zephyrproject-rtos/zephyr
  • Clone this project to \modules\hal\sifli, Directory contains all the driver and devicetree provided by SiFli
  • Add "sifli SiFli, Inc." in \zephyr\dts\bindings\vendor-prefixes.txt

Build with west

west build -p auto -b <board> <project>

Validated project including:

  • zephyr\samples\bluetooth\peripheral
  • zephyr\samples\hello_world

Note:

  • Currently board support em-lb525,
  • Firmware Download tool currently only support Window platform. Use zephyrproject\modules\hal\sifli\zephyr\scripts\sfflash.bat to download firmware to board.