mirror of
https://github.com/loopj/wavephoenix.git
synced 2025-12-20 18:39:36 +00:00
21 lines
559 B
Plaintext
21 lines
559 B
Plaintext
project_name: bootloader
|
|
quality: production
|
|
description: Standalone Bootloader using the Bluetooth AppLoader OTA DFU. This implements in-place application updates using Bluetooth connection.
|
|
|
|
component:
|
|
- id: EFR32MG22C224F512IM40
|
|
- id: bootloader_core
|
|
- id: bootloader_apploader
|
|
- id: bootloader_image_parser
|
|
- id: bootloader_debug
|
|
- id: bootloader_gpio_activation
|
|
|
|
configuration:
|
|
- name: BTL_APPLOADER_DEVICE_NAME
|
|
value: "\"WavePhoenix\""
|
|
|
|
define:
|
|
- name: SL_BTL_BUTTON_PORT
|
|
value: gpioPortC
|
|
- name: SL_BTL_BUTTON_PIN
|
|
value: 7 |