Add MM32 SDK and USB driver

Signed-off-by: zhangslice <1304224508@qq.com>
This commit is contained in:
zhangslice
2021-06-02 09:46:48 +08:00
committed by hathach
parent 2b5bad7362
commit 3ba72b53d8
133 changed files with 96566 additions and 0 deletions
@@ -0,0 +1,23 @@
///-----------------------------------------------------------------------------
/// @file mm32_device.h
/// @brief CMSIS Cortex-M Peripheral Access Layer for MindMotion
/// microcontroller devices
///
/// This is a convenience header file for defining the part number on the
/// build command line, instead of specifying the part specific header file.
///
/// Example: Add MM32 series to your build options, to define part
/// Add "#include "mm32_device.h" to your source files
///
///
///
///
///-----------------------------------------------------------------------------
#ifndef __MM32_DEVICE_H
#define __MM32_DEVICE_H
#include "mm32_reg.h"
#endif // __MM32_DEVICE_H