Add a new family of core: "Cortex-M3". This cpu have a different architecture compare...
authorqwert <qwert@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 4 Sep 2008 16:44:45 +0000 (16:44 +0000)
committerqwert <qwert@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 4 Sep 2008 16:44:45 +0000 (16:44 +0000)
commit463815ea17ba2a28a3917ab4fc037b2a304c9c67
tree84302677c23f09452f72a6769ba0f7c80367bfc6
parenteb05dafc4b6b985e8dfd130d7dfd5e9d8f8ae465
Add a new family of core: "Cortex-M3". This cpu have a different architecture compared to other arm cpus. One of the most things that
makes cortex core different from others arm cpu is the ISA: Only thumb2 instruction set is supported by this core.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1785 38d2e660-2303-0410-9eaa-f027e97ec537
bertos/cpu/cortex-m3/io/lm3s.h [new file with mode: 0644]
bertos/cpu/cortex-m3/io/lm3s1968.h [new file with mode: 0644]
bertos/cpu/cortex-m3/scripts/lm3s1968_ram.ld [new file with mode: 0644]
bertos/cpu/cortex-m3/scripts/lm3s1968_rom.ld [new file with mode: 0644]
bertos/cpu/cortex-m3/scripts/lm3s_program.script [new file with mode: 0644]
bertos/cpu/cortex-m3/scripts/openocd_lm3s1968_debug.cfg [new file with mode: 0644]
bertos/cpu/cortex-m3/scripts/openocd_lm3s1968_flash.cfg [new file with mode: 0644]