Skip to content

Commit

Permalink
Fix frameworks for non-esp32 boards
Browse files Browse the repository at this point in the history
  • Loading branch information
h2zero committed Oct 16, 2023
1 parent 8cc415a commit ea02393
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions environments.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

[env:rfbridge]
platform = ${com.esp8266_platform}
framework = arduino
board = esp8285
lib_deps =
${com-esp.lib_deps}
Expand All @@ -27,6 +28,7 @@ custom_hardware = RFBridge v1

[env:rfbridge-direct]
platform = espressif8266@^2
framework = arduino
board = esp8285
lib_deps =
${com-esp.lib_deps}
Expand Down Expand Up @@ -1068,6 +1070,7 @@ board_build.flash_mode = dout

[env:nodemcuv2-fastled-test]
platform = ${com.esp8266_platform}
framework = arduino
board = nodemcuv2
lib_deps =
${com-esp.lib_deps}
Expand All @@ -1082,6 +1085,7 @@ board_build.flash_mode = dout

[env:nodemcuv2-2g]
platform = ${com.esp8266_platform}
framework = arduino
board = nodemcuv2
lib_deps =
${com-esp.lib_deps}
Expand All @@ -1096,6 +1100,7 @@ custom_description = SMS gateway, need A6/A7 GSM module

[env:nodemcuv2-ir]
platform = ${com.esp8266_platform}
framework = arduino
board = nodemcuv2
lib_deps =
${com-esp.lib_deps}
Expand All @@ -1111,6 +1116,7 @@ custom_description = Infrared gateway using IRremoteESP8266

[env:nodemcuv2-rs232]
platform = ${com.esp8266_platform}
framework = arduino
board = nodemcuv2
lib_deps =
${com-esp.lib_deps}
Expand All @@ -1125,6 +1131,7 @@ custom_description = RS232 gateway

[env:avatto-bakeey-ir]
platform = ${com.esp8266_platform}
framework = arduino
board = esp01_1m
board_build.ldscript = eagle.flash.1m64.ld
lib_deps =
Expand All @@ -1148,6 +1155,7 @@ custom_hardware = Avatto Bakey IR first version, [tutorial](https://1technophile

[env:nodemcuv2-rf]
platform = ${com.esp8266_platform}
framework = arduino
board = nodemcuv2
lib_deps =
${com-esp.lib_deps}
Expand All @@ -1163,6 +1171,7 @@ custom_description = The historic RF gateway using RCSwitch library

[env:nodemcuv2-rf-cc1101]
platform = ${com.esp8266_platform}
framework = arduino
board = nodemcuv2
lib_deps =
${com-esp.lib_deps}
Expand All @@ -1180,6 +1189,7 @@ custom_description = RF gateway using RCSwitch library with CC1101

[env:nodemcuv2-somfy-cc1101]
platform = ${com.esp8266_platform}
framework = arduino
board = nodemcuv2
lib_deps =
${com-esp.lib_deps}
Expand All @@ -1197,6 +1207,7 @@ custom_description = Somfy RF gateway using Somfy Remote library, need CC1101

[env:manual-wifi-test]
platform = ${com.esp8266_platform}
framework = arduino
board = nodemcuv2
lib_deps =
${com-esp.lib_deps}
Expand All @@ -1212,6 +1223,7 @@ board_build.flash_mode = dout

[env:nodemcuv2-mqtt-fw-test]
platform = ${com.esp8266_platform}
framework = arduino
board = nodemcuv2
lib_deps =
${com-esp.lib_deps}
Expand All @@ -1224,6 +1236,7 @@ board_build.flash_mode = dout

[env:rf-wifi-gateway]
platform = ${com.esp8266_platform}
framework = arduino
board = nodemcuv2
lib_deps =
${com-esp.lib_deps}
Expand All @@ -1241,6 +1254,7 @@ custom_hardware = RF Wifi USB stick, [tutorial](https://1technophile.blogspot.co

[env:nodemcuv2-rf2]
platform = ${com.esp8266_platform}
framework = arduino
board = nodemcuv2
lib_deps =
${com-esp.lib_deps}
Expand All @@ -1256,6 +1270,7 @@ custom_description = KAKU RF gateway using NewRemoteSwitch library

[env:nodemcuv2-rf2-cc1101]
platform = ${com.esp8266_platform}
framework = arduino
board = nodemcuv2
lib_deps =
${com-esp.lib_deps}
Expand All @@ -1273,6 +1288,7 @@ custom_description = KAKU RF gateway using NewRemoteSwitch library, need CC1101

[env:nodemcuv2-pilight]
platform = espressif8266@^2
framework = arduino
board = nodemcuv2
lib_deps =
${com-esp.lib_deps}
Expand All @@ -1288,6 +1304,7 @@ custom_description = Gateway using ESPilight without the need of CC1101

[env:nodemcuv2-weatherstation]
platform = ${com.esp8266_platform}
framework = arduino
board = nodemcuv2
lib_deps =
${com-esp.lib_deps}
Expand All @@ -1303,6 +1320,7 @@ custom_description = RF gateway using WeatherStationDataRx library

[env:sonoff-basic]
platform = ${com.esp8266_platform}
framework = arduino
board = esp8285
lib_deps =
${com-esp.lib_deps}
Expand All @@ -1325,6 +1343,7 @@ custom_hardware = Sonoff Basic R1, R2

[env:sonoff-basic-rfr3]
platform = ${com.esp8266_platform}
framework = arduino
board = esp8285
lib_deps =
${com-esp.lib_deps}
Expand All @@ -1350,6 +1369,7 @@ custom_hardware = Sonoff Basic RFR3, [tutorial](https://1technophile.blogspot.co

[env:atmega-all-test]
platform = ${com.atmelavr_platform}
framework = arduino
board = megaatmega2560
lib_deps =
${com-arduino.lib_deps}
Expand Down Expand Up @@ -1403,6 +1423,7 @@ build_flags =

[env:uno-rf]
platform = ${com.atmelavr_platform}
framework = arduino
board = uno
lib_deps =
${com-arduino.lib_deps}
Expand All @@ -1417,6 +1438,7 @@ custom_description = RF gateway based on RCSwitch

[env:uno-fastled]
platform = ${com.atmelavr_platform}
framework = arduino
board = uno
lib_deps =
${com-arduino.lib_deps}
Expand Down

0 comments on commit ea02393

Please sign in to comment.