File tree Expand file tree Collapse file tree 8 files changed +5
-146
lines changed
arcade_feather_nrf52840_express Expand file tree Collapse file tree 8 files changed +5
-146
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2525#ifndef _BASTBLE_NRF52840_H
2626#define _BASTBLE_NRF52840_H
2727
28- #define PINNUM (port , pin ) ((port) * 32 + (pin))
2928/*------------------------------------------------------------------*/
3029/* LED
3130 *------------------------------------------------------------------*/
Original file line number Diff line number Diff line change 3838#define UF2_VOLUME_LABEL "NRF52BOOT "
3939#endif
4040
41- #if !defined(BUTTON_DFU_OTA ) && defined(BUTTON_DFU_OTA )
42- #define BUTTON_DFU_OTA BUTTON_DFU_OTA
43- #endif
44-
4541// The primary LED is usually Red but not in all cases.
4642#define LED_PRIMARY 0
4743// The secondary LED, when available, is usually blue.
Original file line number Diff line number Diff line change 2525#ifndef RAYTAC_MDBT50Q_DB_40_H
2626#define RAYTAC_MDBT50Q_DB_40_H
2727
28- #define PINNUM (port , pin ) ((port) * 32 + (pin))
29-
3028/*------------------------------------------------------------------*/
3129/* LED
3230 *------------------------------------------------------------------*/
3331#define LEDS_NUMBER 3
34- /* This is the Green led marked D1 on the board */
35- #define LED_PRIMARY_PIN PINNUM(1, 13)
36- /* This is the Red led marked D2 on the board */
37- #define LED_SECONDARY_PIN PINNUM(1, 14)
38- /* This is the Blue led marked D3 on the board */
39- #define LED_TERTIARY_PIN PINNUM(1, 15)
40- /* There are one more unpopulated LEDs, but for the purposes of bootloader that
41- * doesn't matter. */
32+ #define LED_PRIMARY_PIN PINNUM(1, 13) /* Green led marked D1 on the board */
33+ #define LED_SECONDARY_PIN PINNUM(1, 14) /* Red led marked D2 on the board */
34+ #define LED_TERTIARY_PIN PINNUM(1, 15) /* Blue led marked D3 on the board */
35+
36+ /* There are one more unpopulated LEDs, but for the purposes of bootloader that doesn't matter. */
4237#define LED_STATE_ON 0
4338
4439/*------------------------------------------------------------------*/
Original file line number Diff line number Diff line change 44
55| Board | Name | VID PID | URL |
66| --- | --- | --- | --- |
7- | arcade_feather_nrf52840_express | Adafruit Feather nRF52840 Express | 0x239A:0x0029 | https://www.adafruit.com/product/4062 |
87| circuitplayground_nrf52840 | Adafruit Circuit Playground nRF52840 | 0x239A:0x0045 | https://www.adafruit.com/product/4333 |
98| clue_nrf52840 | Adafruit CLUE nRF52840 | 0x239A:0x0071 | https://www.adafruit.com/product/4500 |
109| feather_nrf52832 | Adafruit Feather nRF52832 | N/A | https://www.adafruit.com/product/3406 |
You can’t perform that action at this time.
0 commit comments