feat(spi_flash): add support gpspi ext_flash

This commit is contained in:
wanckl
2025-03-18 17:15:42 +08:00
parent ccd99874a7
commit 8994f8fe70
15 changed files with 476 additions and 74 deletions

View File

@@ -6,12 +6,10 @@
/*******************************************************************************
* NOTICE
* The Lowlevel layer for SPI Flash
* The ll is not public api, don't use in application code.
* See readme.md in hal/include/hal/readme.md
******************************************************************************/
// The Lowlevel layer for SPI Flash
#pragma once
#include <stdlib.h>