summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--demos/device/device_cmsis_rtx/device_cmsis_rtx.uvproj2
-rw-r--r--demos/device/device_freertos/device_freertos.uvproj2
-rw-r--r--demos/device/device_os_none/device_os_none.uvproj2
-rw-r--r--demos/host/host_cmsis_rtx/host_cmsis_rtx.uvproj2
-rw-r--r--demos/host/host_freertos/host_freertos.uvproj2
-rw-r--r--demos/host/host_os_none/host_os_none.uvproj2
-rw-r--r--mcu/lpc43xx/keil/lpc43xx_debug_init.ini (renamed from mcu/lpc43xx/keil/keil_ram.ini)0
7 files changed, 6 insertions, 6 deletions
diff --git a/demos/device/device_cmsis_rtx/device_cmsis_rtx.uvproj b/demos/device/device_cmsis_rtx/device_cmsis_rtx.uvproj
index 77bd933eb..26bdea637 100644
--- a/demos/device/device_cmsis_rtx/device_cmsis_rtx.uvproj
+++ b/demos/device/device_cmsis_rtx/device_cmsis_rtx.uvproj
@@ -3990,7 +3990,7 @@
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
- <InitializationFile>..\..\..\mcu\lpc43xx\keil_ram.ini</InitializationFile>
+ <InitializationFile>..\..\..\mcu\lpc43xx\lpc43xx_debug_init.ini</InitializationFile>
<Driver>Segger\JL2CM3.dll</Driver>
</TargetDlls>
</DebugOption>
diff --git a/demos/device/device_freertos/device_freertos.uvproj b/demos/device/device_freertos/device_freertos.uvproj
index 770d6a487..3e4d3e4d1 100644
--- a/demos/device/device_freertos/device_freertos.uvproj
+++ b/demos/device/device_freertos/device_freertos.uvproj
@@ -4360,7 +4360,7 @@
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
- <InitializationFile>..\..\..\mcu\lpc43xx\keil\keil_ram.ini</InitializationFile>
+ <InitializationFile>..\..\..\mcu\lpc43xx\keil\lpc43xx_debug_init.ini</InitializationFile>
<Driver>Segger\JL2CM3.dll</Driver>
</TargetDlls>
</DebugOption>
diff --git a/demos/device/device_os_none/device_os_none.uvproj b/demos/device/device_os_none/device_os_none.uvproj
index 941afd37b..d258f815b 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 @@
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
- <InitializationFile>..\..\..\mcu\lpc43xx\keil\keil_ram.ini</InitializationFile>
+ <InitializationFile>..\..\..\mcu\lpc43xx\keil\lpc43xx_debug_init.ini</InitializationFile>
<Driver>Segger\JL2CM3.dll</Driver>
</TargetDlls>
</DebugOption>
diff --git a/demos/host/host_cmsis_rtx/host_cmsis_rtx.uvproj b/demos/host/host_cmsis_rtx/host_cmsis_rtx.uvproj
index e7f7b1414..868af76d0 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 @@
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
- <InitializationFile>..\..\..\mcu\lpc43xx\keil\keil_ram.ini</InitializationFile>
+ <InitializationFile>..\..\..\mcu\lpc43xx\keil\lpc43xx_debug_init.ini</InitializationFile>
<Driver>Segger\JL2CM3.dll</Driver>
</TargetDlls>
</DebugOption>
diff --git a/demos/host/host_freertos/host_freertos.uvproj b/demos/host/host_freertos/host_freertos.uvproj
index d7e52cce9..c1f71516b 100644
--- a/demos/host/host_freertos/host_freertos.uvproj
+++ b/demos/host/host_freertos/host_freertos.uvproj
@@ -1792,7 +1792,7 @@
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
- <InitializationFile>..\..\..\mcu\lpc43xx\keil\keil_ram.ini</InitializationFile>
+ <InitializationFile>..\..\..\mcu\lpc43xx\keil\lpc43xx_debug_init.ini</InitializationFile>
<Driver>Segger\JL2CM3.dll</Driver>
</TargetDlls>
</DebugOption>
diff --git a/demos/host/host_os_none/host_os_none.uvproj b/demos/host/host_os_none/host_os_none.uvproj
index ef6d14cd6..33bd45c43 100644
--- a/demos/host/host_os_none/host_os_none.uvproj
+++ b/demos/host/host_os_none/host_os_none.uvproj
@@ -1662,7 +1662,7 @@
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
- <InitializationFile>..\..\..\mcu\lpc43xx\keil\keil_ram.ini</InitializationFile>
+ <InitializationFile>..\..\..\mcu\lpc43xx\keil\lpc43xx_debug_init.ini</InitializationFile>
<Driver>Segger\JL2CM3.dll</Driver>
</TargetDlls>
</DebugOption>
diff --git a/mcu/lpc43xx/keil/keil_ram.ini b/mcu/lpc43xx/keil/lpc43xx_debug_init.ini
index dd77fa2a7..dd77fa2a7 100644
--- a/mcu/lpc43xx/keil/keil_ram.ini
+++ b/mcu/lpc43xx/keil/lpc43xx_debug_init.ini