add dma_timer related methods (#604)

This commit is contained in:
Graham Sanderson
2021-10-12 09:04:59 -05:00
committed by GitHub
parent 9f1c37318b
commit e76d5a9008
3 changed files with 90 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#define NUM_CORES _u(2)
#define NUM_DMA_CHANNELS _u(12)
#define NUM_DMA_TIMERS _u(4)
#define NUM_IRQS _u(32)
#define NUM_PIOS _u(2)
#define NUM_PIO_STATE_MACHINES _u(4)