MikroElektronika / mikrosdk_v2

mikroSDK 2.0 is an embedded software development framework designed to simplify and accelerate application development on Mikroe hardware platform, specifically for Click Boards™ and other extension board drivers, on a wide range of microcontroller vendors and architectures.
https://www.mikroe.com/mikrosdk
Other
63 stars 38 forks source link

Added keyword replacement script for MCU specific keyword. #11

Closed StrahinjaJacimovic closed 2 months ago

StrahinjaJacimovic commented 2 months ago

Improvements:

Some MCUs have specific keywords used in thirdparty libraries, i.e. code for Microchip MCUs.

The script will replace the keyword occurrences with _keyword (add and undersore).