From aaffb06de68111e0efd1a353fb2510ff816d7872 Mon Sep 17 00:00:00 2001 From: arighi Date: Mon, 24 May 2010 09:47:32 +0000 Subject: [PATCH] arduino: disable kernel preemption in "empty" preset. Also update the wizard configuration. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3793 38d2e660-2303-0410-9eaa-f027e97ec537 --- boards/arduino/templates/empty/project.bertos | 26 +++++++++---------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/boards/arduino/templates/empty/project.bertos b/boards/arduino/templates/empty/project.bertos index 8bf040fe..e7c3dfd2 100644 --- a/boards/arduino/templates/empty/project.bertos +++ b/boards/arduino/templates/empty/project.bertos @@ -52,30 +52,28 @@ aS'formatwr' p26 aS'kfile' p27 -aS'context_switch' -p28 aS'heap' -p29 +p28 aS'signal' -p30 +p29 aS'timer' -p31 +p30 asS'CPU_NAME' -p32 +p31 VATmega328P -p33 +p32 sS'PROJECT_HW_PATH' -p34 +p33 S'../..' -p35 +p34 sS'PROJECT_SRC_PATH' -p36 +p35 S'.' -p37 +p36 sS'PRESET' -p38 +p37 I01 sS'OUTPUT' -p39 -(lp40 +p38 +(lp39 s. \ No newline at end of file -- 2.25.1