rusefi-1/firmware/hw_layer/adc
Andrey G 3166076839
Some fixes prior to board pull request (#2291)
* ChibiOS: add support for STM32F765

This chip is used on Subaru EG33 p'n'p RusEFI board from Dron_Gus

* drivers: gpio: mc33810: commulative update

- use BIT macro
- fix wake-up method
- fix order of arguments in _add function

* port: stm32f4/7: detectCanDevice check for enabled interfaces only

* ADC: fix internal array size

internalAdcIndexByHardwareIndex should be EFI_ADC_LAST_CHANNEL size
couse adc_channel_e is used as index

* status LEDs: support status LEDs that driven by low level
2021-02-06 12:22:57 -05:00
..
AdcConfiguration.h Some fixes prior to board pull request (#2291) 2021-02-06 12:22:57 -05:00
adc_external.h Adc isAdcChannelValid helper (#2188) 2021-01-05 16:02:20 -05:00
adc_inputs.cpp No hablo inglés 2021-01-28 20:43:23 -05:00
adc_inputs.h Adc isAdcChannelValid helper (#2188) 2021-01-05 16:02:20 -05:00
adc_subscription.cpp Adc isAdcChannelValid helper (#2188) 2021-01-05 16:02:20 -05:00
adc_subscription.h
mcp3208.c
mcp3208.h