Open mcknly opened 1 month ago
The get_reset_reason() function in rp2xxx/hw_reset.c currently returns reset reason = UNKNOWN if using RP2350. This simply needs to be implemented in a similar way to RP2040, assuming the relevant register definitions still exist in the SDK.
get_reset_reason()
rp2xxx/hw_reset.c
Note that RP2350 support currently only resides on the 24-rp2350-support branch, but plan to merge it into 0.3 version of BBOS at some point
The
get_reset_reason()
function inrp2xxx/hw_reset.c
currently returns reset reason = UNKNOWN if using RP2350. This simply needs to be implemented in a similar way to RP2040, assuming the relevant register definitions still exist in the SDK.