Skip to content

0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ffenix113 ffenix113 released this 16 Feb 20:10
· 42 commits to develop since this release

Adafruit bootloader support

This release hopefully adds good-enough support for Adafruit bootloaders, and boards that run it. The boards also must be supported by Zephyr.
The release page of Adafruit bootloader provides a neat list of boards that support it, and as such, they also support this project and generated firmware.

Simple firmware that would show that the firmware works(and can be connected to Zigbee network) on Adafruit bootloader:

general:
  runevery: 1m
  board: xiao_ble # Or other supported board
board:
  bootloader: adafruit_nrf52_sd140_v7 # This value should be specific to board's bootloader.
  debug: # Debug is only needed to show that firmware has started.
    enabled: true
    console: usb
    leds:
      enabled: true
      power: led0
  leds:
    - id: led0 # Provide pins here as well if board does not have `led0`.