Add MM32 SDK and USB driver
Signed-off-by: zhangslice <1304224508@qq.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user