PlatformIO

From ElectroDragon Wiki
Revision as of 15:03, 9 January 2020 by Chao (talk | contribs) (→‎Reference)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Supported Boards Example

ARM GCC

Installation

  • Install in VScode
  • Open "new terminal"

Install for GD32V by CMD

  • platformio platform install gd32v
  • This will install gd32v @ 1.1.1

Git install Longan GD32V

Other CMD

  • platformio -h
  • platformio settings get
  • Set project folder - platformio settings set projects_dir c:/platformio

Support

Platforms: Atmel AVR, Atmel SAM, Espressif 32, Espressif 8266, Freescale Kinetis, Infineon XMC, Intel ARC32, Intel MCS-51 (8051), Kendryte K210, Lattice iCE40, Maxim 32, Microchip PIC32, Nordic nRF51, Nordic nRF52, NXP LPC, RISC-V, Samsung ARTIK, Silicon Labs EFM32, ST STM32, ST STM8, Teensy, TI MSP430, TI Tiva, WIZNet W7500


Frameworks: Arduino, ARTIK SDK, CMSIS, ESP-IDF, ESP8266 RTOS SDK, Freedom E SDK, Kendryte Standalone SDK, Kendryte FreeRTOS SDK, libOpenCM3, mbed, PULP OS, Pumbaa, Simba, SPL, STM32Cube, Tizen RT, WiringPi

Bug Fixs

  • To fix folder error, delete .platformio in home folder

Reference