Skip to content

mikroSDK v2.11.4 released

Compare
Choose a tag to compare
@StrahinjaJacimovic StrahinjaJacimovic released this 17 Oct 11:39
· 745 commits to master since this release
70660f5

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