This commit is contained in:
刘可亮
2024-07-08 13:50:27 +08:00
parent 830dfbec84
commit 3c3d3d953e
8 changed files with 145 additions and 30 deletions

View File

@@ -42,6 +42,12 @@
#define SFUD_USING_QSPI
#ifdef AIC_SPINOR_SFUD_WP_DEBUG
#define SFUD_WP_INFO(fmt, ...) printf(fmt"\n", ##__VA_ARGS__)
#else
#define SFUD_WP_INFO(...) do {} while (0)
#endif
/**
* Using probe flash JEDEC ID then query defined supported flash chip information table. @see SFUD_FLASH_CHIP_TABLE
*/