Zepp-Hanzj opened a new pull request, #18977:
URL: https://github.com/apache/nuttx/pull/18977

   ## Summary
   
   Fill the blank `hex2bin` documentation page with an overview, configuration 
options, usage synopsis, option descriptions, examples, and notes.
   
   All claims are sourced from the `hex2bin_main.c` implementation and the 
Kconfig in `apps/system/hex2bin/`.
   
   Refs #11081
   
   ## Impact
   
   - [x] Impact on user: YES — adds missing command documentation for the 
`hex2bin` NSH command.
   - [ ] Impact on build: NO
   - [ ] Impact on hardware: NO
   - [ ] Impact on documentation: NO (this IS the documentation change)
   - [ ] Impact on security: NO
   - [ ] Impact on compatibility: NO
   
   ## Testing
   
   Built the NuttX documentation locally with Sphinx (dummy builder) — no 
errors or warnings for the new page:
   
   ```
   cd Documentation && PYTHONPATH=_extensions python3 -m sphinx -b dummy . 
/tmp/out
   # build succeeded, no hex2bin warnings
   ```
   
   RST parsed cleanly with docutils as a fast pre-check.
   
   ## PR Verification Self-Check
   
   - [x] I verified the `hex2bin` source in 
`apps/system/hex2bin/hex2bin_main.c` and its Kconfig.
   - [x] I used plain inline-literal backticks for Kconfig symbols (not 
`:kconfig:option:`).
   - [x] The PR changes exactly one `.rst` file.
   - [x] The Sphinx docs build passes with no new warnings.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to