OVMS3-idf/components/driver
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
..
include/driver driver: add rtc module and bugfix gpio32 gpio33 2016-12-07 15:56:13 +08:00
component.mk build system: Refactor component.mk to not need component_common.mk 2016-11-10 15:52:22 +11:00
gpio.c driver: add rtc module and bugfix gpio32 gpio33 2016-12-07 15:56:13 +08:00
ledc.c Merge branch 'bugfix/ledc_divider' into 'master' 2016-11-25 10:11:33 +08:00
pcnt.c driver: PCNT 2016-11-23 18:10:45 +08:00
periph_ctrl.c add pcnt.rst 2016-11-23 19:07:30 +08:00
rmt.c Fixes for stdlib.h inclusion 2016-11-24 08:20:21 +11:00
rtc_module.c driver: add rtc module and bugfix gpio32 gpio33 2016-12-07 15:56:13 +08:00
timer.c driver: timer 2016-11-23 17:23:21 +08:00
uart.c UART driver: Fix crash in ISR due to "UART" static array moved to flash 2016-11-23 10:58:03 +11:00