Cao Sen Miao
|
e226a65a1f
spi_flash: add support for 32Mbit address GD flash, for GD25Q256
|
4 лет назад |
Cao Sen Miao
|
4906779d50
spi_flash: make suspend off by default and add more information for using suspend
|
4 лет назад |
Cao Sen Miao
|
9905da46e0
spi_flash: Add auto suspend mode on esp32c3
|
5 лет назад |
KonstantinKondrashov
|
60e58eaddb
spi_flash: Add auto-suspend mode for ESP32-S2
|
5 лет назад |
Angus Gratton
|
d4c9a45675
spi_flash: Add ESP32-C3 support
|
5 лет назад |
Michael (XIAO Xufeng)
|
8ae09194ac
esp_flash: refactor to support various type of yield
|
5 лет назад |
Michael (XIAO Xufeng)
|
3bacf35310
esp_flash: support high capacity flash chips (32-bit address)
|
5 лет назад |
Renz Bagaporo
|
b3a7c6e27e
components: remove some unneeded headers from source files
|
5 лет назад |
Michael (XIAO Xufeng)
|
233b4720b4
esp_flash: fix write issue using buffer on stack out of lifetime
|
5 лет назад |
Ivan Grokhotkov
|
75a874d4fd
spi_flash: make {get,release}_temp_buffer OS functions optional
|
5 лет назад |
Michael (XIAO Xufeng)
|
c796bd5e63
esp_flash: refactor to make host driver function a const table
|
5 лет назад |
Michael (XIAO Xufeng)
|
a9c8895bb2
esp_flash: refactor to be compatible with the latest ROM
|
5 лет назад |
Michael (XIAO Xufeng)
|
479269a52b
Merge branch 'feature/configure_flash_write_chunk_size' into 'master'
|
5 лет назад |
Mahavir Jain
|
05da91f0db
spi_flash: add configuration option to select flash write chunk size
|
5 лет назад |
Ivan Grokhotkov
|
03bb2774d9
spi_flash: don't call vTaskDelay in non-os context
|
5 лет назад |
KonstantinKondrashov
|
bc50bd2806
spi_flash(new driver): Add a Kconfig option - Bypass a block erase and always do sector erase
|
5 лет назад |
KonstantinKondrashov
|
ae89f98d59
spi_flash(new driver): Add vTaskDelay while a long erasing
|
5 лет назад |
michael
|
fdf983e0c4
spi: fix config break and reduce overhead of the bus lock on SPI1
|
5 лет назад |
Angus Gratton
|
95f7b1985b
spi_flash: Remove 16KB free internal heap limit for esp_flash_read() into PSRAM
|
6 лет назад |
Angus Gratton
|
fb340940d3
spi_flash: Fix over-allocation and OOM crash when reading from SPI flash to PSRAM buffers
|
6 лет назад |
Michael (XIAO Xufeng)
|
eb104aa16f
esp_flash: fix the quad issue for some GD flash chips
|
6 лет назад |
Michael (XIAO Xufeng)
|
571864e8ae
esp_flash: fix set qe bit and write command issues
|
6 лет назад |
michael
|
70d771eb2d
esp_flash: put adapter to legacy functions into IRAM to be back-compatible
|
6 лет назад |
Michael (XIAO Xufeng)
|
511820820e
esp_flash: fix the coredump issue
|
6 лет назад |
Michael (XIAO Xufeng)
|
6139864a4c
esp_flash: fix coredump for legacy spi flash API
|
6 лет назад |
Michael (XIAO Xufeng)
|
d008c47dac
esp_flash: add support for encrypted read and write
|
6 лет назад |
Ivan Grokhotkov
|
12c9d9a564
spi_flash: remove duplicate definition of spi_flash_unlock
|
6 лет назад |
Michael (XIAO Xufeng)
|
e5704ab1a8
esp_flash: fix the set/get write protection functions
|
6 лет назад |
Anton Maklakov
|
afbaf74007
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
|
6 лет назад |
Ivan Grokhotkov
|
ec427a5b43
spi_flash: support for partitions in external flash
|
6 лет назад |