analogdevicesinc / msdk

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

fix(PeriphDrivers): Fix zephyr wrapper build error SPI #1031

Closed mertekren closed 2 weeks ago

mertekren commented 4 weeks ago

Description

There are name changes in me30 for words "master, slave" to "controller, target". This causes some build errors for zephyr max32 side of things. This PR provides fixing this problem.

Checklist Before Requesting Review

ozersa commented 3 weeks ago

Target shall be feat/ME30 not main.

mertekren commented 3 weeks ago

Target shall be feat/ME30 not main.

Done