]> git.gag.com Git - fw/openocd/commit
Support bitbanging on 64-bit ARM CPUs.
authorMara Bos <m-ou.se@m-ou.se>
Fri, 9 Aug 2019 09:59:24 +0000 (11:59 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Mon, 24 Feb 2020 10:25:41 +0000 (10:25 +0000)
commit608105dff81c5035886d76d8528412139a56c4a7
treeba7b038fe575fd273292d5ddcfec964e0cd733ad
parent22df29eee8033be5dd9bdf2429701fa2252dd80b
Support bitbanging on 64-bit ARM CPUs.

The configure.ac file restricted this to only 'arm' CPUs, but
${host_cpu} is 'aarch64' (not 'arm') for 64 bit ARM CPUs.

Tested on a Raspberry Pi compute module 3.

Change-Id: I6cb1d7e7fadc51dbb12419176f1faf0a0cb0b228
Signed-off-by: Mara Bos <m-ou.se@m-ou.se>
Reviewed-on: http://openocd.zylin.com/5274
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
configure.ac