File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,6 @@ SD_NAME = s140
101
101
DFU_DEV_REV = 52840
102
102
endif
103
103
104
-
105
-
106
104
# ******************************************************************************
107
105
# SOURCE FILES
108
106
# ******************************************************************************
@@ -252,8 +250,8 @@ CFLAGS += -DMK_BOOTLOADER_VERSION=0x0$(SD_VER1)0$(SD_VER2)0$(SD_VER3)UL
252
250
253
251
CFLAGS += -D__HEAP_SIZE=0
254
252
CFLAGS += -DCONFIG_GPIO_AS_PINRESET
253
+ CFLAGS += -DCONFIG_NFCT_PINS_AS_GPIOS
255
254
CFLAGS += -DBLE_STACK_SUPPORT_REQD
256
- CFLAGS += -DBSP_DEFINES_ONLY
257
255
CFLAGS += -DSWI_DISABLE0
258
256
CFLAGS += -DSOFTDEVICE_PRESENT
259
257
CFLAGS += -DFLOAT_ABI_HARD
@@ -296,9 +294,7 @@ LDFLAGS += --specs=nano.specs -lc -lnosys
296
294
# ******************************************************************************
297
295
ASMFLAGS += -x assembler-with-cpp
298
296
ASMFLAGS += -D__HEAP_SIZE=0
299
- ASMFLAGS += -DCONFIG_GPIO_AS_PINRESET
300
297
ASMFLAGS += -DBLE_STACK_SUPPORT_REQD
301
- ASMFLAGS += -DBSP_DEFINES_ONLY
302
298
ASMFLAGS += -DSWI_DISABLE0
303
299
ASMFLAGS += -DSOFTDEVICE_PRESENT
304
300
ASMFLAGS += -DFLOAT_ABI_HARD
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ This is a CDC/DFU/UF2 bootloader for nRF52 boards.
4
4
5
5
- [ Adafruit Feather nRF52832] ( https://www.adafruit.com/product/3406 )
6
6
- [ Adafruit Feather nRF52840 Express] ( https://www.adafruit.com/product/4062 )
7
+ - [ Electronut Labs Papyr] ( https://docs.electronut.in/papyr/ )
8
+ - MakerDiary MDK nRF52840 USB Dongle
7
9
- Nordic nRF52840DK PCA10056
8
10
- Nordic nRF52840DK PCA10059 ("Dongle")
9
11
- Particle Argon
10
12
- Particle Boron
11
13
- Particle Xenon
12
- - MakerDiary MDK nRF52840 USB Dongle
13
- - [ Electronut Labs Papyr] ( https://docs.electronut.in/papyr/ )
14
14
15
15
UF2 is an easy-to-use bootloader that appears as a flash drive. You can just copy ` .uf2 ` -format
16
16
application images to the flash drive to load new firmware.
You can’t perform that action at this time.
0 commit comments