A27系列优化I2C/RTC处理,新增版本A270Y

This commit is contained in:
2025-06-07 10:24:51 +08:00
parent 413dd88f3b
commit 73e1c7dafa
372 changed files with 60642 additions and 60661 deletions

View File

@ -0,0 +1,14 @@
#ifndef BOOT_MODE_SEL_H__
#define BOOT_MODE_SEL_H__
void bootFromSPI(void);
void bootFromNand(void);
void bootFromUsbHost();
void bootFromUsbDevice(int highspeed);
void bootFromUart(void);
void bootFromSD(int chipid, int bcheckfile);
void bootFromEMMC(int chipid);
void bootFromSpinand(void);
#endif