X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farm_adi_v5.h;h=bc5611650d92d1bc97d0bab08c6d9dff286fd4bb;hp=aa5fa42fef6efcdc6c277dd005218f81b41b6280;hb=0dba1815e6362cc08e983f8f09af0224ad5ae693;hpb=2231da8ec4e7d7ae9b652f3dd1a7104f5a110f3f diff --git a/src/target/arm_adi_v5.h b/src/target/arm_adi_v5.h index aa5fa42fef..bc5611650d 100644 --- a/src/target/arm_adi_v5.h +++ b/src/target/arm_adi_v5.h @@ -244,6 +244,10 @@ struct adiv5_dap { * should be performed before the next access. */ bool do_reconnect; + + /** Flag saying whether to ignore the syspwrupack flag in DAP. Some devices + * do not set this bit until later in the bringup sequence */ + bool ignore_syspwrupack; }; /**