PlatformIO: Difference between revisions

From Braindump
Jump to navigation Jump to search
(Created page with " [env:bluepill_f103c8] platform = ststm32 framework = stm32cube board = bluepill_f103c8 upload_protocol = serial upload_port = COM3")
 
No edit summary
Line 1: Line 1:
 
{| class="wikitable"
 
|
 
|Platform
|Board
|Framework
|Upload
|-
|Arduino UNO
|atmelavr
|uno
|arduino
|
|-
|ESP32 WROOM
|espressif32
|esp32doit-devkit-v1
|espidf
|esptool
|-
|STM Bluepill
|ststm32
|bluepill_f103c8
|stm32cube
|serial
|-
|Makerdiary
|nordicnrf52
|nrf52840_mdk
|zephyr
|nrfjprog
|}
  [env:bluepill_f103c8]
  [env:bluepill_f103c8]
  platform = ststm32
  platform = ststm32

Revision as of 06:23, 11 October 2023

Platform Board Framework Upload
Arduino UNO atmelavr uno arduino
ESP32 WROOM espressif32 esp32doit-devkit-v1 espidf esptool
STM Bluepill ststm32 bluepill_f103c8 stm32cube serial
Makerdiary nordicnrf52 nrf52840_mdk zephyr nrfjprog
[env:bluepill_f103c8]
platform = ststm32
framework = stm32cube
board = bluepill_f103c8
upload_protocol = serial
upload_port = COM3