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 8f130b78a9 docs/contributing: Add a commit message template new 170a86c4a5 docs/avr: Re-structure documentation new 9897ef3cdb docs/arduino-mega2560: Migrate README.txt to RST The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../atmega/{ => atmega128}/boards/amber/README.txt | 0 .../atmega/{ => atmega128}/boards/amber/index.rst | 0 .../platforms/avr/atmega/atmega128/index.rst | 16 +++ .../boards/mega1284p-xplained/board.jpg | Bin .../boards/mega1284p-xplained/index.rst | 0 .../boards/moteino-mega/README.txt | 0 .../platforms/avr/atmega/atmega1284p/index.rst | 30 ++++++ .../boards/arduino-mega2560/arduino-mega2560.png | Bin 0 -> 634731 bytes .../atmega2560/boards/arduino-mega2560/index.rst | 86 +++++++++++++++++ .../boards/elegoo-mega2560r3/elegoo-mega2560r3.jpg | Bin .../boards/elegoo-mega2560r3/index.rst | 0 .../platforms/avr/atmega/atmega2560/index.rst | 72 ++++++++++++++ .../avr/atmega/boards/arduino-mega2560/README.txt | 107 --------------------- Documentation/platforms/avr/atmega/index.rst | 81 +++------------- 14 files changed, 215 insertions(+), 177 deletions(-) rename Documentation/platforms/avr/atmega/{ => atmega128}/boards/amber/README.txt (100%) rename Documentation/platforms/avr/atmega/{ => atmega128}/boards/amber/index.rst (100%) create mode 100644 Documentation/platforms/avr/atmega/atmega128/index.rst rename Documentation/platforms/avr/atmega/{ => atmega1284p}/boards/mega1284p-xplained/board.jpg (100%) rename Documentation/platforms/avr/atmega/{ => atmega1284p}/boards/mega1284p-xplained/index.rst (100%) rename Documentation/platforms/avr/atmega/{ => atmega1284p}/boards/moteino-mega/README.txt (100%) create mode 100644 Documentation/platforms/avr/atmega/atmega1284p/index.rst create mode 100644 Documentation/platforms/avr/atmega/atmega2560/boards/arduino-mega2560/arduino-mega2560.png create mode 100644 Documentation/platforms/avr/atmega/atmega2560/boards/arduino-mega2560/index.rst rename Documentation/platforms/avr/atmega/{ => atmega2560}/boards/elegoo-mega2560r3/elegoo-mega2560r3.jpg (100%) rename Documentation/platforms/avr/atmega/{ => atmega2560}/boards/elegoo-mega2560r3/index.rst (100%) create mode 100644 Documentation/platforms/avr/atmega/atmega2560/index.rst delete mode 100644 Documentation/platforms/avr/atmega/boards/arduino-mega2560/README.txt