move boards.h to src
This commit is contained in:
parent
de7ab6d00d
commit
f41c039228
2
Makefile
2
Makefile
@ -34,7 +34,7 @@ BETA_DIR = bin/$(BOARD)/beta
|
||||
RELEASE_DIR = bin/$(BOARD)/$(SD_VERSION_FULL)
|
||||
|
||||
|
||||
MK_DIS_FIRMWARE = "$(SD_NAME) $(SD_VERSION_FULL)"
|
||||
MK_DIS_FIRMWARE = "$(SD_NAME) $(SD_VERSION) r$(SD_VER4)"
|
||||
|
||||
#******************************************************************************
|
||||
# Tool configure
|
||||
|
@ -14,7 +14,7 @@
|
||||
#include "dfu.h"
|
||||
#include <dfu_types.h>
|
||||
#include <stddef.h>
|
||||
#include "boards/boards.h"
|
||||
#include "boards.h"
|
||||
#include "nrf.h"
|
||||
#include "nrf_sdm.h"
|
||||
#include "nrf_gpio.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "hci_transport.h"
|
||||
#include "app_timer.h"
|
||||
#include "app_scheduler.h"
|
||||
#include "boards/boards.h"
|
||||
#include "boards.h"
|
||||
|
||||
#define MAX_BUFFERS 4u /**< Maximum number of buffers that can be received queued without being consumed. */
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
#include "app_timer.h"
|
||||
#include "nrf_error.h"
|
||||
|
||||
#include "boards/boards.h"
|
||||
#include "boards.h"
|
||||
|
||||
#include "pstorage_platform.h"
|
||||
#include "nrf_mbr.h"
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include "nrf_nvmc.h"
|
||||
#include <string.h>
|
||||
|
||||
#include "boards/boards.h"
|
||||
#include "boards.h"
|
||||
#include "tusb.h"
|
||||
|
||||
#include "bootloader_settings.h"
|
||||
|
Loading…
Reference in New Issue
Block a user