git.asbjorn.biz
/
rapper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2253dc3
)
Rename new_cmsis to src
author
Asbjørn Sloth Tønnesen
<asbjorn@asbjorn.biz>
Fri, 14 Jan 2011 01:26:34 +0000
(
01:26
+0000)
committer
Asbjø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]
patch
|
blob
|
history
src/.gitignore
[moved from
new_cmsis/.gitignore
with 100% similarity]
patch
|
blob
|
history
src/Makefile
[moved from
new_cmsis/Makefile
with 100% similarity]
patch
|
blob
|
history
src/boards/cortex_m3/core_cm3.c
[moved from
new_cmsis/boards/cortex_m3/core_cm3.c
with 100% similarity]
patch
|
blob
|
history
src/boards/cortex_m3/core_cm3.h
[moved from
new_cmsis/boards/cortex_m3/core_cm3.h
with 100% similarity]
patch
|
blob
|
history
src/boards/lpc1768/board.h
[moved from
new_cmsis/boards/lpc1768/board.h
with 100% similarity]
patch
|
blob
|
history
src/boards/lpc1768/flash.ld
[moved from
new_cmsis/boards/lpc1768/flash.ld
with 100% similarity]
patch
|
blob
|
history
src/boards/lpc1768/startup.c
[moved from
new_cmsis/boards/lpc1768/startup.c
with 100% similarity]
patch
|
blob
|
history
src/boards/lpc1768/system.c
[moved from
new_cmsis/boards/lpc1768/system.c
with 100% similarity]
patch
|
blob
|
history
src/boards/lpc1768/system.h
[moved from
new_cmsis/boards/lpc1768/system.h
with 100% similarity]
patch
|
blob
|
history
src/led.h
[moved from
new_cmsis/led.h
with 100% similarity]
patch
|
blob
|
history
src/main.c
[moved from
new_cmsis/main.c
with 100% similarity]
patch
|
blob
|
history
src/openocd.cfg
[moved from
new_cmsis/openocd.cfg
with 100% similarity]
patch
|
blob
|
history
src/usb.h
[moved from
new_cmsis/usb.h
with 100% similarity]
patch
|
blob
|
history
src/usb/Abstract.txt
[moved from
new_cmsis/usb/Abstract.txt
with 100% similarity]
patch
|
blob
|
history
src/usb/cdc.h
[moved from
new_cmsis/usb/cdc.h
with 100% similarity]
patch
|
blob
|
history
src/usb/cdcuser.c
[moved from
new_cmsis/usb/cdcuser.c
with 100% similarity]
patch
|
blob
|
history
src/usb/cdcuser.h
[moved from
new_cmsis/usb/cdcuser.h
with 100% similarity]
patch
|
blob
|
history
src/usb/cfg.h
[moved from
new_cmsis/usb/cfg.h
with 100% similarity]
patch
|
blob
|
history
src/usb/core.c
[moved from
new_cmsis/usb/core.c
with 100% similarity]
patch
|
blob
|
history
src/usb/core.h
[moved from
new_cmsis/usb/core.h
with 100% similarity]
patch
|
blob
|
history
src/usb/desc.c
[moved from
new_cmsis/usb/desc.c
with 100% similarity]
patch
|
blob
|
history
src/usb/desc.h
[moved from
new_cmsis/usb/desc.h
with 100% similarity]
patch
|
blob
|
history
src/usb/hw.c
[moved from
new_cmsis/usb/hw.c
with 100% similarity]
patch
|
blob
|
history
src/usb/hw.h
[moved from
new_cmsis/usb/hw.h
with 100% similarity]
patch
|
blob
|
history
src/usb/lpc17xx_libcfg.h
[moved from
new_cmsis/usb/lpc17xx_libcfg.h
with 100% similarity]
patch
|
blob
|
history
src/usb/lpc_types.h
[moved from
new_cmsis/usb/lpc_types.h
with 100% similarity]
patch
|
blob
|
history
src/usb/reg.h
[moved from
new_cmsis/usb/reg.h
with 100% similarity]
patch
|
blob
|
history
src/usb/serial.c
[moved from
new_cmsis/usb/serial.c
with 100% similarity]
patch
|
blob
|
history
src/usb/serial.h
[moved from
new_cmsis/usb/serial.h
with 100% similarity]
patch
|
blob
|
history
src/usb/usb.h
[moved from
new_cmsis/usb/usb.h
with 100% similarity]
patch
|
blob
|
history
src/usb/user.c
[moved from
new_cmsis/usb/user.c
with 100% similarity]
patch
|
blob
|
history
src/usb/user.h
[moved from
new_cmsis/usb/user.h
with 100% similarity]
patch
|
blob
|
history
src/usb/vcom.c
[moved from
new_cmsis/usb/vcom.c
with 100% similarity]
patch
|
blob
|
history
src/usb/vcom.h
[moved from
new_cmsis/usb/vcom.h
with 100% similarity]
patch
|
blob
|
history
diff --git
a/new_cmsis/.gdbinit
b/src/.gdbinit
similarity index 100%
rename from
new_cmsis/.gdbinit
rename to
src/.gdbinit
diff --git
a/new_cmsis/.gitignore
b/src/.gitignore
similarity index 100%
rename from
new_cmsis/.gitignore
rename to
src/.gitignore
diff --git
a/new_cmsis/Makefile
b/src/Makefile
similarity index 100%
rename from
new_cmsis/Makefile
rename to
src/Makefile
diff --git
a/new_cmsis/boards/cortex_m3/core_cm3.c
b/src/boards/cortex_m3/core_cm3.c
similarity index 100%
rename from
new_cmsis/boards/cortex_m3/core_cm3.c
rename to
src/boards/cortex_m3/core_cm3.c
diff --git
a/new_cmsis/boards/cortex_m3/core_cm3.h
b/src/boards/cortex_m3/core_cm3.h
similarity index 100%
rename from
new_cmsis/boards/cortex_m3/core_cm3.h
rename to
src/boards/cortex_m3/core_cm3.h
diff --git
a/new_cmsis/boards/lpc1768/board.h
b/src/boards/lpc1768/board.h
similarity index 100%
rename from
new_cmsis/boards/lpc1768/board.h
rename to
src/boards/lpc1768/board.h
diff --git
a/new_cmsis/boards/lpc1768/flash.ld
b/src/boards/lpc1768/flash.ld
similarity index 100%
rename from
new_cmsis/boards/lpc1768/flash.ld
rename to
src/boards/lpc1768/flash.ld
diff --git
a/new_cmsis/boards/lpc1768/startup.c
b/src/boards/lpc1768/startup.c
similarity index 100%
rename from
new_cmsis/boards/lpc1768/startup.c
rename to
src/boards/lpc1768/startup.c
diff --git
a/new_cmsis/boards/lpc1768/system.c
b/src/boards/lpc1768/system.c
similarity index 100%
rename from
new_cmsis/boards/lpc1768/system.c
rename to
src/boards/lpc1768/system.c
diff --git
a/new_cmsis/boards/lpc1768/system.h
b/src/boards/lpc1768/system.h
similarity index 100%
rename from
new_cmsis/boards/lpc1768/system.h
rename to
src/boards/lpc1768/system.h
diff --git
a/new_cmsis/led.h
b/src/led.h
similarity index 100%
rename from
new_cmsis/led.h
rename to
src/led.h
diff --git
a/new_cmsis/main.c
b/src/main.c
similarity index 100%
rename from
new_cmsis/main.c
rename to
src/main.c
diff --git
a/new_cmsis/openocd.cfg
b/src/openocd.cfg
similarity index 100%
rename from
new_cmsis/openocd.cfg
rename to
src/openocd.cfg
diff --git
a/new_cmsis/usb.h
b/src/usb.h
similarity index 100%
rename from
new_cmsis/usb.h
rename to
src/usb.h
diff --git
a/new_cmsis/usb/Abstract.txt
b/src/usb/Abstract.txt
similarity index 100%
rename from
new_cmsis/usb/Abstract.txt
rename to
src/usb/Abstract.txt
diff --git
a/new_cmsis/usb/cdc.h
b/src/usb/cdc.h
similarity index 100%
rename from
new_cmsis/usb/cdc.h
rename to
src/usb/cdc.h
diff --git
a/new_cmsis/usb/cdcuser.c
b/src/usb/cdcuser.c
similarity index 100%
rename from
new_cmsis/usb/cdcuser.c
rename to
src/usb/cdcuser.c
diff --git
a/new_cmsis/usb/cdcuser.h
b/src/usb/cdcuser.h
similarity index 100%
rename from
new_cmsis/usb/cdcuser.h
rename to
src/usb/cdcuser.h
diff --git
a/new_cmsis/usb/cfg.h
b/src/usb/cfg.h
similarity index 100%
rename from
new_cmsis/usb/cfg.h
rename to
src/usb/cfg.h
diff --git
a/new_cmsis/usb/core.c
b/src/usb/core.c
similarity index 100%
rename from
new_cmsis/usb/core.c
rename to
src/usb/core.c
diff --git
a/new_cmsis/usb/core.h
b/src/usb/core.h
similarity index 100%
rename from
new_cmsis/usb/core.h
rename to
src/usb/core.h
diff --git
a/new_cmsis/usb/desc.c
b/src/usb/desc.c
similarity index 100%
rename from
new_cmsis/usb/desc.c
rename to
src/usb/desc.c
diff --git
a/new_cmsis/usb/desc.h
b/src/usb/desc.h
similarity index 100%
rename from
new_cmsis/usb/desc.h
rename to
src/usb/desc.h
diff --git
a/new_cmsis/usb/hw.c
b/src/usb/hw.c
similarity index 100%
rename from
new_cmsis/usb/hw.c
rename to
src/usb/hw.c
diff --git
a/new_cmsis/usb/hw.h
b/src/usb/hw.h
similarity index 100%
rename from
new_cmsis/usb/hw.h
rename to
src/usb/hw.h
diff --git
a/new_cmsis/usb/lpc17xx_libcfg.h
b/src/usb/lpc17xx_libcfg.h
similarity index 100%
rename from
new_cmsis/usb/lpc17xx_libcfg.h
rename to
src/usb/lpc17xx_libcfg.h
diff --git
a/new_cmsis/usb/lpc_types.h
b/src/usb/lpc_types.h
similarity index 100%
rename from
new_cmsis/usb/lpc_types.h
rename to
src/usb/lpc_types.h
diff --git
a/new_cmsis/usb/reg.h
b/src/usb/reg.h
similarity index 100%
rename from
new_cmsis/usb/reg.h
rename to
src/usb/reg.h
diff --git
a/new_cmsis/usb/serial.c
b/src/usb/serial.c
similarity index 100%
rename from
new_cmsis/usb/serial.c
rename to
src/usb/serial.c
diff --git
a/new_cmsis/usb/serial.h
b/src/usb/serial.h
similarity index 100%
rename from
new_cmsis/usb/serial.h
rename to
src/usb/serial.h
diff --git
a/new_cmsis/usb/usb.h
b/src/usb/usb.h
similarity index 100%
rename from
new_cmsis/usb/usb.h
rename to
src/usb/usb.h
diff --git
a/new_cmsis/usb/user.c
b/src/usb/user.c
similarity index 100%
rename from
new_cmsis/usb/user.c
rename to
src/usb/user.c
diff --git
a/new_cmsis/usb/user.h
b/src/usb/user.h
similarity index 100%
rename from
new_cmsis/usb/user.h
rename to
src/usb/user.h
diff --git
a/new_cmsis/usb/vcom.c
b/src/usb/vcom.c
similarity index 100%
rename from
new_cmsis/usb/vcom.c
rename to
src/usb/vcom.c
diff --git
a/new_cmsis/usb/vcom.h
b/src/usb/vcom.h
similarity index 100%
rename from
new_cmsis/usb/vcom.h
rename to
src/usb/vcom.h