Skip to content

mikroSDK v2.15.3 released

Latest
Compare
Choose a tag to compare
@esmaniksic esmaniksic released this 09 Sep 10:41
· 10 commits to master since this release

v2.15.3

  • released: 2025-09-09

Changes

Fixes

mikroSDK

  • Defined previously missing I2C register addresses for PIC18FxxK42 MCUs
    • Without these definitions, I2C-related code fails to compile on all 18 supported variants
    • Projects attempting I2C communication on these MCUs would encounter build errors
    • This update ensures proper recognition of all I2C registers by the compiler
    • I2C examples and user projects now build successfully on PIC18FxxK42 devices