Skip to content

Latest commit

 

History

History
96 lines (72 loc) · 2.66 KB

changelog.md

File metadata and controls

96 lines (72 loc) · 2.66 KB

MikroElektronika


BACK TO MAIN FILE


v2.11.4

  • released: 2024-10-18

Changes

Improvements

mikroSDK

  • Updated logger library error handling
    • log_init now returns an error (-1) if any of the configuration API calls used in it failed

CORE

  • Removed READONLY option from linker scripts for following MCUs (CLANG)
    • STM32H7S3A8
    • STM32H7S3I8
    • STM32H7S3L8
    • STM32H7S3R8
    • STM32H7S3V8
    • STM32H7S3Z8
    • STM32H7S7A8
    • STM32H7S7I8
    • STM32H7S7L8
    • STM32H7S7Z8
    • STM32U083CC
    • STM32U083HC
    • STM32U083KC
    • STM32U083MC
    • STM32U083RC
  • Updated project templates to report better errors
    • Case when openning designer project without a setup with TFT
      • Now reports error in the output

Fixes

mikroSDK

CORE

  • Removed CAN schema file (clock configuration) for PIC32MZ1024EFE144
    • Added by mistake initially

NEW HARDWARE

NOTE:

If any new hardware was added to current version, it will be listed here.

Support added for following hardware:


BACK TO MAIN FILE