From 7b4e04633ee1527ea1251c54a7f235ddd07ebf64 Mon Sep 17 00:00:00 2001 From: "bernard.xiong" Date: Mon, 19 Apr 2010 06:24:53 +0000 Subject: [PATCH] rename lpc1766 branch to lpc176x. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@648 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/{lpc1766 => lpc176x}/CMSIS/LPC17xx.h | 0 bsp/{lpc1766 => lpc176x}/CMSIS/core_cm3.c | 0 bsp/{lpc1766 => lpc176x}/CMSIS/core_cm3.h | 0 bsp/{lpc1766 => lpc176x}/CMSIS/startup_LPC17xx.s | 0 bsp/{lpc1766 => lpc176x}/CMSIS/system_LPC17xx.c | 0 bsp/{lpc1766 => lpc176x}/CMSIS/system_LPC17xx.h | 0 bsp/{lpc1766 => lpc176x}/CMSIS/type.h | 0 bsp/{lpc1766 => lpc176x}/application.c | 0 bsp/{lpc1766 => lpc176x}/board.c | 0 bsp/{lpc1766 => lpc176x}/board.h | 0 bsp/{lpc1766 => lpc176x}/lpc17rt-thread.uvopt | 0 bsp/{lpc1766 => lpc176x}/lpc17rt-thread.uvproj | 0 bsp/{lpc1766 => lpc176x}/rtconfig.h | 0 bsp/{lpc1766 => lpc176x}/startup.c | 0 bsp/{lpc1766 => lpc176x}/uart.c | 0 bsp/{lpc1766 => lpc176x}/uart.h | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename bsp/{lpc1766 => lpc176x}/CMSIS/LPC17xx.h (100%) rename bsp/{lpc1766 => lpc176x}/CMSIS/core_cm3.c (100%) rename bsp/{lpc1766 => lpc176x}/CMSIS/core_cm3.h (100%) rename bsp/{lpc1766 => lpc176x}/CMSIS/startup_LPC17xx.s (100%) rename bsp/{lpc1766 => lpc176x}/CMSIS/system_LPC17xx.c (100%) rename bsp/{lpc1766 => lpc176x}/CMSIS/system_LPC17xx.h (100%) rename bsp/{lpc1766 => lpc176x}/CMSIS/type.h (100%) rename bsp/{lpc1766 => lpc176x}/application.c (100%) rename bsp/{lpc1766 => lpc176x}/board.c (100%) rename bsp/{lpc1766 => lpc176x}/board.h (100%) rename bsp/{lpc1766 => lpc176x}/lpc17rt-thread.uvopt (100%) rename bsp/{lpc1766 => lpc176x}/lpc17rt-thread.uvproj (100%) rename bsp/{lpc1766 => lpc176x}/rtconfig.h (100%) rename bsp/{lpc1766 => lpc176x}/startup.c (100%) rename bsp/{lpc1766 => lpc176x}/uart.c (100%) rename bsp/{lpc1766 => lpc176x}/uart.h (100%) diff --git a/bsp/lpc1766/CMSIS/LPC17xx.h b/bsp/lpc176x/CMSIS/LPC17xx.h similarity index 100% rename from bsp/lpc1766/CMSIS/LPC17xx.h rename to bsp/lpc176x/CMSIS/LPC17xx.h diff --git a/bsp/lpc1766/CMSIS/core_cm3.c b/bsp/lpc176x/CMSIS/core_cm3.c similarity index 100% rename from bsp/lpc1766/CMSIS/core_cm3.c rename to bsp/lpc176x/CMSIS/core_cm3.c diff --git a/bsp/lpc1766/CMSIS/core_cm3.h b/bsp/lpc176x/CMSIS/core_cm3.h similarity index 100% rename from bsp/lpc1766/CMSIS/core_cm3.h rename to bsp/lpc176x/CMSIS/core_cm3.h diff --git a/bsp/lpc1766/CMSIS/startup_LPC17xx.s b/bsp/lpc176x/CMSIS/startup_LPC17xx.s similarity index 100% rename from bsp/lpc1766/CMSIS/startup_LPC17xx.s rename to bsp/lpc176x/CMSIS/startup_LPC17xx.s diff --git a/bsp/lpc1766/CMSIS/system_LPC17xx.c b/bsp/lpc176x/CMSIS/system_LPC17xx.c similarity index 100% rename from bsp/lpc1766/CMSIS/system_LPC17xx.c rename to bsp/lpc176x/CMSIS/system_LPC17xx.c diff --git a/bsp/lpc1766/CMSIS/system_LPC17xx.h b/bsp/lpc176x/CMSIS/system_LPC17xx.h similarity index 100% rename from bsp/lpc1766/CMSIS/system_LPC17xx.h rename to bsp/lpc176x/CMSIS/system_LPC17xx.h diff --git a/bsp/lpc1766/CMSIS/type.h b/bsp/lpc176x/CMSIS/type.h similarity index 100% rename from bsp/lpc1766/CMSIS/type.h rename to bsp/lpc176x/CMSIS/type.h diff --git a/bsp/lpc1766/application.c b/bsp/lpc176x/application.c similarity index 100% rename from bsp/lpc1766/application.c rename to bsp/lpc176x/application.c diff --git a/bsp/lpc1766/board.c b/bsp/lpc176x/board.c similarity index 100% rename from bsp/lpc1766/board.c rename to bsp/lpc176x/board.c diff --git a/bsp/lpc1766/board.h b/bsp/lpc176x/board.h similarity index 100% rename from bsp/lpc1766/board.h rename to bsp/lpc176x/board.h diff --git a/bsp/lpc1766/lpc17rt-thread.uvopt b/bsp/lpc176x/lpc17rt-thread.uvopt similarity index 100% rename from bsp/lpc1766/lpc17rt-thread.uvopt rename to bsp/lpc176x/lpc17rt-thread.uvopt diff --git a/bsp/lpc1766/lpc17rt-thread.uvproj b/bsp/lpc176x/lpc17rt-thread.uvproj similarity index 100% rename from bsp/lpc1766/lpc17rt-thread.uvproj rename to bsp/lpc176x/lpc17rt-thread.uvproj diff --git a/bsp/lpc1766/rtconfig.h b/bsp/lpc176x/rtconfig.h similarity index 100% rename from bsp/lpc1766/rtconfig.h rename to bsp/lpc176x/rtconfig.h diff --git a/bsp/lpc1766/startup.c b/bsp/lpc176x/startup.c similarity index 100% rename from bsp/lpc1766/startup.c rename to bsp/lpc176x/startup.c diff --git a/bsp/lpc1766/uart.c b/bsp/lpc176x/uart.c similarity index 100% rename from bsp/lpc1766/uart.c rename to bsp/lpc176x/uart.c diff --git a/bsp/lpc1766/uart.h b/bsp/lpc176x/uart.h similarity index 100% rename from bsp/lpc1766/uart.h rename to bsp/lpc176x/uart.h