Merge pull request #114 from cr1901/stm32h7

STM32H7 Support
This commit is contained in:
hathach
2019-09-05 15:29:13 +07:00
committed by GitHub
10 changed files with 4392 additions and 1 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
/*
/*
* The MIT License (MIT)
*
* Copyright (c) 2019 Ha Thach (tinyusb.org)
@@ -52,6 +52,7 @@
#define OPT_MCU_STM32F4 300 ///< ST STM32F4
#define OPT_MCU_STM32F3 301 ///< ST STM32F3
#define OPT_MCU_STM32H7 302 ///< ST STM32H7
/** @} */