Ivan Grokhotkov
|
4baf399f10
spi_flash: don't call vTaskDelay in non-os context
|
5 년 전 |
Angus Gratton
|
438d513a95
Merge branch 'master' into feature/esp32s2beta_merge
|
6 년 전 |
Alex Lisitsyn
|
7ff9538c48
espcoredump: fix issue with spi_flash access
|
6 년 전 |
Angus Gratton
|
04ae56806c
Merge branch 'master' into feature/esp32s2beta_update
|
6 년 전 |
Angus Gratton
|
24d26fccde
Merge branch 'master' into feature/esp32s2beta_update
|
6 년 전 |
Anton Maklakov
|
afbaf74007
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
|
6 년 전 |
suda-morris
|
3f7a571c90
fix errors when ci testing for esp32
|
6 년 전 |
Michael (XIAO Xufeng)
|
1036a091fe
spi_flash: support working on differnt buses and frequency
|
7 년 전 |
Roland Dobai
|
22d070e0af
spi_flash: Rename long Kconfig options
|
6 년 전 |
suda-morris
|
84b2f9f14d
build and link hello-world for esp32s2beta
|
6 년 전 |
Alexey Gerenkov
|
78a7a152d1
esp32: Fixes freezing core dump process when flash write address checks are enabled
|
7 년 전 |
Mahavir Jain
|
b3aff63db4
app_update: fix intermittent failure with firmware updates
|
7 년 전 |
Ivan Grokhotkov
|
79e7f02286
spi_flash: allocate mmap pages array in internal memory
|
7 년 전 |
Tian Zhong Xing
|
fa68774344
spi_flash:
|
7 년 전 |
Tian Zhong Xing
|
7555031553
add api get valid mmu table pages number
|
7 년 전 |
Angus Gratton
|
b52b4ea2cc
spi_flash: Update docs
|
8 년 전 |
Angus Gratton
|
7a924bd85a
spi_flash: Expose an accessor the current SPI flash guard functions
|
8 년 전 |
Angus Gratton
|
e72e5a9706
spi_flash: Make spi_flash op_lock/op_unlock recursive
|
8 년 전 |
Jeroen Domburg
|
113bb30218
This commit adds spi_flash_mmap_pages(), a function to map a set of unordered 64K pages in flash into a contiguous region in memory space.
|
8 년 전 |
Angus Gratton
|
3442d4d463
spi_flash: Add spi_flash_cache_enabled() test function
|
9 년 전 |
Angus Gratton
|
093dd98101
spi_flash: Add new phys2cache & cache2phys functions to query flash cache mappings
|
9 년 전 |
Alexey Gerenkov
|
04acc88023
esp32: Fixes watchdog problem when printing core dump to uart
|
9 년 전 |
Angus Gratton
|
d4462664b7
spi_flash: Move FLASH_PAGE_SIZE constant into esp_spi_flash.h
|
9 년 전 |
Angus Gratton
|
14aa1d1b3e
docs: spi_flash: Add flash encryption ops, remove boilerplate
|
9 년 전 |
Angus Gratton
|
adc590ff69
spi_flash_write_encrypted: Allow 16-byte aligned block writes
|
9 년 전 |
Angus Gratton
|
95c150fe2c
spiflash: Add spi_flash_read_encrypted() function
|
9 년 전 |
Alexey Gerenkov
|
50b3ce616f
esp32: Adds documentation and comments to core dump feature files
|
9 년 전 |
Alexey Gerenkov
|
39ddc7b836
esp32: Fixes several issues in core dump feature
|
9 년 전 |
Alexey Gerenkov
|
4a3e160888
esp32: Add core dump saving to flash feature
|
9 년 전 |
Angus Gratton
|
ab5915ff8b
spi_flash: Standardise argument types & names used for flash offsets
|
9 년 전 |