gd32f1x0_libopt.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /*!
  2. \file gd32f1x0_libopt.h
  3. \brief library optional for gd32f1x0
  4. */
  5. /*
  6. Copyright (C) 2017 GigaDevice
  7. 2014-12-26, V1.0.0, firmware for GD32F1x0(x=3,5)
  8. 2016-01-15, V2.0.0, firmware for GD32F1x0(x=3,5,7,9)
  9. 2016-04-30, V3.0.0, firmware update for GD32F1x0(x=3,5,7,9)
  10. 2017-06-19, V3.1.0, firmware update for GD32F1x0(x=3,5,7,9)
  11. */
  12. #ifndef GD32F1X0_LIBOPT_H
  13. #define GD32F1X0_LIBOPT_H
  14. /* Includes */
  15. /* Comment the line below to disable peripheral header file inclusion */
  16. #include "gd32f1x0_adc.h"
  17. #include "gd32f1x0_can.h"
  18. #include "gd32f1x0_cec.h"
  19. #include "gd32f1x0_crc.h"
  20. #include "gd32f1x0_cmp.h"
  21. #include "gd32f1x0_dac.h"
  22. #include "gd32f1x0_dbg.h"
  23. #include "gd32f1x0_dma.h"
  24. #include "gd32f1x0_exti.h"
  25. #include "gd32f1x0_fmc.h"
  26. #include "gd32f1x0_gpio.h"
  27. #include "gd32f1x0_syscfg.h"
  28. #include "gd32f1x0_i2c.h"
  29. #include "gd32f1x0_fwdgt.h"
  30. #include "gd32f1x0_pmu.h"
  31. #include "gd32f1x0_rcu.h"
  32. #include "gd32f1x0_rtc.h"
  33. #include "gd32f1x0_spi.h"
  34. #include "gd32f1x0_timer.h"
  35. #include "gd32f1x0_usart.h"
  36. #include "gd32f1x0_wwdgt.h"
  37. #include "gd32f1x0_misc.h"
  38. #include "gd32f1x0_tsi.h"
  39. #include "gd32f1x0_slcd.h"
  40. #include "gd32f1x0_opa.h"
  41. #include "gd32f1x0_ivref.h"
  42. #endif /* __GD32F1X0_LIBOPT_H */
  43. /******************* (C) COPYRIGHT 2019 GIGADEVICE *****END OF FILE****/