Angus Gratton
|
33a186f630
|
soc: Remove deprecated LEDC struct register names (bit_num, div_num)
Deprecated since ESP-IDF V3.0
|
2019-09-13 09:44:07 +10:00 |
|
huub
|
4aac441e46
|
soc:Added names to anonymous register structs
For typedef volatile struct in components/soc/esp32/include/soc
Merges https://github.com/espressif/esp-idf/pull/3199
|
2019-04-03 03:09:44 +00:00 |
|
Angus Gratton
|
7f32995a4c
|
soc: Add "#include <stdint.h>" to all register structs
Closes https://github.com/espressif/esp-idf/issues/2239
TW24912
|
2018-12-04 11:17:38 +11:00 |
|
krzychb
|
421592a8eb
|
LEDC Driver: Added back original definitions of 'duty_resolution' and 'clock_divider'. This update is to provide backward compatibility with ESP-IDF 2.1.
|
2017-12-04 21:12:56 +01:00 |
|
krzychb
|
d488bb7bac
|
Provided more meaningful parameter names by renaming 'bit_num' to 'duty_resolution' and 'div_num' to 'clock_divider'
|
2017-11-15 08:08:12 +01:00 |
|
michael
|
c7173e0d08
|
fix(struct_h): add extern "C" protection to *_struct.h header files.
|
2017-08-28 18:10:46 +08:00 |
|
Ivan Grokhotkov
|
d6dbf15a1f
|
soc: move header files into soc component
|
2017-04-11 14:06:40 +08:00 |
|