Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers sdk_common.h Source File

sdk_common.h

00001 /* Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved.
00002  *
00003  * The information contained herein is property of Nordic Semiconductor ASA.
00004  * Terms and conditions of usage are described in detail in NORDIC
00005  * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
00006  *
00007  * Licensees are granted free, non-transferable use of the information. NO
00008  * WARRANTY of ANY KIND is provided. This heading must NOT be removed from
00009  * the file.
00010  *
00011  */
00012 
00013 /** @cond */
00014 /**@file
00015  *
00016  * @ingroup experimental_api
00017  * @defgroup sdk_common SDK Common Header
00018  * @breif All common headers needed for SDK examples will be included here so that application
00019  *       developer does not have to include headers on him/herself.
00020  * @{
00021  */
00022 
00023 #ifndef SDK_COMMON_H__
00024 #define SDK_COMMON_H__
00025 
00026 #include <stdint.h>
00027 #include <stdbool.h>
00028 #include <string.h>
00029 #include "nordic_common.h"
00030 #include "compiler_abstraction.h"
00031 #include "sdk_os.h"
00032 #include "sdk_errors.h "
00033 #include "app_util.h "
00034 
00035 /** @} */
00036 /** @endcond */
00037 #endif // SDK_COMMON_H__
00038