v0.2.0
github-actions
released this
24 Sep 14:18
·
6 commits
to refs/heads/main
since this release
What's Changed
-
Add PCD flag to allow disabling debugger polling @cfernald (#60)
Change Details
## Description
Adds a flag to the debugger PCD and HOB to allow polling for break from the debugger. This may be necessary for scenarios where the debugger and console share a serial port so that they do not contend over input while the debugger is not broken-in.
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
Testing Instructions: N/A
🚀 Features & ✨ Enhancements
-
Still break into the debugger on unknown exception handlers @cfernald (#55)
Change Details
## Description
Changes the default behavior from unknown exceptions from a cpu dead loop to still break into the debugger with a "generic fault" information
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
Testing Instructions: N/A
Full Changelog: v0.1.5...v0.2.0