docs: add Zynq-A9 FreeRTOS+TCP platform documentation#74
Merged
Conversation
3dc4a54 to
2e894fc
Compare
Update all documentation to reflect the new Zynq-A9 QEMU platform: README.md: - Add Zynq-A9 to supported platforms table - Update architecture diagram with FreeRTOS standalone column CLAUDE.md: - Add build/run commands (make build-zynq-a9-qemu, run-zynq-a9-qemu) - Add test commands (make test-unit-zynq, test-smoke-zynq) - Add key paths (platform/zynq-a9/, vendor/bsp/xilinx/, vendor/lib/freertos-plus-tcp/) website/index.html: - Add Zynq-A9 platform card (FreeRTOS, FreeRTOS+TCP, Cadence GEM) - Update architecture diagram - Add 4th card gradient color Signed-off-by: Chao Liu <chao.liu.zevorn@gmail.com>
2e894fc to
e5027e0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update all project documentation to include the new Zynq-A9 QEMU platform with FreeRTOS+TCP networking.
Changes
README.md:
CLAUDE.md:
make build-zynq-a9-qemumake run-zynq-a9-qemu [GDB=1]make test-unit-zynq,make test-smoke-zynqplatform/zynq-a9/,vendor/bsp/xilinx/,vendor/lib/freertos-plus-tcp/website/index.html:
Test plan