This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from b47f240b5f Use standard arm-none-eabi toolchain by default.
add 2e08750daf samv7: rework U(S)ART config option to allow more driver
configurations
add c5209e6189 samv7: add support for one wire driver over UART/USART
add 0a2c79034f documentation: add information about SAMv7 1 wire support
No new revisions were added by this update.
Summary of changes:
Documentation/platforms/arm/samv7/index.rst | 7 +
arch/arm/src/samv7/Kconfig | 167 +++-
arch/arm/src/samv7/Make.defs | 4 +
arch/arm/src/samv7/sam_1wire.c | 949 +++++++++++++++++++++
.../riscv_fpucmp.c => arm/src/samv7/sam_1wire.h} | 35 +-
arch/arm/src/samv7/sam_serial.c | 69 +-
6 files changed, 1173 insertions(+), 58 deletions(-)
create mode 100644 arch/arm/src/samv7/sam_1wire.c
copy arch/{risc-v/src/common/riscv_fpucmp.c => arm/src/samv7/sam_1wire.h} (72%)