Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 1.75 KB

changelog.md

File metadata and controls

68 lines (48 loc) · 1.75 KB

MikroElektronika


BACK TO MAIN FILE


v2.12.0

  • released: 2024-11-08

Changes

Improvements

mikroSDK

mikroSDK now has the option to skip DRV to HAL layer jumps completely.

Note that this feature is enabled by default in NECTO.

Fixes

  • Fixed PIC XC8 SPI module so the code can be generated
    • Previous code was too complex for XC8 compiler, so it has been simplified
  • Fixed all timer module number definitions for all STM32L1x MCUs
    • Previously, timer/pwm was not working correctly as these values were incorrect

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