]> git.sur5r.net Git - openocd/commit
rtos: Freescale MQX rtos support
authorMarian Cingel <cingel.marian@gmail.com>
Fri, 3 Oct 2014 12:15:16 +0000 (14:15 +0200)
committerPaul Fertser <fercerpav@gmail.com>
Mon, 9 Mar 2015 06:29:17 +0000 (06:29 +0000)
commitc50047bb418da6a4ed735ca87acee04e7fd2dbe7
treeadbb9dac37672dfb80a549d2ba03fe48d17c69d1
parentdab4adb5ec50957a9ebbfa1123a634842cb2f002
rtos: Freescale MQX rtos support

ARMv7E-M (CortexM4) architecture

- fix position offset of r2,r3 registers on exception stack
- switch 'calloc' arguments
- remove prototypes of internal function and typedefs
- add NULL check for alloc functions
- remove last line of license "Franklin Street, Fifth Floor"
  because of 'checkpatch' validation
- environment: jlink + twrk60n512

Change-Id: I70840ded15b17dd945ca190ce31e2775078da2d9
Signed-off-by: Marian Cingel <cingel.marian@gmail.com>
Reviewed-on: http://openocd.zylin.com/2353
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/rtos/Makefile.am
src/rtos/mqx.c [new file with mode: 0644]
src/rtos/rtos.c
src/rtos/rtos_mqx_stackings.c [new file with mode: 0644]
src/rtos/rtos_mqx_stackings.h [new file with mode: 0644]