From e768ccb043ccf5f4b6451609b58b4b04c3526408 Mon Sep 17 00:00:00 2001
From: Jason Kridner <jkridner@beagleboard.org>
Date: Mon, 21 Nov 2022 21:41:22 -0500
Subject: [PATCH] Update zephyr-cc1352-development.rst

---
 boards/beagleplay/zephyr-cc1352-development.rst | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/boards/beagleplay/zephyr-cc1352-development.rst b/boards/beagleplay/zephyr-cc1352-development.rst
index 2daca3fb..912dcb64 100644
--- a/boards/beagleplay/zephyr-cc1352-development.rst
+++ b/boards/beagleplay/zephyr-cc1352-development.rst
@@ -102,11 +102,22 @@ Now you can build various Zephyr applications
 
 #. Build and flash Blinky example
 
-    .. code-block:: shell-session
+    .. code-block:: bash
 
         cd HOME/zephyr-beagle-cc1352-sdk/zephyr
         west build -d build/bp_blinky samples/basic/blinky
-        west flash -d build/bp_blinky     
+        west flash -d build/bp_blinky
+
+#. Try out Micropython
+
+    .. code-block:: bash
+
+        cd
+        git clone https://github.com/micropython/micropython
+        cd micropython
+        git checkout v1.19.1
+        west build ~/micropython/ports/zephyr
+        west flash
 
 #. TODO
 
-- 
GitLab