- add xpi flash support for hpmicro devices Change-Id: I3531fdf20a34561c6f3fe6ac0b9af988d483aae7 Signed-off-by: Ryan QIAN <jianghao.qian@hpmicro.com> Reviewed-on: https://review.openocd.org/c/openocd/+/8695 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
8 lines
309 B
Plaintext
8 lines
309 B
Plaintext
The loader relies on the romapi provided by HPMicro devices.
|
|
|
|
- hpm_common.h and all the hpm_romapi_*.c/h are reused from hpm_sdk
|
|
(v1.9.0 https://github.com/hpmicro/hpm_sdk/releases).
|
|
|
|
Due to different coding rules, these source code needs to be updated
|
|
accordingly to pass the coding rule check for openocd.
|