This commit is contained in:
rusefi 2017-04-08 08:57:17 -04:00
parent 62c8b51246
commit b681703741
1 changed files with 2 additions and 2 deletions

View File

@ -124,8 +124,8 @@ custom vvt_mode_e 4 bits, U32, @OFFSET@, [0:2], @@vvt_mode_e_enum@@
custom mass_storage_e 4 bits, U32, @OFFSET@, [0:1], @@mass_storage_e_enum@@
! At the moment TIM1, TIM2, TIM3 and TIM9 are configured as ICU
! todo: as of ChibiOS2, only channels 1 & 2 were allowed to capture, need to check ChibiOS3 situation
! todo: as of ChibiOS2 I think only one channel per timer was allowed to capture, need to check if still the case
! todo: as of ChibiOS3, only channels 1 & 2 are allowed to capture input, that's a ChibiOS driver limitation
! todo: only one channel per timer is allowed for capture similtaniously, that's an STM32 limitation
! todo: convert slow ADC to software scheduler and make TIM8 available
! todo: maybe convert fast ADC to software scheduler as well? less sure about that