esp-idf/components/driver
Angus Gratton 71c70cb15c heap: Refactor heap regions/capabilities out of FreeRTOS
Remove tagged heap API, rename caps_xxx to heap_caps_xxx

Also includes additional heap_caps_xxx inspection functions.
2017-07-10 17:46:03 +08:00
..
include/driver bugfix(uart): fix bugs reported from github 2017-06-27 16:41:59 +08:00
test heap: Refactor heap regions/capabilities out of FreeRTOS 2017-07-10 17:46:03 +08:00
component.mk
gpio.c gpio driver: Clear GPIO matrix output config when setting pin as input 2017-06-26 12:47:08 +10:00
i2c.c i2c driver: When deleting, disable interrupts before freeing data structures 2017-06-08 15:57:31 +10:00
i2s.c i2s: return error code if register isr error, resolve #587 (github) 2017-06-13 14:28:47 +07:00
ledc.c
mcpwm.c
pcnt.c PCNT: fix for pcnt_set_pin API, it can now use all pcnt channels 2017-06-16 11:18:00 +05:30
periph_ctrl.c
rmt.c rmt driver: Manage driver interrupt handler based on which channels are enabled 2017-06-09 16:11:21 +10:00
rtc_module.c
sdmmc_host.c
sdmmc_private.h
sdmmc_transaction.c send bus initialization bits before MMC_GO_IDLE_STATE command to initialize card after poweron 2017-06-22 11:08:47 +08:00
sigmadelta.c
spi_common.c heap: Refactor heap regions/capabilities out of FreeRTOS 2017-07-10 17:46:03 +08:00
spi_master.c heap: Refactor heap regions/capabilities out of FreeRTOS 2017-07-10 17:46:03 +08:00
spi_slave.c heap: Refactor heap regions/capabilities out of FreeRTOS 2017-07-10 17:46:03 +08:00
timer.c
uart.c bugfix(uart): fix bugs reported from github 2017-06-27 16:41:59 +08:00