Merge branch 'refactor/can_driver' into 'master'

Refactor CAN to use HAL and LowLevel layers

Closes IDF-617

See merge request espressif/esp-idf!7019
This commit is contained in:
Angus Gratton
2020-01-10 14:22:02 +08:00
17 changed files with 1665 additions and 783 deletions

View File

@@ -88,6 +88,7 @@ INPUT = \
##
../../components/driver/include/driver/adc.h \
../../components/driver/include/driver/can.h \
../../components/soc/include/hal/can_types.h \
../../components/driver/include/driver/dac.h \
../../components/driver/include/driver/gpio.h \
../../components/driver/include/driver/rtc_io.h \