Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 893 Bytes

File metadata and controls

21 lines (12 loc) · 893 Bytes

MFL Platform

Description

PlatformIO platform implementation for the GD32F103Rx and GD32F303Rx MCUs using MFL.

Supported boards

See boards folder.

  • GD32F303RE (Cortex-M4)
  • GD32F103RE (Cortex-M3)
  • GD32F103RC (Cortex-M3)

Currently only three MCU versions and three boards are supported. Other MCUs and boards may be added in the future if there is interest. The main purpose of this platform is to support building Marlin Firmware for this chip.

How to use

Install PlatformIO

The platform can be installed manually using pio platform install https://github.com/bmourit/platform-mfl.git on the CLI. This is done automatically when compiling one of the example projects.