From 30fce8ed0a0023543212942f421f3411b3e0642f Mon Sep 17 00:00:00 2001 From: Patryk Koscik Date: Fri, 24 Nov 2023 14:25:30 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe433f4..f720b2a 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Artifacts generated during the build process: The `result.json` file consists the following keys: * `platform`: The platform (board) on which the sample was built. +* `platform_full_name`: Full platform name from the board `yaml` file. +* `arch`: The platform CPU architecture. * `sample_name`: The name of the Zephyr sample. * `success`: Indicates if the build was successful. * `extended_memory`: Indicates if memory was extended during the build.