From e4581652dca781bef4ed2d329a87916b6d57005e Mon Sep 17 00:00:00 2001
From: Wojciech Zmuda <wojciech.zmuda@huawei.com>
Date: Wed, 10 Feb 2021 16:12:57 +0000
Subject: [PATCH] README: update supported Zephyr machines and images

Signed-off-by: Wojciech Zmuda <wojciech.zmuda@huawei.com>
---
 README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 4d4bdfe4..146c290f 100644
--- a/README.md
+++ b/README.md
@@ -101,11 +101,14 @@ or close qemu using key combination:
 OHOS Zephyr flavour is based on _zephyr_ distribution and supports following images / machines:
 
 Supported images:
-- zephyr-philosophers
+- Zephyr comes with multiple sample applications. Take a look into `sources/meta-zephyr/recipes-kernel/zephyr-kernel/` to see available recipes.
+Nothing prevents you to add your own recipes to [use sample applications provided with Zephyr](https://github.com/zephyrproject-rtos/zephyr/tree/master/samples) or to add your own applications.
 
 Supported machines:
-- qemu-cortex-m3
 - qemu-x86 (default)
+- qemu-cortex-m3
+- 96b-nitrogen (96Boards Nitrogen)
+- 96b-avenger96 (96Boards Avenger96)
 
 Example:
 
-- 
GitLab