chenjianqiang
|
c945cb59d8
feat(psram): support 16Mbit PSRAM for esp32
|
5 anni fa |
chenjianqiang
|
6a253e8809
bugfix(psram): configure MMU after PSRAM initialization
|
5 anni fa |
Angus Gratton
|
04ae56806c
Merge branch 'master' into feature/esp32s2beta_update
|
6 anni fa |
Anton Maklakov
|
afbaf74007
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
|
6 anni fa |
Angus Gratton
|
ddbd09eb15
esp32/esp32s2beta: Extract common SPIRAM options into esp_commmon component
|
6 anni fa |
Roland Dobai
|
0ae53691ba
Rename Kconfig options (components/esp32)
|
6 anni fa |
morris
|
c159984264
separate rom from esp32 component to esp_rom
|
6 anni fa |
morris
|
956c25dedd
move esp32 chip specific includes to esp32/xxx.h
|
6 anni fa |
Wang Jia Lin
|
a62cbfec9a
Merge branch 'bugfix/fix_psram_eid' into 'master'
|
7 anni fa |
Angus Gratton
|
e1a1c7f17c
psram: Use 8-bit type for _ext_ram_bss_start/_ext_ram_bss_end
|
7 anni fa |
chenjianqiang
|
a0beff99d2
bugfix(psram): fix psram size acquisition method
|
7 anni fa |
morris
|
b6d7675e60
ethernet: fix some bugs in phy&mac driver
|
7 anni fa |
Jeroen Domburg
|
81e35a142a
Spiram: Add option to reserve MMU banks; add himem API to make use of those banks
|
7 anni fa |
Angus Gratton
|
31cf117404
Merge branch 'feature/bss_seg_in_external_memory' into 'master'
|
7 anni fa |
chenjianqiang
|
a10b7e892c
bugfix(psram): fix psram driver
|
7 anni fa |
TianZhongXing
|
974112378b
feature: allow .bss segment in external memory
|
7 anni fa |
Angus Gratton
|
c4ed9d15f7
heap: Drop priority of DMA reserved memory pool
|
7 anni fa |
Angus Gratton
|
4f227a4ce3
Merge branch 'bugfix/spiram_malloc_reserve_internal_fragments' into 'master'
|
7 anni fa |
Angus Gratton
|
304e9085eb
esp32: Allow SPIRAM_MALLOC_RESERVE_INTERNAL to span multiple regions of memory
|
7 anni fa |
Wangjialin
|
6e9c59bfc3
feature(psram): add support for 64MBit psram of 1.8v and 3.3v.
|
7 anni fa |
Jeroen Domburg
|
dc864c4108
Add option to continue running (with less ram) if psram is enabled but not detected
|
8 anni fa |
Ivan Grokhotkov
|
90bbcbcdc0
unit tests: fix warnings, build with -Werror
|
8 anni fa |
Ivan Grokhotkov
|
1da3204a7c
spiram: expose function to initialize SPI RAM cache
|
8 anni fa |
Jeroen Domburg
|
740f8a79f0
Add logic to make external RAM usable with malloc()
|
8 anni fa |
Jeroen Domburg
|
875ae6a134
Add option to allocate external RAM using heap_alloc_caps
|
8 anni fa |
Jeroen Domburg
|
34372a091c
Add initial SPI RAM support. This adds support for an ESP-PSRAM32 chip connected to the default flash pins and GPIO 16 and 17. The RAM is mapped to address 0x3F800000, but otherwise ignored by esp-idf as of yet.
|
8 anni fa |