Skip to content

Commit 038779c

Browse files
committed
clean up
1 parent 7cf6787 commit 038779c

File tree

8 files changed

+2
-137
lines changed

8 files changed

+2
-137
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#ifndef _BASTBLE_NRF52840_H
2626
#define _BASTBLE_NRF52840_H
2727

28-
#define PINNUM(port, pin) ((port) * 32 + (pin))
28+
((port) * 32 + (pin))
2929
/*------------------------------------------------------------------*/
3030
/* LED
3131
*------------------------------------------------------------------*/

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#ifndef RAYTAC_MDBT50Q_DB_40_H
2626
#define RAYTAC_MDBT50Q_DB_40_H
2727

28-
#define PINNUM(port, pin) ((port) * 32 + (pin))
28+
((port) * 32 + (pin))
2929

3030
/*------------------------------------------------------------------*/
3131
/* LED

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)