You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
258 B
15 lines
258 B
10 months ago
|
/*
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*
|
||
|
* Change Logs:
|
||
|
* Date Author Notes
|
||
|
* 2020-09-01 DongBowen first version
|
||
|
*/
|
||
|
#include <rtdevice.h>
|
||
|
#include "board_config.h"
|
||
|
|
||
|
/**
|
||
|
* The below functions will initialize HC32 board.
|
||
|
*/
|