OVMS3-idf/components/soc/esp32s2beta/include/hal
xiongyu af4c455417 bugfix(gpio):fix esp32 s2 rtc io issue
* Modify the function implementation of ESP32-S2 RTC GPIO
  On ESP32 those PADs which have RTC functions must set pullup/down/capability via RTC register.
  On ESP32-S2, Digital IOs have their own registers to control pullup/down/capability, independent with RTC registers.
* Add ESP32-S2 support of unit test
* Modify the pull-up test of unit test
* Modify the interrupt test of unit test
* Modify input and output mode test of unit test
2019-11-27 17:18:20 +08:00
..
adc_ll.h refactor the adc driver 2019-11-22 15:42:16 +08:00
dac_ll.h dac: refactor driver add hal 2019-11-22 11:44:46 +08:00
gpio_ll.h bugfix(gpio):fix esp32 s2 rtc io issue 2019-11-27 17:18:20 +08:00
i2c_ll.h bugfix(i2c): fix esp32-s2 i2c driver UT issue 2019-11-26 12:01:18 +08:00
i2s_ll.h i2s: fix regression in retrieval of chip revision causing apll test to fail 2019-11-22 11:46:38 +05:30
ledc_ll.h feat(ledc): refactor ledc driver 2019-11-21 16:25:22 +08:00
pcnt_ll.h refactor(pcnt): add hal pcnt driver 2019-11-18 14:35:46 +08:00
rmt_ll.h rmt: add HAL layer 2019-11-20 10:54:21 +08:00
rtc_io_ll.h rtcio: add hal for driver 2019-11-21 10:40:49 +08:00
sigmadelta_ll.h refactor(sigmadelta): add hal sigmadelta driver 2019-11-21 11:53:07 +08:00
spi_ll.h spi: convenient LL macro 2019-09-04 10:53:25 +10:00
timer_ll.h bugfix(timer): recover get raw interrupt status function 2019-11-26 12:39:46 +00:00
uart_ll.h feature: Add uart hal support. 2019-11-26 20:01:50 +08:00