696b130afe
2.adapt to the new power management interface. 3.rename es32f0654 folder to essemi_es32f0654 folder. 4.add can driver.
17 lines
317 B
C
17 lines
317 B
C
/*
|
|
* Copyright (C) 2018 Shanghai Eastsoft Microelectronics Co., Ltd.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Change Logs:
|
|
* Date Author Notes
|
|
* 2019-02-15 wangyq the first version
|
|
*/
|
|
|
|
#ifndef DRV_NOR_FLASH_H__
|
|
#define DRV_NOR_FLASH_H__
|
|
|
|
int rt_hw_spi_flash_init(void);
|
|
|
|
#endif
|