b luo / mbed-dev

Fork of mbed-dev by mbed official

Committer:
mbed_official
Date:
Fri Jan 15 07:45:16 2016 +0000
Revision:
50:a417edff4437
Parent:
0:9b334a45a8ff
Child:
144:ef7eb2e8f9f7
Synchronized with git revision 6010f32619bfcbb01cc73747d4ff9040863482d9

Full URL: https://github.com/mbedmicro/mbed/commit/6010f32619bfcbb01cc73747d4ff9040863482d9/

Remove doubling of buffer size in realiseEndpoint()

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 0:9b334a45a8ff 1 /***************************************************************************//**
bogdanm 0:9b334a45a8ff 2 * @file em_version.h
bogdanm 0:9b334a45a8ff 3 * @brief Assign correct part number for include file
mbed_official 50:a417edff4437 4 * @version 4.2.1
bogdanm 0:9b334a45a8ff 5 *******************************************************************************
bogdanm 0:9b334a45a8ff 6 * @section License
mbed_official 50:a417edff4437 7 * <b>(C) Copyright 2015 Silicon Labs, http://www.silabs.com</b>
bogdanm 0:9b334a45a8ff 8 *******************************************************************************
bogdanm 0:9b334a45a8ff 9 *
bogdanm 0:9b334a45a8ff 10 * Permission is granted to anyone to use this software for any purpose,
bogdanm 0:9b334a45a8ff 11 * including commercial applications, and to alter it and redistribute it
bogdanm 0:9b334a45a8ff 12 * freely, subject to the following restrictions:
bogdanm 0:9b334a45a8ff 13 *
bogdanm 0:9b334a45a8ff 14 * 1. The origin of this software must not be misrepresented; you must not
bogdanm 0:9b334a45a8ff 15 * claim that you wrote the original software.
bogdanm 0:9b334a45a8ff 16 * 2. Altered source versions must be plainly marked as such, and must not be
bogdanm 0:9b334a45a8ff 17 * misrepresented as being the original software.
bogdanm 0:9b334a45a8ff 18 * 3. This notice may not be removed or altered from any source distribution.
bogdanm 0:9b334a45a8ff 19 *
bogdanm 0:9b334a45a8ff 20 * DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Labs has no
bogdanm 0:9b334a45a8ff 21 * obligation to support this Software. Silicon Labs is providing the
bogdanm 0:9b334a45a8ff 22 * Software "AS IS", with no express or implied warranties of any kind,
bogdanm 0:9b334a45a8ff 23 * including, but not limited to, any implied warranties of merchantability
bogdanm 0:9b334a45a8ff 24 * or fitness for any particular purpose or warranties against infringement
bogdanm 0:9b334a45a8ff 25 * of any proprietary rights of a third party.
bogdanm 0:9b334a45a8ff 26 *
bogdanm 0:9b334a45a8ff 27 * Silicon Labs will not be liable for any consequential, incidental, or
bogdanm 0:9b334a45a8ff 28 * special damages, or any other relief, or for any claim by any third party,
bogdanm 0:9b334a45a8ff 29 * arising from your use of this Software.
bogdanm 0:9b334a45a8ff 30 *
bogdanm 0:9b334a45a8ff 31 ******************************************************************************/
bogdanm 0:9b334a45a8ff 32
mbed_official 50:a417edff4437 33 #ifndef __SILICON_LABS_EM_VERSION_H__
mbed_official 50:a417edff4437 34 #define __SILICON_LABS_EM_VERSION_H__
bogdanm 0:9b334a45a8ff 35
bogdanm 0:9b334a45a8ff 36 #include "em_device.h"
bogdanm 0:9b334a45a8ff 37
bogdanm 0:9b334a45a8ff 38 #ifdef __cplusplus
bogdanm 0:9b334a45a8ff 39 extern "C" {
bogdanm 0:9b334a45a8ff 40 #endif
bogdanm 0:9b334a45a8ff 41
bogdanm 0:9b334a45a8ff 42 /***************************************************************************//**
bogdanm 0:9b334a45a8ff 43 * @addtogroup EM_Library
bogdanm 0:9b334a45a8ff 44 * @{
bogdanm 0:9b334a45a8ff 45 ******************************************************************************/
bogdanm 0:9b334a45a8ff 46
bogdanm 0:9b334a45a8ff 47 /***************************************************************************//**
mbed_official 50:a417edff4437 48 * @addtogroup VERSION
bogdanm 0:9b334a45a8ff 49 * @{
bogdanm 0:9b334a45a8ff 50 ******************************************************************************/
bogdanm 0:9b334a45a8ff 51
mbed_official 50:a417edff4437 52 /** Version number of emlib peripheral API. */
mbed_official 50:a417edff4437 53 #define _EMLIB_VERSION 4.2.1
mbed_official 50:a417edff4437 54
mbed_official 50:a417edff4437 55 /** Major version of emlib. Bumped when incompatible API changes introduced. */
mbed_official 50:a417edff4437 56 #define _EMLIB_VERSION_MAJOR 4
mbed_official 50:a417edff4437 57
mbed_official 50:a417edff4437 58 /** Minor version of emlib. Bumped when functionality is added in a backwards-
mbed_official 50:a417edff4437 59 compatible manner. */
mbed_official 50:a417edff4437 60 #define _EMLIB_VERSION_MINOR 2
mbed_official 50:a417edff4437 61
mbed_official 50:a417edff4437 62 /** Patch revision of emlib. Bumped when adding backwards-compatible bug
mbed_official 50:a417edff4437 63 fixes.*/
mbed_official 50:a417edff4437 64 #define _EMLIB_VERSION_PATCH 1
mbed_official 50:a417edff4437 65
mbed_official 50:a417edff4437 66
mbed_official 50:a417edff4437 67 /** Version number of targeted CMSIS package. */
mbed_official 50:a417edff4437 68 #define _CMSIS_VERSION 4.2.0
mbed_official 50:a417edff4437 69
mbed_official 50:a417edff4437 70 /** Major version of CMSIS. */
mbed_official 50:a417edff4437 71 #define _CMSIS_VERSION_MAJOR 4
mbed_official 50:a417edff4437 72
mbed_official 50:a417edff4437 73 /** Minor version of CMSIS. */
mbed_official 50:a417edff4437 74 #define _CMSIS_VERSION_MINOR 2
mbed_official 50:a417edff4437 75
mbed_official 50:a417edff4437 76 /** Patch revision of CMSIS. */
mbed_official 50:a417edff4437 77 #define _CMSIS_VERSION_PATCH 0
bogdanm 0:9b334a45a8ff 78
bogdanm 0:9b334a45a8ff 79 /** @} (end addtogroup Version) */
bogdanm 0:9b334a45a8ff 80 /** @} (end addtogroup EM_Library) */
bogdanm 0:9b334a45a8ff 81
bogdanm 0:9b334a45a8ff 82 #ifdef __cplusplus
bogdanm 0:9b334a45a8ff 83 }
bogdanm 0:9b334a45a8ff 84 #endif
bogdanm 0:9b334a45a8ff 85
mbed_official 50:a417edff4437 86 #endif /* __SILICON_LABS_EM_VERSION_H__ */