mirror of
https://github.com/platformio/platformio-core.git
synced 2025-11-02 07:01:36 +01:00
Allowed to pass multiple "SomePlatform" to the install/uninstall commands
This commit is contained in:
@@ -12,13 +12,9 @@ Wiring Framework (Arduino + Energia) Blink Example
|
||||
$ cd platformio-develop/examples/wiring-blink/
|
||||
|
||||
# Install Atmel AVR development platform with Arduino Framework
|
||||
$ platformio install atmelavr --with-package=framework-arduinoavr
|
||||
|
||||
# Install TI MSP430 development platform with Energia Framework
|
||||
$ platformio install timsp430 --with-package=framework-energiamsp430
|
||||
|
||||
# Install TI TIVA development platform with Energia Framework
|
||||
$ platformio install titiva --with-package=framework-energiativa
|
||||
$ platformio install atmelavr timsp430 titiva
|
||||
|
||||
# Process example project
|
||||
$ platformio run
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.6 MiB After Width: | Height: | Size: 4.0 MiB |
Reference in New Issue
Block a user