This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from ebbb85e0f25 drivers/usbmisc: Aligned Cmake with Make
add 138228b0f31 fs/ioctl.h: add the base for the 1wire ioctl commands
add d1e1643b845 drivers/1wire: capture scanned roms of onewire_search,
standartized ioctls
add 84b0492fbd8 drivers/1wire/1wire_ds2xxx.h: add the driver for DS2XXX
eeproms.
No new revisions were added by this update.
Summary of changes:
drivers/1wire/1wire.c | 65 ++
drivers/1wire/1wire_ds2xxx.c | 829 +++++++++++++++++++++
drivers/1wire/1wire_internal.h | 25 +
drivers/1wire/CMakeLists.txt | 5 +
drivers/1wire/Kconfig | 23 +
drivers/1wire/Make.defs | 4 +
include/nuttx/1wire/1wire.h | 20 +
.../nuttx/1wire/1wire_ds2xxx.h | 77 +-
include/nuttx/fs/ioctl.h | 8 +
9 files changed, 1020 insertions(+), 36 deletions(-)
create mode 100644 drivers/1wire/1wire_ds2xxx.c
copy arch/arm/src/mx8mp/mx8mp_lowputc.h => include/nuttx/1wire/1wire_ds2xxx.h
(56%)