Skip to content

Commit a6f668e

Browse files
committed
clean up
1 parent 7cf6787 commit a6f668e

File tree

8 files changed

+5
-146
lines changed

8 files changed

+5
-146
lines changed

src/boards/arcade_feather_nrf52840_express/board.cmake

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/boards/arcade_feather_nrf52840_express/board.h

Lines changed: 0 additions & 66 deletions
This file was deleted.

src/boards/arcade_feather_nrf52840_express/board.mk

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/boards/arcade_feather_nrf52840_express/pinconfig.c

Lines changed: 0 additions & 62 deletions
This file was deleted.

src/boards/bast_ble/board.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#ifndef _BASTBLE_NRF52840_H
2626
#define _BASTBLE_NRF52840_H
2727

28-
#define PINNUM(port, pin) ((port) * 32 + (pin))
2928
/*------------------------------------------------------------------*/
3029
/* LED
3130
*------------------------------------------------------------------*/

src/boards/boards.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@
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.

src/boards/raytac_mdbt50q_db_40/board.h

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,15 @@
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
/*------------------------------------------------------------------*/

supported_boards.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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 |

0 commit comments

Comments
 (0)