serie -> series

This commit is contained in:
Stephane D'Alu 2016-07-10 00:10:48 +02:00
parent a6fa2d3dd9
commit 7557cbac22
5 changed files with 11 additions and 11 deletions

View File

@ -128,9 +128,9 @@ typedef NRF_GPIO_Type *ioportid_t;
* @details Low level drivers can define multiple ports, it is suggested to * @details Low level drivers can define multiple ports, it is suggested to
* use this naming convention. * use this naming convention.
*/ */
#if NRF_SERIE == 51 #if NRF_SERIES == 51
#define IOPORT1 NRF_GPIO #define IOPORT1 NRF_GPIO
#elif NRF_SERIE == 52 #elif NRF_SERIES == 52
#define IOPORT1 NRF_P0 #define IOPORT1 NRF_P0
#endif #endif

View File

@ -26,9 +26,9 @@
#if (HAL_USE_SERIAL == TRUE) || defined(__DOXYGEN__) #if (HAL_USE_SERIAL == TRUE) || defined(__DOXYGEN__)
#if NRF_SERIE == 51 #if NRF_SERIES == 51
#include "nrf51.h" #include "nrf51.h"
#elif NRF_SERIE == 52 #elif NRF_SERIES == 52
#include "nrf52.h" #include "nrf52.h"
#define UART0_IRQn UARTE0_UART0_IRQn #define UART0_IRQn UARTE0_UART0_IRQn
#endif #endif

View File

@ -30,9 +30,9 @@
/*===========================================================================*/ /*===========================================================================*/
/** /**
* @name Chip serie * @name Chip series
*/ */
#define NRF_SERIE 51 #define NRF_SERIES 51
/** /**
* @name Platform identification * @name Platform identification

View File

@ -15,8 +15,8 @@
*/ */
/** /**
* @file NRF51/NRF51822/hal_lld.c * @file NRF5/NRF52832/hal_lld.c
* @brief NRF51822 HAL Driver subsystem low level driver source. * @brief NRF52832 HAL Driver subsystem low level driver source.
* *
* @addtogroup HAL * @addtogroup HAL
* @{ * @{

View File

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2015 Fabio Utzig Copyright (C) 2016 Stephane D'Alu
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@ -30,9 +30,9 @@
/*===========================================================================*/ /*===========================================================================*/
/** /**
* @name Chip serie * @name Chip series
*/ */
#define NRF_SERIE 52 #define NRF_SERIES 52
/** /**
* @name Platform identification * @name Platform identification