platform-maxim32

Maxim Integrated MAX32: development platform for PlatformIO

APACHE-2.0 License

Stars
3
Committers
3

Maxim 32: development platform for PlatformIO

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.

  • Home (home page in the PlatformIO Registry)
  • Documentation (advanced usage, packages, boards, frameworks, etc.)

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.