File tree Expand file tree Collapse file tree 16 files changed +42
-42
lines changed
circuitplayground_bluefruit Expand file tree Collapse file tree 16 files changed +42
-42
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ MCU_VARIANT = nrf52840
22CFLAGS += -DNRF52840_XXAA
33
44# All source paths should be relative to the top level.
5- LD_FILE = hw/bsp/nrf /linker/nrf52840_s140_v6.ld
5+ LD_FILE = ${FAMILY_PATH} /linker/nrf52840_s140_v6.ld
66
77$(BUILD ) /$(PROJECT ) .zip : $(BUILD ) /$(PROJECT ) .hex
88 adafruit-nrfutil dfu genpkg --dev-type 0x0052 --sd-req 0xFFFE --application $^ $@
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ MCU_VARIANT = nrf52840
22CFLAGS += -DNRF52840_XXAA
33
44# All source paths should be relative to the top level.
5- LD_FILE = hw/bsp/nrf /linker/nrf52840_s140_v6.ld
5+ LD_FILE = ${FAMILY_PATH} /linker/nrf52840_s140_v6.ld
66
77$(BUILD ) /$(PROJECT ) .zip : $(BUILD ) /$(PROJECT ) .hex
88 adafruit-nrfutil dfu genpkg --dev-type 0x0052 --sd-req 0xFFFE --application $^ $@
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ CFLAGS += -DNRF52840_XXAA
55MAX3421_HOST = 1
66
77# All source paths should be relative to the top level.
8- LD_FILE = hw/bsp/nrf /linker/nrf52840_s140_v6.ld
8+ LD_FILE = ${FAMILY_PATH} /linker/nrf52840_s140_v6.ld
99
1010$(BUILD ) /$(PROJECT ) .zip : $(BUILD ) /$(PROJECT ) .hex
1111 adafruit-nrfutil dfu genpkg --dev-type 0x0052 --sd-req 0xFFFE --application $^ $@
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ MCU_VARIANT = nrf52840
22CFLAGS += -DNRF52840_XXAA
33
44# All source paths should be relative to the top level.
5- LD_FILE = hw/bsp/nrf /linker/nrf52840_s140_v6.ld
5+ LD_FILE = ${FAMILY_PATH} /linker/nrf52840_s140_v6.ld
66
77$(BUILD ) /$(PROJECT ) .zip : $(BUILD ) /$(PROJECT ) .hex
88 adafruit-nrfutil dfu genpkg --dev-type 0x0052 --sd-req 0xFFFE --application $^ $@
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ MCU_VARIANT = nrf52840
22CFLAGS += -DNRF52840_XXAA
33
44# All source paths should be relative to the top level.
5- LD_FILE = hw/bsp/nrf /linker/nrf52840_s140_v6.ld
5+ LD_FILE = ${FAMILY_PATH} /linker/nrf52840_s140_v6.ld
66
77$(BUILD ) /$(PROJECT ) .zip : $(BUILD ) /$(PROJECT ) .hex
88 adafruit-nrfutil dfu genpkg --dev-type 0x0052 --sd-req 0xFFFE --application $^ $@
Original file line number Diff line number Diff line change 11MCU_VARIANT = nrf52833
22CFLAGS += -DNRF52833_XXAA
33
4- LD_FILE = hw/mcu/nordic/nrfx/mdk /nrf52833_xxaa.ld
4+ LD_FILE = ${FAMILY_PATH}/linker /nrf52833_xxaa.ld
55
66# flash using jlink
77flash : flash-jlink
Original file line number Diff line number Diff line change 1+ set (MCU_VARIANT nrf5340)
2+
3+ function (update_board TARGET )
4+ endfunction ()
File renamed without changes.
Original file line number Diff line number Diff line change 1- MCU_VARIANT = nrf5340_application
1+ MCU_VARIANT = nrf5340
22CFLAGS += -DNRF5340_XXAA -DNRF5340_XXAA_APPLICATION
33
44# enable max3421 host driver for this board
55MAX3421_HOST = 1
66
7- LD_FILE = hw/mcu/nordic/nrfx/mdk/nrf5340_xxaa_application.ld
8-
9- SRC_C += hw/mcu/nordic/nrfx/drivers/src/nrfx_usbreg.c
10-
117# caused by void SystemStoreFICRNS() (without void) in system_nrf5340_application.c
128CFLAGS += -Wno-error=strict-prototypes
139
File renamed without changes.
You can’t perform that action at this time.
0 commit comments