Abhishekmishra2808 opened a new pull request, #20061: URL: https://github.com/apache/nuttx/pull/20061
## Summary The TensorFlow Lite Micro page still described `tflm_hello` as CMake-only and did not explain how to test TFLM. `apps` PR https://github.com/apache/nuttx-apps/pull/3772 builds hello-world from Makefile and makes `tflm` call `AllocateTensors()`. This updates `Documentation/applications/mlearning/tflite-micro/index.rst` with a Testing section for `sim:tflm` and aligns the tool, syslog, and patch notes with that apps change. ## Impact Documentation only. Users following `sim:tflm` now have a step-by-step test procedure (`tflm -h`, `tflm_hello`, `~~~ALL TESTS PASSED~~~`). ## Testing I confirm that changes are verified on local setup and works as intended: * Build Host(s): Linux (WSL2), x86_64, GCC 13.3.0 * Target(s): Sphinx HTML (`Documentation/`) ``` $ ./tools/checkpatch.sh -c -u -m -g HEAD~1...HEAD Used config files: 1: .codespellrc ✔️ All checks pass. ``` ``` $ cd Documentation $ pipenv run make html ... build succeeded. The HTML pages are in _build/html. ``` -- 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]
