OVMS3-idf/components/driver
Angus Gratton bc3233782b Merge branch 'feature/remove_gcc5_support' into 'master'
global: remove gcc 5.2 support

Closes IDF-1131

See merge request espressif/esp-idf!6608
2019-11-21 09:08:41 +08:00
..
esp32s2beta driver docs: Fix some doxygen warnings 2019-09-13 14:30:06 +10:00
include/driver refactor(i2s): add hal i2s driver 2019-11-19 22:19:19 +08:00
test Merge branch 'bugfix/ledc_ut_esp32s2beta' into 'master' 2019-11-18 16:19:42 +08:00
adc1_i2s_private.h tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
can.c CAN: Fix critical section compliance 2019-10-29 20:06:39 +08:00
CMakeLists.txt global: remove gcc 5.2 support 2019-11-20 11:17:27 +01:00
component.mk global: remove gcc 5.2 support 2019-11-20 11:17:27 +01:00
gpio.c Merge branch 'master' into feature/esp32s2beta_merge 2019-09-16 16:18:48 +10:00
i2c.c Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
i2s.c refactor(i2s): add hal i2s driver 2019-11-19 22:19:19 +08:00
Kconfig uart: add option to put ISR in IRAM 2019-10-02 16:43:02 +00:00
ledc.c bugfix(LEDC):fix ledc CI issue for esp32s2beta. 2019-11-14 12:20:29 +08:00
mcpwm.c esp32s2beta: convert some todos to warnings 2019-06-12 15:53:57 +08:00
pcnt.c refactor(pcnt): add hal pcnt driver 2019-11-18 14:35:46 +08:00
periph_ctrl.c run WiFi on ESP32SBETA 2019-06-28 11:34:49 +08:00
rmt.c Merge branch 'master' into feature/esp32s2beta_merge 2019-09-16 16:18:48 +10:00
rtc_module.c Fixed warnings for components driver, esp32 and mbedtls 2019-11-15 08:51:16 +00:00
sdio_slave.c sdio_slave: update version read from CCCR to 2.0 2019-08-07 17:10:34 +08:00
sdkconfig.rename Rename Kconfig options (components/driver) 2019-05-21 09:09:01 +02:00
sdmmc_host.c Merge branch 'bugfix/fix_i2s_include_head_bug' into 'master' 2019-10-29 13:19:00 +08:00
sdmmc_private.h tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
sdmmc_transaction.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
sdspi_crc.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
sdspi_crc.h Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00
sdspi_host.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
sdspi_private.h sdmmc: support SDIO over SPI 2019-04-12 02:24:28 +08:00
sdspi_transaction.c driver: remove unused drivers for esp32s2beta 2019-09-04 10:53:25 +10:00
sigmadelta.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
spi_common.c Merge branch 'master' into feature/esp32s2beta_merge 2019-10-15 14:59:27 +11:00
spi_master.c Merge branch 'master' into feature/esp32s2beta_merge 2019-10-15 14:59:27 +11:00
spi_slave.c Merge branch 'master' into feature/esp32s2beta_merge 2019-10-15 14:59:27 +11:00
timer.c Merge branch 'master' into feature/esp32s2beta_update 2019-08-19 15:03:43 +10:00
uart.c uart: make uart_driver_install() more backward compatible, so if the interrupt handler configured to be in IRAM and not flagged in intr_alloc_flags argument, then the flag is gracefully updated rather then error return 2019-11-11 15:27:09 +00:00