From 45e76ee34f0306aab31a3bc22d2eb982ab13c923 Mon Sep 17 00:00:00 2001 From: hathach Date: Sun, 13 Apr 2014 12:53:27 +0700 Subject: [PATCH] update path to keil debug.ini for board NGX43330 --- .../device_freertos/device_freertos.uvopt | 2 +- .../device_os_none/device_os_none.uvopt | 24 +++++++------- .../device_os_none/device_os_none.uvproj | 2 +- .../host/host_cmsis_rtx/host_cmsis_rtx.uvopt | 2 +- .../host/host_cmsis_rtx/host_cmsis_rtx.uvproj | 2 +- demos/host/host_freertos/host_freertos.uvopt | 12 +++---- demos/host/host_os_none/.cproject | 33 ++++++++++++------- demos/host/host_os_none/host_os_none.uvopt | 14 ++++---- 8 files changed, 50 insertions(+), 41 deletions(-) diff --git a/demos/device/device_freertos/device_freertos.uvopt b/demos/device/device_freertos/device_freertos.uvopt index 747f0b3f..27a373fd 100644 --- a/demos/device/device_freertos/device_freertos.uvopt +++ b/demos/device/device_freertos/device_freertos.uvopt @@ -680,7 +680,7 @@ - ..\..\..\mcu\lpc43xx\keil\keil_ram.ini + ..\..\..\mcu\lpc43xx\keil\lpc43xx_debug_init.ini Segger\JL2CM3.dll diff --git a/demos/device/device_os_none/device_os_none.uvopt b/demos/device/device_os_none/device_os_none.uvopt index 6e8e8485..1a62f4c7 100644 --- a/demos/device/device_os_none/device_os_none.uvopt +++ b/demos/device/device_os_none/device_os_none.uvopt @@ -73,7 +73,7 @@ 1 0 - 1 + 0 8 @@ -671,7 +671,7 @@ 1 0 - 0 + 1 8 @@ -736,7 +736,7 @@ - ..\..\..\mcu\lpc43xx\keil\keil_ram.ini + ..\..\..\mcu\lpc43xx\keil\lpc43xx_debug_init.ini Segger\JL2CM3.dll @@ -956,7 +956,7 @@ 0 3 0 - 70 + 71 76 0 ..\src\main.c @@ -1004,7 +1004,7 @@ 0 1 0 - 106 + 107 112 0 ..\src\keyboard_device_app.c @@ -1080,7 +1080,7 @@ tinyusb - 0 + 1 0 0 0 @@ -1092,7 +1092,7 @@ 0 6 0 - 56 + 57 61 0 ..\..\..\tinyusb\tusb.c @@ -1168,7 +1168,7 @@ 2 14 1 - 0 + 1 0 0 0 @@ -1396,7 +1396,7 @@ 0 47 0 - 417 + 418 427 0 ..\..\..\tinyusb\device\usbd.c @@ -2010,10 +2010,10 @@ 2 0 0 - 25 + 54 0 - 151 - 171 + 152 + 160 0 ..\..\..\mcu\lpc43xx\keil\startup_LPC43xx.s startup_LPC43xx.s diff --git a/demos/device/device_os_none/device_os_none.uvproj b/demos/device/device_os_none/device_os_none.uvproj index 941afd37..d258f815 100644 --- a/demos/device/device_os_none/device_os_none.uvproj +++ b/demos/device/device_os_none/device_os_none.uvproj @@ -3820,7 +3820,7 @@ - ..\..\..\mcu\lpc43xx\keil\keil_ram.ini + ..\..\..\mcu\lpc43xx\keil\lpc43xx_debug_init.ini Segger\JL2CM3.dll diff --git a/demos/host/host_cmsis_rtx/host_cmsis_rtx.uvopt b/demos/host/host_cmsis_rtx/host_cmsis_rtx.uvopt index 6aacf043..0ce431bd 100644 --- a/demos/host/host_cmsis_rtx/host_cmsis_rtx.uvopt +++ b/demos/host/host_cmsis_rtx/host_cmsis_rtx.uvopt @@ -561,7 +561,7 @@ - ..\..\..\mcu\lpc43xx\keil\keil_ram.ini + ..\..\..\mcu\lpc43xx\keil\lpc43xx_debug_init.ini Segger\JL2CM3.dll diff --git a/demos/host/host_cmsis_rtx/host_cmsis_rtx.uvproj b/demos/host/host_cmsis_rtx/host_cmsis_rtx.uvproj index e7f7b141..868af76d 100644 --- a/demos/host/host_cmsis_rtx/host_cmsis_rtx.uvproj +++ b/demos/host/host_cmsis_rtx/host_cmsis_rtx.uvproj @@ -2531,7 +2531,7 @@ - ..\..\..\mcu\lpc43xx\keil\keil_ram.ini + ..\..\..\mcu\lpc43xx\keil\lpc43xx_debug_init.ini Segger\JL2CM3.dll diff --git a/demos/host/host_freertos/host_freertos.uvopt b/demos/host/host_freertos/host_freertos.uvopt index d0175066..84494433 100644 --- a/demos/host/host_freertos/host_freertos.uvopt +++ b/demos/host/host_freertos/host_freertos.uvopt @@ -398,7 +398,7 @@ - ..\..\..\mcu\lpc43xx\keil\keil_ram.ini + ..\..\..\mcu\lpc43xx\keil\lpc43xx_debug_init.ini Segger\JL2CM3.dll @@ -606,10 +606,10 @@ 1 0 0 - 10 + 27 0 - 95 - 100 + 96 + 98 0 ..\src\main.c main.c @@ -1248,7 +1248,7 @@ 0 0 0 - 82 + 81 103 0 ..\..\..\boards\board.c @@ -1416,7 +1416,7 @@ 0 0 0 - 147 + 148 154 0 ..\..\..\mcu\lpc43xx\keil\startup_LPC43xx.s diff --git a/demos/host/host_os_none/.cproject b/demos/host/host_os_none/.cproject index f32e0064..1208fac0 100644 --- a/demos/host/host_os_none/.cproject +++ b/demos/host/host_os_none/.cproject @@ -75,7 +75,7 @@