OVMS3-idf/components/esp32/include/soc
Chu Shu Chen b1db2721dc driver: add rtc module and bugfix gpio32 gpio33
feature(rtc_module):add rtc module

1. add rtc io control API (pull,output and input)
2. add touch pad API (touch pad read and interrupt)
3. add adc1 API (the max width is 12 Bits and support attenuation)
4. add hall sensor API (support hall sensor read )
5. add dac API (the width is 8 Bits)

bugfix(gpio):gpio32 and gpio33 can not output and input

the gpio32 and gpio33 is initialize by librtc.a,and gpio_config not initialize the gpio as
digital gpio.they can not output and input,when users use gpio32 or gpio33.And there are some problems
about others driver ,when they use gpio32 or gpio33 as  matrix.
2016-12-07 15:56:13 +08:00
..
bb_reg.h Initial public version 2016-08-17 23:08:22 +08:00
boot_mode.h Initial public version 2016-08-17 23:08:22 +08:00
cpu.h Implement system_* APIs in IDF 2016-11-22 21:14:36 +08:00
dport_reg.h hwcrypto: Fixes for disabling one hardware unit causing reset of a different unit 2016-11-22 20:42:38 +11:00
efuse_reg.h esp32: efuse_reg add bit values for read & write disable flags 2016-11-02 10:41:59 +11:00
emac_ex_reg.h ethernet: add first version of ethernet driver 2016-12-01 19:17:48 +08:00
emac_reg_v2.h ethernet: add first version of ethernet driver 2016-12-01 19:17:48 +08:00
frc_timer_reg.h conver tabs to spaces in frc_timer_reg.h 2016-11-03 17:44:23 +08:00
gpio_reg.h add gpio driver code 2016-09-19 17:33:21 +08:00
gpio_sd_reg.h Only modify headers in soc/ . 2016-09-14 13:47:28 +08:00
gpio_sd_struct.h add gpio driver code 2016-09-19 17:33:21 +08:00
gpio_sig_map.h Initial public version 2016-08-17 23:08:22 +08:00
gpio_struct.h add gpio driver code 2016-09-19 17:33:21 +08:00
hwcrypto_reg.h hwcrypto: Fixes for disabling one hardware unit causing reset of a different unit 2016-11-22 20:42:38 +11:00
i2c_reg.h Only modify headers in soc/ . 2016-09-14 13:47:28 +08:00
i2c_struct.h Merge branch 'driver_merge_tmp/fix_fifo_struct_header' into 'master' 2016-09-22 11:39:16 +08:00
i2s_reg.h modify i2s_reg.h, rebase to master 2016-09-14 13:47:28 +08:00
i2s_struct.h add gpio driver code 2016-09-19 17:33:21 +08:00
io_mux_reg.h Amend gpio driver to work around SoC bug with some pullups/pulldowns in the GPIO peripheral; mark existing function that does not always work as deprecated 2016-11-15 10:29:52 +08:00
ledc_reg.h Only modify headers in soc/ . 2016-09-14 13:47:28 +08:00
ledc_struct.h components/driver: modify LEDC driver 2016-09-26 09:56:03 +08:00
pcnt_reg.h driver: improve pulse counter code 2016-11-24 12:01:21 +08:00
pcnt_struct.h driver: Add PCNT code 2016-11-21 18:17:07 +08:00
pid.h Initial public version 2016-08-17 23:08:22 +08:00
rmt_reg.h add RMT driver and example 2016-11-22 00:57:19 +08:00
rmt_struct.h add RMT driver and example 2016-11-22 00:57:19 +08:00
rtc_cntl_reg.h newlib: implement time syscalls 2016-11-02 17:31:35 +08:00
rtc_io_reg.h driver: add rtc module and bugfix gpio32 gpio33 2016-12-07 15:56:13 +08:00
sens_reg.h driver: add rtc module and bugfix gpio32 gpio33 2016-12-07 15:56:13 +08:00
soc.h driver: add rtc module and bugfix gpio32 gpio33 2016-12-07 15:56:13 +08:00
spi_reg.h modify character conversion error and typo 2016-09-14 13:47:28 +08:00
spi_struct.h add gpio driver code 2016-09-19 17:33:21 +08:00
timer_group_reg.h Move write key and stage action select constants into headers 2016-10-26 14:54:50 +08:00
timer_group_struct.h add gpio driver code 2016-09-19 17:33:21 +08:00
uart_reg.h Add UART driver 2016-10-24 09:17:10 +08:00
uart_struct.h Merge branch 'driver_merge_tmp/fix_fifo_struct_header' into 'master' 2016-09-22 11:39:16 +08:00
uhci_reg.h modify character conversion error and typo 2016-09-14 13:47:28 +08:00
uhci_struct.h add gpio driver code 2016-09-19 17:33:21 +08:00
wdev_reg.h Add API for random number generator 2016-11-22 21:14:37 +08:00