rename boards

feather52832 to feather_nrf52832
feather52840 to feather_nrf52840
This commit is contained in:
hathach
2018-08-11 10:50:21 +07:00
parent 4846bde987
commit 971619aa7e
5 changed files with 28 additions and 24 deletions

View File

@ -16,12 +16,12 @@
#include <stdint.h>
#include "nrf_gpio.h"
#if defined BOARD_FEATHER52840
#include "boards/feather52840.h"
#if defined BOARD_FEATHER_NRF52840_EXPRESS
#include "boards/feather_nrf52840_express.h"
#elif defined BOARD_FEATHER_NRF52832
#include "boards/feather_nrf52832.h"
#elif defined BOARD_PCA10056
#include "boards/pca10056.h"
#elif defined BOARD_FEATHER52832
#include "boards/feather52832.h"
#else
#error No boards defined
#endif

View File

@ -7,7 +7,7 @@
Software License Agreement (BSD License)
Copyright (c) ${year}, Adafruit Industries (adafruit.com)
Copyright (c) 2018, Adafruit Industries (adafruit.com)
All rights reserved.
Redistribution and use in source and binary forms, with or without

View File

@ -7,7 +7,7 @@
Software License Agreement (BSD License)
Copyright (c) ${year}, Adafruit Industries (adafruit.com)
Copyright (c) 2018, Adafruit Industries (adafruit.com)
All rights reserved.
Redistribution and use in source and binary forms, with or without