esp-idf/components/driver
Angus Gratton 4f1a856dbf cmake: Remove defaults for COMPONENT_SRCDIRS, COMPONENT_SRCS, COMPONENT_ADD_INCLUDEDIRS
* Philosophical: "explicit is better than implicit".
* Practical: Allows useful errors if invalid directories given in components as the defaults aren't
  always used. Also trims the -I path from a number of components that have no actual include
  directory.
* Simplifies knowing which components will be header-only and which won't
2018-04-30 09:59:20 +10:00
..
include/driver Merge branch 'bugfix/sdspi_wp_cd_pins' into 'master' 2018-04-24 20:53:47 +08:00
test Merge branch 'bugfix/sdspi_wp_cd_pins' into 'master' 2018-04-24 20:53:47 +08:00
CMakeLists.txt cmake: Remove defaults for COMPONENT_SRCDIRS, COMPONENT_SRCS, COMPONENT_ADD_INCLUDEDIRS 2018-04-30 09:59:20 +10:00
Kconfig
adc1_i2s_private.h
component.mk
gpio.c
i2c.c
i2s.c
ledc.c esp32/bt/driver: support static allocation of FreeRTOS queues used by ISR routine 2018-04-27 15:02:30 +08:00
mcpwm.c
pcnt.c
periph_ctrl.c
rmt.c
rtc_module.c
sdmmc_host.c sdmmc host: add handling of CD and WP pins 2018-04-24 19:08:44 +08:00
sdmmc_private.h
sdmmc_transaction.c sdmmc host: when parameter validation fails, exit cleanly 2018-04-24 19:08:44 +08:00
sdspi_crc.c
sdspi_crc.h
sdspi_host.c sdspi: fix CD and WP incorrectly configured as outputs 2018-04-23 14:35:40 +08:00
sdspi_private.h
sdspi_transaction.c
sigmadelta.c
spi_common.c driver/spi: add _ISR counterparts if invoked from interrupt for critical section 2018-04-19 18:28:55 +05:30
spi_master.c
spi_slave.c
timer.c
uart.c Revert "Merge branch 'feature/vfs_select' into 'master'" 2018-04-20 11:51:41 +08:00