-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
hi jeroen,
with the vanilla esp-idf ( master ) with psram support now
we have in menuconfig new possibles for "psram" config:
with the psram-malloc branch i get this output and it is ok and esp32-doom runs well on this hardware:

on same hardware and with the actually vanilla esp-idf with psram support
espressif/esp-idf@d78ba78
https://github.com/espressif/esp32-doom/blob/master/components/prboom-esp32-compat/spi_lcd.c#L306
//We're going to do a fair few transfers in parallel. Set them all up.
for (x=0; x<NO_SIM_TRANS; x++) {
dmamem[x]=pvPortMallocCaps(MEM_PER_TRANS*2, MALLOC_CAP_DMA);
assert(dmamem[x]);
memset(&trans[x], 0, sizeof(spi_transaction_t));
trans[x].length=MEM_PER_TRANS*2;
trans[x].user=(void*)1;
trans[x].tx_buffer=&dmamem[x];
}
xSemaphoreGive(dispDoneSem);
i have try all three options in menuconfig but it finish not to start.

did we need a special change in code?
txs
best wishes
rudi ;-)
Metadata
Metadata
Assignees
Labels
No labels



