1
0
Fork 0

README: Describe the features added for form-factor devices

pull/1/head
Daniel Thompson 2020-01-24 09:12:00 +00:00
parent b89f9d43b9
commit 6e5c33824e
1 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,19 @@
# WASP bootloader
The WASP bootloader is a fork of the Adafruit nRF52 Bootloader modified to robustly
support form factor devices without a reset button and, in some cases, also no serial
port. If supports OTA application updates and to support development using form-factor
devices the WASP bootloader co-operates with the application payload to implement a,
watchdog enforced, a long press reset using regular (not-reset) buttons.
The additional boards supported by the WASP bootloader are:
* [Pine64 PineTime](https://www.pine64.org/pinetime/)
* [Desay DS-D6](https://github.com/fanoush/ds-d6)
* [96Boards Nitrogen](https://www.96boards.org/product/nitrogen/)
Note: *The Nitrogen is not a form-factor board. It is a test target used to test for regressions before spending time pushing the bootloader to the form-factor devices.*
# Adafruit nRF52 Bootloader
[![Build Status](https://github.com/adafruit/Adafruit_nRF52_Bootloader/workflows/Build/badge.svg)](https://github.com/adafruit/Adafruit_nRF52_Bootloader/actions)