analogdevicesinc / msdk

Software Development Kit for Analog Device's MAX-series microcontrollers
Apache License 2.0
61 stars 82 forks source link

chore(Boards,PeriphDrivers): Add Olimex selection, treat UART3 as other UARTs, and fix BCB build errors for MAX32572 #914

Closed sihyung-maxim closed 7 months ago

sihyung-maxim commented 7 months ago

Description

Some fixes that were discovered for ME55 since release.

  1. UART3 was treated as a special LP UART case for MXC_UART_SetFrequency(...) and MXC_UART_GetFrequency(...), when all UARTs are the same type for ME55.
  2. BCB had some build errors since last syncup.
  3. Add Olimex selection to ME55 EVKIT adapters.

Checklist Before Requesting Review