mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-23 21:29:17 +00:00
[sync] sync code from internal
This commit is contained in:
parent
e70e482d21
commit
dd161b698b
302 changed files with 36006 additions and 27903 deletions
|
@ -65,6 +65,15 @@ extern "C" {
|
|||
*/
|
||||
int bflb_flash_init(void);
|
||||
|
||||
#if defined(BL616) || defined(BL606P) || defined(BL808)
|
||||
/**
|
||||
* @brief flash_set_cmds
|
||||
*
|
||||
* @return None
|
||||
*/
|
||||
void bflb_flash_set_cmds(spi_flash_cfg_type *p_flash_cfg);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Get flash jedec id.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue