extend the cmsis emulation layer to compile with the complete efm32lib

most of this is non-functional but just a list of stubs that are
absolutely required to make it compile
This commit is contained in:
chrysn
2012-04-19 13:14:54 +02:00
parent 43acfc531a
commit 705cdab7d7
36 changed files with 253 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# gets set when loading the file, without this i get the "Remote 'g' packet
# reply is too long" errors
set arm abi AAPCS
target remote localhost:2331
monitor speed auto
# this seems to be less about the architecture and more about how to
# communicate with gdb. "set endian big" works just as well.
monitor endian little
# sometimes this doesn't work, then the gdbserver has to be restarted
monitor reset
monitor go
monitor halt