commit | 287ea2490b778d873ebcac2daa2f57bdf0b7f0a9 | [log] [tgz] |
---|---|---|
author | Leandro Pereira <leandro.pereira@intel.com> | Mon Jun 26 17:09:03 2017 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Wed Aug 09 12:26:14 2017 -0700 |
tree | 9d3c4d1fec00d45697ab1e74f939c4671ada2de4 | |
parent | d278a527ab29ac9436a510690675c4a5ecc5c080 [diff] |
pinmux: Allow up to 6 functions According to the "ESP32 Technical Reference Manual", the ESP32 SoC series supports up to 6 functions per GPIO pin. Add PINMUX_FUNC_E and PINMUX_FUNC_F. Jira: ZEP-2297 Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>