Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 2.63 KB

changelog.md

File metadata and controls

56 lines (40 loc) · 2.63 KB

MikroElektronika


BACK TO MAIN FILE


v2.10.2

  • released: 2024-02-19

Changes

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

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

NEW HARDWARE


BACK TO MAIN FILE