dyne / Zenroom

Embedded no-code VM executing human-like language to manipulate data and process cryptographic operations.
https://dev.zenroom.org
GNU Affero General Public License v3.0
202 stars 64 forks source link

Add a HardFault handler for cortex-m CI test #154

Closed splasky closed 3 years ago

splasky commented 3 years ago

The CI of cortex-m may cause infinite loop when HardFault occure. Need to add an exit semihosting call when HardFault occure.

splasky commented 3 years ago

The issue has been solved by #162