mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-26 11:21:41 +08:00
feat(spi_flash): Add feature to support flash address and memory address no align writing
This commit is contained in:
@ -30,6 +30,8 @@ extern "C" {
|
||||
|
||||
#define SPI_FLASH_SEC_SIZE 4096 /**< SPI Flash sector size */
|
||||
|
||||
#define SPI_READ_BUF_MAX 64
|
||||
|
||||
#ifdef CONFIG_ENABLE_FLASH_MMAP
|
||||
/**
|
||||
* @brief Enumeration which specifies memory space requested in an mmap call
|
||||
|
Reference in New Issue
Block a user