Rename new_cmsis to src
authorAsbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>
Fri, 14 Jan 2011 01:26:34 +0000 (01:26 +0000)
committerAsbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>
Fri, 14 Jan 2011 01:26:34 +0000 (01:26 +0000)
Signed-off-by: Asbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>

35 files changed:
src/.gdbinit [moved from new_cmsis/.gdbinit with 100% similarity]
src/.gitignore [moved from new_cmsis/.gitignore with 100% similarity]
src/Makefile [moved from new_cmsis/Makefile with 100% similarity]
src/boards/cortex_m3/core_cm3.c [moved from new_cmsis/boards/cortex_m3/core_cm3.c with 100% similarity]
src/boards/cortex_m3/core_cm3.h [moved from new_cmsis/boards/cortex_m3/core_cm3.h with 100% similarity]
src/boards/lpc1768/board.h [moved from new_cmsis/boards/lpc1768/board.h with 100% similarity]
src/boards/lpc1768/flash.ld [moved from new_cmsis/boards/lpc1768/flash.ld with 100% similarity]
src/boards/lpc1768/startup.c [moved from new_cmsis/boards/lpc1768/startup.c with 100% similarity]
src/boards/lpc1768/system.c [moved from new_cmsis/boards/lpc1768/system.c with 100% similarity]
src/boards/lpc1768/system.h [moved from new_cmsis/boards/lpc1768/system.h with 100% similarity]
src/led.h [moved from new_cmsis/led.h with 100% similarity]
src/main.c [moved from new_cmsis/main.c with 100% similarity]
src/openocd.cfg [moved from new_cmsis/openocd.cfg with 100% similarity]
src/usb.h [moved from new_cmsis/usb.h with 100% similarity]
src/usb/Abstract.txt [moved from new_cmsis/usb/Abstract.txt with 100% similarity]
src/usb/cdc.h [moved from new_cmsis/usb/cdc.h with 100% similarity]
src/usb/cdcuser.c [moved from new_cmsis/usb/cdcuser.c with 100% similarity]
src/usb/cdcuser.h [moved from new_cmsis/usb/cdcuser.h with 100% similarity]
src/usb/cfg.h [moved from new_cmsis/usb/cfg.h with 100% similarity]
src/usb/core.c [moved from new_cmsis/usb/core.c with 100% similarity]
src/usb/core.h [moved from new_cmsis/usb/core.h with 100% similarity]
src/usb/desc.c [moved from new_cmsis/usb/desc.c with 100% similarity]
src/usb/desc.h [moved from new_cmsis/usb/desc.h with 100% similarity]
src/usb/hw.c [moved from new_cmsis/usb/hw.c with 100% similarity]
src/usb/hw.h [moved from new_cmsis/usb/hw.h with 100% similarity]
src/usb/lpc17xx_libcfg.h [moved from new_cmsis/usb/lpc17xx_libcfg.h with 100% similarity]
src/usb/lpc_types.h [moved from new_cmsis/usb/lpc_types.h with 100% similarity]
src/usb/reg.h [moved from new_cmsis/usb/reg.h with 100% similarity]
src/usb/serial.c [moved from new_cmsis/usb/serial.c with 100% similarity]
src/usb/serial.h [moved from new_cmsis/usb/serial.h with 100% similarity]
src/usb/usb.h [moved from new_cmsis/usb/usb.h with 100% similarity]
src/usb/user.c [moved from new_cmsis/usb/user.c with 100% similarity]
src/usb/user.h [moved from new_cmsis/usb/user.h with 100% similarity]
src/usb/vcom.c [moved from new_cmsis/usb/vcom.c with 100% similarity]
src/usb/vcom.h [moved from new_cmsis/usb/vcom.h with 100% similarity]

similarity index 100%
rename from new_cmsis/.gdbinit
rename to src/.gdbinit
similarity index 100%
rename from new_cmsis/.gitignore
rename to src/.gitignore
similarity index 100%
rename from new_cmsis/Makefile
rename to src/Makefile
similarity index 100%
rename from new_cmsis/led.h
rename to src/led.h
similarity index 100%
rename from new_cmsis/main.c
rename to src/main.c
similarity index 100%
rename from new_cmsis/openocd.cfg
rename to src/openocd.cfg
similarity index 100%
rename from new_cmsis/usb.h
rename to src/usb.h
similarity index 100%
rename from new_cmsis/usb/cdc.h
rename to src/usb/cdc.h
similarity index 100%
rename from new_cmsis/usb/cdcuser.c
rename to src/usb/cdcuser.c
similarity index 100%
rename from new_cmsis/usb/cdcuser.h
rename to src/usb/cdcuser.h
similarity index 100%
rename from new_cmsis/usb/cfg.h
rename to src/usb/cfg.h
similarity index 100%
rename from new_cmsis/usb/core.c
rename to src/usb/core.c
similarity index 100%
rename from new_cmsis/usb/core.h
rename to src/usb/core.h
similarity index 100%
rename from new_cmsis/usb/desc.c
rename to src/usb/desc.c
similarity index 100%
rename from new_cmsis/usb/desc.h
rename to src/usb/desc.h
similarity index 100%
rename from new_cmsis/usb/hw.c
rename to src/usb/hw.c
similarity index 100%
rename from new_cmsis/usb/hw.h
rename to src/usb/hw.h
similarity index 100%
rename from new_cmsis/usb/reg.h
rename to src/usb/reg.h
similarity index 100%
rename from new_cmsis/usb/serial.c
rename to src/usb/serial.c
similarity index 100%
rename from new_cmsis/usb/serial.h
rename to src/usb/serial.h
similarity index 100%
rename from new_cmsis/usb/usb.h
rename to src/usb/usb.h
similarity index 100%
rename from new_cmsis/usb/user.c
rename to src/usb/user.c
similarity index 100%
rename from new_cmsis/usb/user.h
rename to src/usb/user.h
similarity index 100%
rename from new_cmsis/usb/vcom.c
rename to src/usb/vcom.c
similarity index 100%
rename from new_cmsis/usb/vcom.h
rename to src/usb/vcom.h