Skip to content

Commit

Permalink
Add default environment to each example
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jun 22, 2017
1 parent f8a58f9 commit 372f45c
Show file tree
Hide file tree
Showing 39 changed files with 141 additions and 2 deletions.
3 changes: 3 additions & 0 deletions atmelavr/arduino-blink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = uno

[env:uno]
platform = atmelavr
framework = arduino
Expand Down
3 changes: 3 additions & 0 deletions atmelavr/arduino-internal-libs/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = uno

[env:uno]
platform = atmelavr
framework = arduino
Expand Down
3 changes: 3 additions & 0 deletions atmelavr/digitstump-mouse/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = digispark-tiny

[env:digispark-tiny]
platform = atmelavr
framework = arduino
Expand Down
3 changes: 3 additions & 0 deletions atmelsam/arduino-external-libs/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = due

[env:due]
platform = atmelsam
framework = arduino
Expand Down
3 changes: 3 additions & 0 deletions atmelsam/arduino-internal-libs/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = zero

[env:due]
platform = atmelsam
framework = arduino
Expand Down
3 changes: 3 additions & 0 deletions espressif/esp32-arduino-blink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = esp32dev

[env:esp32dev]
platform = espressif32
framework = arduino
Expand Down
8 changes: 8 additions & 0 deletions espressif/esp32-arduino-wifiscan/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = esp32dev

[env:esp32dev]
platform = espressif32
framework = arduino
board = esp32dev

[env:nano32]
platform = espressif32
framework = arduino
Expand Down
9 changes: 9 additions & 0 deletions espressif/esp32-espidf-ble-adv/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = esp32dev

[env:esp32dev]
platform = espressif32
framework = espidf
board = esp32dev
build_flags = -DCONFIG_WIFI_SSID=\"ESP_AP\" -DCONFIG_WIFI_PASSWORD=\"MYPASS\"

[env:nano32]
platform = espressif32
framework = espidf
Expand Down
9 changes: 9 additions & 0 deletions espressif/esp32-espidf-coap-server/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = esp32dev

[env:esp32dev]
platform = espressif32
framework = espidf
board = esp32dev
build_flags = -DCONFIG_WIFI_SSID=\"ESP_AP\" -DCONFIG_WIFI_PASSWORD=\"MYPASS\"

[env:nano32]
platform = espressif32
framework = espidf
Expand Down
3 changes: 3 additions & 0 deletions espressif/esp32-espidf-hello-world/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = esp32dev

[env:esp32dev]
platform = espressif32
framework = espidf
Expand Down
9 changes: 9 additions & 0 deletions espressif/esp32-espidf-http-request/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = esp32dev

[env:esp32dev]
platform = espressif32
framework = espidf
board = esp32dev
build_flags = -DCONFIG_WIFI_SSID=\"ESP_AP\" -DCONFIG_WIFI_PASSWORD=\"MYPASS\"

[env:nano32]
platform = espressif32
framework = espidf
Expand Down
9 changes: 9 additions & 0 deletions espressif/esp32-espidf-peripherals-uart/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = esp32dev

[env:esp32dev]
platform = espressif32
framework = espidf
board = esp32dev
build_flags = -DCONFIG_WIFI_SSID=\"ESP_AP\" -DCONFIG_WIFI_PASSWORD=\"MYPASS\"

[env:nano32]
platform = espressif32
framework = espidf
Expand Down
9 changes: 9 additions & 0 deletions espressif/esp32-espidf-storage-sdcard/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = esp32dev

[env:esp32dev]
platform = espressif32
framework = espidf
board = esp32dev
build_flags = -DCONFIG_WIFI_SSID=\"ESP_AP\" -DCONFIG_WIFI_PASSWORD=\"MYPASS\"

[env:nano32]
platform = espressif32
framework = espidf
Expand Down
3 changes: 3 additions & 0 deletions espressif/esp8266-webserver/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = nodemcu

[env:esp01]
platform = espressif8266
framework = arduino
Expand Down
2 changes: 2 additions & 0 deletions mbed/mbed-blink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = nucleo_f401re

# NXP LPC Platform
[env:lpc1768]
Expand Down
2 changes: 2 additions & 0 deletions mbed/mbed-dsp/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = nucleo_f401re

# NXP LPC Platform
[env:lpc1768]
Expand Down
2 changes: 2 additions & 0 deletions mbed/mbed-http-client/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = lpc1768

# NXP LPC Platform
[env:lpc1768]
Expand Down
2 changes: 2 additions & 0 deletions mbed/mbed-rtos/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = lpc1768

# NXP LPC Platform
[env:lpc1768]
Expand Down
2 changes: 2 additions & 0 deletions mbed/mbed-serial/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = nucleo_f401re

# NXP LPC Platform
[env:lpc1768]
Expand Down
3 changes: 3 additions & 0 deletions microchippic32/arduino-blink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = cerebot32mx4

[env:cerebot32mx4]
platform = microchippic32
framework = arduino
Expand Down
3 changes: 3 additions & 0 deletions microchippic32/arduino-internal-libs/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = fubarino_mini

[env:fubarino_mini]
platform = microchippic32
framework = arduino
Expand Down
2 changes: 2 additions & 0 deletions simba/blink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = arduino_uno

[env:arduino_due]
platform = atmelsam
Expand Down
2 changes: 2 additions & 0 deletions simba/hello_world/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = arduino_uno

[env:arduino_due]
platform = atmelsam
Expand Down
3 changes: 3 additions & 0 deletions stm32/arduino-blink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = genericSTM32F103RB

[env:maple]
platform = ststm32
framework = arduino
Expand Down
3 changes: 3 additions & 0 deletions stm32/arduino-external-libs/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = genericSTM32F103RB

[env:maple]
platform = ststm32
framework = arduino
Expand Down
3 changes: 3 additions & 0 deletions stm32/arduino-internal-libs/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = genericSTM32F103RB

[env:maple]
platform = ststm32
framework = arduino
Expand Down
3 changes: 3 additions & 0 deletions stm32/stm32-cmsis-blink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = disco_f407vg

[env:disco_f407vg]
platform = ststm32
framework = cmsis
Expand Down
3 changes: 3 additions & 0 deletions stm32/stm32-opencm3-blink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = disco_f407vg

[env:disco_f407vg]
platform = ststm32
framework = libopencm3
Expand Down
3 changes: 3 additions & 0 deletions stm32/stm32-spl-blink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = disco_f407vg

[env:disco_f407vg]
platform = ststm32
framework = spl
Expand Down
3 changes: 3 additions & 0 deletions stm32/stm32cube-hal-blink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = nucleo_f401re

[env:nucleo_f072rb]
platform = ststm32
framework = stm32cube
Expand Down
3 changes: 3 additions & 0 deletions teensy/hid-usb-mouse/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = teensy31

[env:teensy31]
platform = teensy
framework = arduino
Expand Down
3 changes: 3 additions & 0 deletions teensy/internal-libs/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = teensy31

[env:teensy20]
platform = teensy
framework = arduino
Expand Down
3 changes: 3 additions & 0 deletions timsp430/energia-blink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = LaunchPad_msp430g2553

[env:LaunchPad_msp430f5529]
platform = timsp430
framework = energia
Expand Down
3 changes: 3 additions & 0 deletions titiva/energia-blink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = LaunchPad_lm4f120h5qr

[env:LaunchPad_lm4f120h5qr]
platform = titiva
framework = energia
Expand Down
3 changes: 3 additions & 0 deletions titiva/native-blink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = LaunchPad_lm4f120h5qr

[env:LaunchPad_lm4f120h5qr]
platform = titiva
framework = energia
Expand Down
3 changes: 3 additions & 0 deletions titiva/opencm3-blink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = LaunchPad_lm4f120h5qr

[env:LaunchPad_lm4f120h5qr]
platform = titiva
framework = libopencm3
Expand Down
2 changes: 0 additions & 2 deletions unit-testing/stm32cube/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html



[env:nucleo_f401re]
platform = ststm32
framework = stm32cube
Expand Down
Loading

0 comments on commit 372f45c

Please sign in to comment.