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 6ed21ec1afa sched: Remove checking of WDOG_ISACTIVE when cancelling wdog add 6196327155d boards/avr/avrdx/breadxavr: replace board hello configuration with NSH add 83872330edf Documentation/platforms/avr: provide more information for breadxavr board add 034d76f28fe boards/avr/avrdx/breadxavr: fix dependency in Kconfig add 8126a8119f1 arch/avr: reworked eliminating unused sections with GCC add 6f22e249a43 Documentation/platforms/avr: added information about UART usage add 631732e6476 Documentation/platforms/avr: move documents to fix table of contents No new revisions were added by this update. Summary of changes: .../avr/at90usb/boards/micropendous3/README.txt | 5 ++ .../avr/at90usb/boards/teensy-2.0/README.txt | 5 ++ .../platforms/avr/atmega/boards/amber/README.txt | 5 ++ .../avr/atmega/boards/arduino-mega2560/README.txt | 5 ++ .../avr/atmega/boards/mega1284p-xplained/index.rst | 9 +++ .../avr/atmega/boards/moteino-mega/README.txt | 5 ++ .../platforms/avr/avrdx/boards/breadxavr/index.rst | 87 ++++++++++++++++++++-- .../avr/avrdx/{ => docs}/gpio_intr_mux.rst | 0 Documentation/platforms/avr/avrdx/index.rst | 27 +++++++ .../avr/{ => common}/context-switch-notes.rst | 0 Documentation/platforms/avr/index.rst | 13 +++- arch/avr/src/avr/Kconfig | 31 +++----- .../at90usb/micropendous3/configs/hello/defconfig | 1 + .../avr/at90usb/teensy-2.0/configs/hello/defconfig | 1 + .../avr/at90usb/teensy-2.0/configs/nsh/defconfig | 1 + .../at90usb/teensy-2.0/configs/usbmsc/defconfig | 1 + boards/avr/atmega/amber/configs/hello/defconfig | 1 + .../arduino-mega2560/configs/hello/defconfig | 1 + .../atmega/arduino-mega2560/configs/nsh/defconfig | 1 + .../mega1284p-xplained/configs/hello/defconfig | 1 + .../mega1284p-xplained/configs/nsh/defconfig | 1 + .../atmega/moteino-mega/configs/hello/defconfig | 1 + .../avr/atmega/moteino-mega/configs/nsh/defconfig | 1 + boards/avr/avrdx/breadxavr/Kconfig | 2 +- .../breadxavr/configs/{hello => nsh}/defconfig | 14 ++-- 25 files changed, 182 insertions(+), 37 deletions(-) rename Documentation/platforms/avr/avrdx/{ => docs}/gpio_intr_mux.rst (100%) rename Documentation/platforms/avr/{ => common}/context-switch-notes.rst (100%) rename boards/avr/avrdx/breadxavr/configs/{hello => nsh}/defconfig (83%)