Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mini definition #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 45 additions & 54 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,78 +7,69 @@
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
;

[env]

build_unflags =
-std=gnu++11
-std=gnu++14

build_flags =
-std=c++1z
-Wno-register


#[env:rfboard]
#platform = https://github.com/candykingdom/platform-candykingdomsam.git
#board = rfboard
#framework = arduino
#platform_packages =
#; Choose the correct package for your OS:
#; tool-bossac-candykingdom @ https://candykingdom.github.io/firefly-v2-board/tools/bossac_linux.tar.bz2
# tool-bossac-candykingdom @ https://candykingdom.github.io/firefly-v2-board/tools/bossac_osx.tar.bz2
#; tool-bossac-candykingdom @ https://candykingdom.github.io/firefly-v2-board/tools/bossac_windows.tar.bz2
#
#lib_deps =
# https://github.com/candykingdom/FastLED.git
#
#build_src_filter = -<*> +<firefly2>
build_unflags =
-std=gnu++11
-std=gnu++14
build_flags =
-std=c++1z
-Wno-register

[env:teensy]
platform = [email protected]
board = teensy41
framework = arduino
build_flags =
${env.build_flags}
-DWS2812_PIN=31
lib_deps =
fastled/FastLED@^3.6.0
ademuri/smart-input-filter@^0.3.2
https://github.com/ademuri/Arduino-EasyTransfer.git#cleanup
mikem/VirtualWire@^1.27
Wire
https://github.com/tonton81/WDT_T4.git#1910b57
https://github.com/PaulStoffregen/Time.git

build_flags =
${env.build_flags}
-DWS2812_PIN=31
lib_deps =
fastled/FastLED@^3.6.0
ademuri/smart-input-filter@^0.3.2
https://github.com/ademuri/Arduino-EasyTransfer.git#cleanup
mikem/VirtualWire@^1.27
Wire
https://github.com/tonton81/WDT_T4.git#1910b57
https://github.com/PaulStoffregen/Time.git
build_src_filter = -<*> +<teensy>

[env:teensy-model]
platform = [email protected]
board = teensy41
framework = arduino
build_flags =
${env.build_flags}
-DWS2812_PIN=31
lib_deps =
fastled/FastLED@^3.6.0
ademuri/smart-input-filter@^0.3.2
https://github.com/ademuri/Arduino-EasyTransfer.git#cleanup
mikem/VirtualWire@^1.27
Wire

build_flags =
${env.build_flags}
-DWS2812_PIN=31
lib_deps =
fastled/FastLED@^3.6.0
ademuri/smart-input-filter@^0.3.2
https://github.com/ademuri/Arduino-EasyTransfer.git#cleanup
mikem/VirtualWire@^1.27
Wire
build_src_filter = -<*> +<teensy-model>

[env:interface]
platform = [email protected]
board = teensy41
framework = arduino
lib_deps =
fastled/FastLED@^3.6.0
https://github.com/ademuri/smart-input-filter.git#a4e503c
https://github.com/ademuri/Arduino-EasyTransfer.git#cleanup
mikem/VirtualWire@^1.27
Wire
https://github.com/tonton81/WDT_T4.git#1910b57
lib_deps =
fastled/FastLED@^3.6.0
https://github.com/ademuri/smart-input-filter.git#a4e503c
https://github.com/ademuri/Arduino-EasyTransfer.git#cleanup
mikem/VirtualWire@^1.27
Wire
https://github.com/tonton81/WDT_T4.git#1910b57
build_src_filter = -<*> +<interface>

[env:mini]
platform = raspberrypi
board = pico
framework = arduino
lib_deps =
fastled/FastLED@^3.6.0
https://github.com/ademuri/smart-input-filter.git#a4e503c
https://github.com/ademuri/Arduino-EasyTransfer.git#cleanup
mikem/VirtualWire@^1.27
Wire
https://github.com/tonton81/WDT_T4.git#1910b57
build_src_filter = -<*> +<interface>