Skip to content

mikroSDK v2.10.2 released

Compare
Choose a tag to compare
@MarkoZiv MarkoZiv released this 20 Feb 11:57
· 664 commits to master since this release

v2.10.2

  • released: 2024-02-19

2.10.2 Changes

  1. Fixes
  2. Improvements
  3. NEW HARDWARE

2.10.2 Fixes

  • Fixed an issue on TIVA, where the DMA transfer would not be realized, if the source data buffer was stored in flash memory
    • Configured flash memory to allow the DMA access to the whole flash memory space
  • Added guards for tim_regs_map array in dsPIC low-level PWM implementation

2.10.2 Improvements

  • Removed option to choose receive buffer and filter config for FIFO1 in low level implementation for PIC18 CAN implementation
    • Receive buffers are not selectable due to HW restrictions. Filter and mask configuration for FIFO1 is going to be handled once CAN over interrupts is supported
  • Removed NC definition for not connected pins from MCU card headers for 61 MCU cards
    • Now user will have compile time error if he tries using pin that is not routed to mikroBUS
  • Added NC macro as HAL_PIN_NC to 20 PIM MCU card headers that didn't have it
  • Removed display support for MCU CARD 2 FOR KINETIS with MK20 MCUs as it doesn't have TFT pins

2.10.2 NEW HARDWARE