From 84b13523bc9d0597a9f0eead9c5bfb1863916e82 Mon Sep 17 00:00:00 2001 From: ot0tot <36753790+ot0tot@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:40:24 -0400 Subject: [PATCH] Update MATEKH743 timer pin map Remove undefined pins from pin map and correct DMA requests. --- configs/MATEKH743/config.h | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/configs/MATEKH743/config.h b/configs/MATEKH743/config.h index f51274a6..fa50e708 100644 --- a/configs/MATEKH743/config.h +++ b/configs/MATEKH743/config.h @@ -115,23 +115,18 @@ #define TIMER_PIN_MAPPING \ TIMER_PIN_MAP( 0, PB0 , 2, 0) \ - TIMER_PIN_MAP( 1, PB1 , 2, 1) \ - TIMER_PIN_MAP( 2, PA0 , 2, 2) \ - TIMER_PIN_MAP( 3, PA1 , 2, 3) \ - TIMER_PIN_MAP( 4, PA2 , 2, 4) \ - TIMER_PIN_MAP( 5, PA3 , 2, 5) \ - TIMER_PIN_MAP( 6, PD12, 1, 6) \ - TIMER_PIN_MAP( 7, PD13, 1, 7) \ - TIMER_PIN_MAP( 8, PD14, 1, 12) \ - TIMER_PIN_MAP( 9, PD15, 1, -1) \ - TIMER_PIN_MAP(10, PE5 , 1, 0) \ - TIMER_PIN_MAP(11, PE6 , 1, -1) \ - TIMER_PIN_MAP(12, PA8 , 1, 14) \ - TIMER_PIN_MAP(13, PA15, 1, 0) \ - TIMER_PIN_MAP(14, PC7 , 2, 0) \ - TIMER_PIN_MAP(15, PC6 , 2, 0) \ - TIMER_PIN_MAP(16, PB8 , 1, 0) \ - TIMER_PIN_MAP(17, PB9 , 1, 0) + TIMER_PIN_MAP( 1, PB1 , 2, 0) \ + TIMER_PIN_MAP( 2, PA0 , 2, 0) \ + TIMER_PIN_MAP( 3, PA1 , 2, 0) \ + TIMER_PIN_MAP( 4, PA2 , 2, 0) \ + TIMER_PIN_MAP( 5, PA3 , 2, 0) \ + TIMER_PIN_MAP( 6, PD12, 1, 0) \ + TIMER_PIN_MAP( 7, PD13, 1, 0) \ + TIMER_PIN_MAP( 8, PE5 , 1, -1) \ + TIMER_PIN_MAP( 9, PE6 , 1, -1) \ + TIMER_PIN_MAP(10, PA8 , 1, 0) \ + TIMER_PIN_MAP(11, PA15, 1, -1) \ + TIMER_PIN_MAP(12, PC7 , 2, -1)