1
0
mirror of https://github.com/livingcomputermuseum/UniBone.git synced 2026-04-02 20:17:07 +00:00

increased max DMA chunk size from 512 to 4K (test, and RAM was free)

This commit is contained in:
Joerg Hoppe
2019-09-19 12:56:52 +02:00
parent e46b26b497
commit 5812d82651

View File

@@ -79,7 +79,7 @@
#define CPU_PRIORITY_LEVEL_FETCHING 0xff
// data for a requested DMA operation
#define PRU_MAX_DMA_WORDCOUNT 512
#define PRU_MAX_DMA_WORDCOUNT (8*512)
#include "ddrmem.h"