New Features
- add double-trap exception (loosely based on the RISC-V
Smdbltrp
ISA extension) - add support for hardware-assisted watchpoints (on-chip debugger)
- add configurable number of hardware break-/watchpoint (0..16)
What's Changed
- remove WDT "strict" bit; minor code edits and cleanups by @stnolting in #1293
- 🧪 add double-trap exception by @stnolting in #1294
- Rework RTE trap handler look-up-table by @stnolting in #1295
- [rte] cleanups and optimizations by @stnolting in #1299
- minor rtl edits and cleanups by @stnolting in #1302
- Feature: Libero support by @hughbreslin in #1300
- [ocd] add support for hardware watchpoints by @stnolting in #1303
- ✨ add configurable number of break-/watchpoints by @stnolting in #1304
- minor rtl edits and cleanups by @stnolting in #1307
⚠️ [top] remove HART_BASE generic by @stnolting in #1308- [cache] fix minimal cache block size by @stnolting in #1310
New Contributors
- @hughbreslin made their first contribution in #1300
Full Changelog: v1.11.7...v1.11.8