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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user