From 18f9308cd6012e30630b1bba20a9112d71fa4e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zsolt=20Borb=C3=A9ly?= Date: Mon, 29 Aug 2016 15:02:00 +0200 Subject: [PATCH] Minor stylefix for targets/nuttx-stm32f4/README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com --- targets/nuttx-stm32f4/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/targets/nuttx-stm32f4/README.md b/targets/nuttx-stm32f4/README.md index bfbcb46db..cc39ab1ab 100644 --- a/targets/nuttx-stm32f4/README.md +++ b/targets/nuttx-stm32f4/README.md @@ -52,10 +52,12 @@ cd .. make menuconfig ``` -Change "Build Setup" -> "Build Host Platform" from "Windows" to "Linux" -Enable "System Type" -> "FPU support" -Enable "Library Routines" -> "Standard Math library" -Enable "Application Configuration" -> "Interpreters->JerryScript" +We must set the following options: + +* Change `Build Setup -> Build Host Platform` from _Windows_ to _Linux_ +* Enable `System Type -> FPU support` +* Enable `Library Routines -> Standard Math library` +* Enable `Application Configuration -> Interpreters -> JerryScript` #### 4. Build JerryScript for NuttX