stm32h7: Add empty template cdc_msc_hid example for STM32H743 Nucleo board that compiles.

This commit is contained in:
William D. Jones
2019-08-24 12:40:18 -04:00
parent b8d15a566a
commit 0fb9ab9a09
10 changed files with 3718 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
/*
/*
* The MIT License (MIT)
*
* Copyright (c) 2019 Ha Thach (tinyusb.org)
@@ -50,6 +50,7 @@
#define OPT_MCU_STM32F4 300 ///< ST STM32F4
#define OPT_MCU_STM32F3 301 ///< ST STM32F3
#define OPT_MCU_STM32H7 302 ///< ST STM32H7
/** @} */