|
| 1 | +/*! |
| 2 | + \file gd32f10x_libopt.h |
| 3 | + \brief library optional for gd32f10x |
| 4 | +
|
| 5 | + \version 2014-12-26, V1.0.0, firmware for GD32F10x |
| 6 | + \version 2017-06-20, V2.0.0, firmware for GD32F10x |
| 7 | + \version 2018-07-31, V2.1.0, firmware for GD32F10x |
| 8 | +*/ |
| 9 | + |
| 10 | +/* |
| 11 | + Copyright (c) 2018, GigaDevice Semiconductor Inc. |
| 12 | +
|
| 13 | + All rights reserved. |
| 14 | +
|
| 15 | + Redistribution and use in source and binary forms, with or without modification, |
| 16 | +are permitted provided that the following conditions are met: |
| 17 | +
|
| 18 | + 1. Redistributions of source code must retain the above copyright notice, this |
| 19 | + list of conditions and the following disclaimer. |
| 20 | + 2. Redistributions in binary form must reproduce the above copyright notice, |
| 21 | + this list of conditions and the following disclaimer in the documentation |
| 22 | + and/or other materials provided with the distribution. |
| 23 | + 3. Neither the name of the copyright holder nor the names of its contributors |
| 24 | + may be used to endorse or promote products derived from this software without |
| 25 | + specific prior written permission. |
| 26 | +
|
| 27 | + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 28 | +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 29 | +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 30 | +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, |
| 31 | +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 32 | +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 33 | +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 34 | +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 35 | +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY |
| 36 | +OF SUCH DAMAGE. |
| 37 | +*/ |
| 38 | + |
| 39 | +#ifndef GD32F10X_LIBOPT_H |
| 40 | +#define GD32F10X_LIBOPT_H |
| 41 | + |
| 42 | +#include "gd32f10x_adc.h" |
| 43 | +#include "gd32f10x_bkp.h" |
| 44 | +#include "gd32f10x_can.h" |
| 45 | +#include "gd32f10x_crc.h" |
| 46 | +#include "gd32f10x_dac.h" |
| 47 | +#include "gd32f10x_dma.h" |
| 48 | +#include "gd32f10x_enet.h" |
| 49 | +#include "gd32f10x_exmc.h" |
| 50 | +#include "gd32f10x_exti.h" |
| 51 | +#include "gd32f10x_fmc.h" |
| 52 | +#include "gd32f10x_gpio.h" |
| 53 | +#include "gd32f10x_i2c.h" |
| 54 | +#include "gd32f10x_fwdgt.h" |
| 55 | +#include "gd32f10x_dbg.h" |
| 56 | +#include "gd32f10x_misc.h" |
| 57 | +#include "gd32f10x_pmu.h" |
| 58 | +#include "gd32f10x_rcu.h" |
| 59 | +#include "gd32f10x_rtc.h" |
| 60 | +#include "gd32f10x_sdio.h" |
| 61 | +#include "gd32f10x_spi.h" |
| 62 | +#include "gd32f10x_timer.h" |
| 63 | +#include "gd32f10x_usart.h" |
| 64 | +#include "gd32f10x_wwdgt.h" |
| 65 | + |
| 66 | +#endif /* GD32F10X_LIBOPT_H */ |
0 commit comments