1. Packs
  2. CMSIS-View

Change Log

Version 1.1.0: Dec. 19, 2023

Get Pack
      - Event Recorder
        - Add support for CMSIS v6
        - Update conditions to prevent simultaneous selection of CMSIS-View:Event Recorder and Compiler:Event Recorder components
        - Update Event Statistic example to support CMSIS-Toolbox v2
      - Fault component
        - Extend section name for fault information, for easier absolute addressing via the linker script
        - Update Fault example for Cortex-M33 (B-U585I-IOT02A) with improved GCC support and add support for building with CMSIS-Toolbox v2
        - Update Fault example for AVH Cortex-M7 to support CMSIS-Toolbox v2

Version 1.0.0: June 5, 2023

Get Pack
      Initial release of EventRecorder and Fault components as replacement for Keil.ARM-Compiler pack.
      - Rename component class to CMSIS-View. For migration, deselect old "Compiler::EventRecorder" component and select new "CMSIS-View::EventRecorder" one.
      - Fixes/additions for IAR Compiler
      - Enhacements for documentation
      - Optimize Record Lock/Unlock in Event Recorder (using C11 atomics except for Cortex-M0)
      - Correct timestamp overflow handling in Event Recorder
      - Add "CMSIS-View::Fault" component for recording system faults.