Skip to content

Commit

Permalink
Remove PA0, PA2, PA3 timers/dma assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Jul 28, 2024
1 parent 2e4e758 commit 4658e97
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions configs/FREEAXISF4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,13 @@
#define USB_DETECT_PIN PC15

#define TIMER_PIN_MAPPING \
TIMER_PIN_MAP( 0, PA3 , 3, -1) \
TIMER_PIN_MAP( 1, PB4 , 1, 0) \
TIMER_PIN_MAP( 2, PB5 , 1, 0) \
TIMER_PIN_MAP( 3, PB6 , 1, 0) \
TIMER_PIN_MAP( 4, PB7 , 1, 0) \
TIMER_PIN_MAP( 5, PB3 , 1, 0) \
TIMER_PIN_MAP( 6, PB10, 1, 0) \
TIMER_PIN_MAP( 7, PA0 , 2, 0) \
TIMER_PIN_MAP( 8, PA2 , 2, 0) \
TIMER_PIN_MAP( 9, PA8 , 1, 0)
TIMER_PIN_MAP( 0, PB4 , 1, 0 ) \
TIMER_PIN_MAP( 1, PB5 , 1, 0 ) \
TIMER_PIN_MAP( 2, PB6 , 1, 0 ) \
TIMER_PIN_MAP( 3, PB7 , 1, 0 ) \
TIMER_PIN_MAP( 4, PB3 , 1, 0 ) \
TIMER_PIN_MAP( 5, PB10, 1, 0 ) \
TIMER_PIN_MAP( 6, PA8 , 1, 0 )

#define ADC1_DMA_OPT 1

Expand Down

0 comments on commit 4658e97

Please sign in to comment.