-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bsp][mm32f526x] 1.support uart device and pin device and adc device;
- Loading branch information
Showing
37 changed files
with
1,173 additions
and
2,745 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
bsp/mm32f526x/Libraries/MM32F526x/HAL_Lib/Inc/hal_common.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/* | ||
* Copyright 2021 MindMotion Microelectronics Co., Ltd. | ||
* All rights reserved. | ||
* | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
#ifndef __HAL_COMMON_H__ | ||
#define __HAL_COMMON_H__ | ||
|
||
#include <stdint.h> | ||
#include <stdbool.h> | ||
#include <string.h> | ||
|
||
#include "hal_conf.h" | ||
|
||
#endif /* __HAL_COMMON_H__ */ | ||
|
41 changes: 0 additions & 41 deletions
41
bsp/mm32f526x/Libraries/MM32F526x/HAL_Lib/Inc/hal_device.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.