4c63055289
we no longer use hbird_eval to stand for board using by nuclei fpga development boards, we are now using nuclei_fpga_eval to stand for it. nowadays the fpga bitstream cpu freq is 16MHz, and uart tx/rx both works at 115200bps, so we change the baudrate to 115200bps Signed-off-by: Huaqi Fang <578567190@qq.com>
22 lines
390 B
C
22 lines
390 B
C
/*
|
|
* Copyright (c) 2006-2020, RT-Thread Development Team
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Change Logs:
|
|
* Date Author Notes
|
|
* 2020-04-02 Huaqi Fang first version
|
|
*
|
|
*/
|
|
|
|
#ifndef __BOARD__
|
|
#define __BOARD__
|
|
|
|
#include "nuclei_sdk_hal.h"
|
|
|
|
void rt_hw_board_init(void);
|
|
|
|
#endif /* __BOARD__ */
|
|
|
|
/******************** end of file *******************/
|