docs: add Zynq-A9 FreeRTOS+TCP platform to README, CLAUDE.md, website#78
Merged
docs: add Zynq-A9 FreeRTOS+TCP platform to README, CLAUDE.md, website#78
Conversation
59284dd to
2df61ea
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>
2df61ea to
8bfa6b8
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
Add Zynq-A9 to CI pipelines and fix unit test CI failure (LTM known failures).
Changes
CI: ci-build-matrix.yml
zynq-a9-qemubuild target (Meson full firmware)rtclaw.elfCI: ci-qemu-correctness.yml
platform/zynq-a9/**andvendor/bsp/**to trigger pathstest-smoke-zynqjob (boot test, 15min timeout)test-unit-zynqjob (unit tests, 20min timeout)Fix: test_main.c
ZYNQ_TEST_EXIT:PASSwith "(ai_memory LTM: known failures)" noteTest plan
make test-unit-zynq→ZYNQ_TEST_EXIT:PASS