This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
5e5343d429
esp-idf
/
components
/
esp_psram
/
test_apps
/
psram
/
sdkconfig.defaults
4 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
esp_psram: new psram component
2022-05-10 22:32:56 -04:00
CONFIG_FREERTOS_HZ=1000
TWDT: Use the new TWDT Kconfig options in the examples and tests
2022-09-27 02:41:12 -04:00
CONFIG_ESP_TASK_WDT_EN=n
mmu: driver framework, for vaddr maintenance This commit gives basic mmu driver framework. Now it is able to maintain mmu virtual address usage on esp32, esp32s2 and esp32s3. Usage to external virtual address should rely on mmu functions to know which address range is available, instead of hardcoded. This commit also improves psram memory that is added to the heap allocator. Now it's added to the heap, according to the memory alignment. Closes https://github.com/espressif/esp-idf/issues/8295
2022-08-18 02:00:46 -04:00
CONFIG_SPIRAM=y
Reference in New Issue
Copy Permalink