Read Cortex M4F floating point registers
authorMichael Pratt <michael@pratt.im>
Mon, 9 Jul 2012 01:04:30 +0000 (21:04 -0400)
committerMichael Pratt <michael@pratt.im>
Mon, 9 Jul 2012 01:04:30 +0000 (21:04 -0400)
commita71f48db1055dd7cbd73260e089a63e86afaebb8
treebb17831e819734e073920f99680ed400659f430d
parentf8d3b170f974d7070a83fd6090ca5fe80aaa3420
Read Cortex M4F floating point registers

Since the ST-LINK does not seem to support reading these registers, I
have implemented functions that will manually request these registers
and add them to the reg struct.

As of now, these functions are just backend and are not integrated into
anything, however I have verified that they work with the STM32F407
DISCOVERY board.
src/stlink-common.c
src/stlink-common.h
src/stlink-usb.c