HAL_ChibiOS: cope with ETR timer channels

trean the ETR capability as a separate AF
This commit is contained in:
Andrew Tridgell 2018-02-04 20:46:21 +11:00
parent c1df2a8a4b
commit e0212ebe85

View File

@ -3,7 +3,8 @@ AltFunction_map = {
# extracted from tabula-AF-F405.csv
"PA0:ETH_MII_CRS" : 11,
"PA0:EVENTOUT" : 15,
"PA0:TIM2_CH1_ETR" : 1,
"PA0:TIM2_CH1" : 1,
"PA0:TIM2_ETR" : 1,
"PA0:TIM5_CH1" : 2,
"PA0:TIM8_ETR" : 3,
"PA0:UART4_TX" : 8,
@ -57,7 +58,8 @@ AltFunction_map = {
"PA5:EVENTOUT" : 15,
"PA5:OTG_HS_ULPI_CK" : 10,
"PA5:SPI1_SCK" : 5,
"PA5:TIM2_CH1_ETR" : 1,
"PA5:TIM2_CH1" : 1,
"PA5:TIM2_ETR" : 1,
"PA5:TIM8_CH1N" : 3,
"PA6:DCMI_PIXCK" : 13,
"PA6:EVENTOUT" : 15,