| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- /*!
- \file gd32f1x0_libopt.h
- \brief library optional for gd32f1x0
- */
- /*
- Copyright (C) 2017 GigaDevice
- 2014-12-26, V1.0.0, firmware for GD32F1x0(x=3,5)
- 2016-01-15, V2.0.0, firmware for GD32F1x0(x=3,5,7,9)
- 2016-04-30, V3.0.0, firmware update for GD32F1x0(x=3,5,7,9)
- 2017-06-19, V3.1.0, firmware update for GD32F1x0(x=3,5,7,9)
- */
- #ifndef GD32F1X0_LIBOPT_H
- #define GD32F1X0_LIBOPT_H
- /* Includes */
- /* Comment the line below to disable peripheral header file inclusion */
- #include "gd32f1x0_adc.h"
- #include "gd32f1x0_can.h"
- #include "gd32f1x0_cec.h"
- #include "gd32f1x0_crc.h"
- #include "gd32f1x0_cmp.h"
- #include "gd32f1x0_dac.h"
- #include "gd32f1x0_dbg.h"
- #include "gd32f1x0_dma.h"
- #include "gd32f1x0_exti.h"
- #include "gd32f1x0_fmc.h"
- #include "gd32f1x0_gpio.h"
- #include "gd32f1x0_syscfg.h"
- #include "gd32f1x0_i2c.h"
- #include "gd32f1x0_fwdgt.h"
- #include "gd32f1x0_pmu.h"
- #include "gd32f1x0_rcu.h"
- #include "gd32f1x0_rtc.h"
- #include "gd32f1x0_spi.h"
- #include "gd32f1x0_timer.h"
- #include "gd32f1x0_usart.h"
- #include "gd32f1x0_wwdgt.h"
- #include "gd32f1x0_misc.h"
- #include "gd32f1x0_tsi.h"
- #include "gd32f1x0_slcd.h"
- #include "gd32f1x0_opa.h"
- #include "gd32f1x0_ivref.h"
- #endif /* __GD32F1X0_LIBOPT_H */
- /******************* (C) COPYRIGHT 2019 GIGADEVICE *****END OF FILE****/
|