This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 33a6e70077 serial/uart_pci_16550.c: fix multiport ax99100 add 9b3914b740 drivers/analog/mcp47x6: Add support for MCP47X6 DAC series add 797cc869ae Documentation: group DAC devices by communication interface No new revisions were added by this update. Summary of changes: .../drivers/character/analog/dac/index.rst | 26 +- .../drivers/character/analog/dac/mcp47x6/index.rst | 52 +++ drivers/analog/CMakeLists.txt | 4 + drivers/analog/Kconfig | 28 ++ drivers/analog/Make.defs | 4 + drivers/analog/mcp47x6.c | 459 +++++++++++++++++++++ include/nuttx/analog/dac.h | 18 + include/nuttx/analog/ioctl.h | 5 + include/nuttx/analog/{mcp48xx.h => mcp47x6.h} | 54 +-- 9 files changed, 618 insertions(+), 32 deletions(-) create mode 100644 Documentation/components/drivers/character/analog/dac/mcp47x6/index.rst create mode 100644 drivers/analog/mcp47x6.c copy include/nuttx/analog/{mcp48xx.h => mcp47x6.h} (56%)