platformio / platform-maxim32

Maxim Integrated MAX32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/maxim32
Apache License 2.0
3 stars 1 forks source link
mbed platformio platformio-platform

Maxim 32: development platform for PlatformIO

Build Status

Maxim's microcontrollers provide low-power, efficient, and secure solutions for challenging embedded applications. Maxim's processors embed cutting-edge technologies to secure data and intellectual property, proven analog circuitry for real-world applications, and battery-conserving low power operation.

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

[env:stable]
platform = maxim32
board = ...
...

Development version

[env:development]
platform = https://github.com/platformio/platform-maxim32.git
board = ...
...

Configuration

Please navigate to documentation.