]> git.gag.com Git - fw/openocd/commit
target/cortex_m: remove fp_code_available counting
authorTomas Vanek <vanekt@fbl.cz>
Thu, 24 Jan 2019 12:36:39 +0000 (13:36 +0100)
committerMatthias Welwarsky <matthias@welwarsky.de>
Mon, 1 Apr 2019 09:48:51 +0000 (10:48 +0100)
commit4db5299b5bd2c3e853f7383c076f9726dc588680
treeda97b41b1fc3ae028f99b267fc5368113272693d
parent16432e681e0d776d7f40f14ad0aed3f7e17b848b
target/cortex_m: remove fp_code_available counting

fp_code_available looses sync with the real number of free comparators
as soon as cortex_m_set_breakpoint() returns an error. Remove the counter
and always go through the fp_comparator_list to find a free one.

Change-Id: I9f6e06c36d8a57ad11df5155e8a1a3aff6d833a5
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-on: http://openocd.zylin.com/4870
Tested-by: jenkins
Reviewed-by: Jānis Skujenieks <janis.skujenieks@gmail.com>
Reviewed-by: Christopher Head <chead@zaber.com>
Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de>
src/target/cortex_m.c
src/target/cortex_m.h