Added environment for greyhash

This commit is contained in:
2020-05-30 18:21:24 +02:00
parent 584c4c40fb
commit 23734ee76d
2 changed files with 39 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ install:
env: env:
- BUILD_CONFIG=feedc0de_usb - BUILD_CONFIG=feedc0de_usb
- BUILD_CONFIG=greyhash_usb
- BUILD_CONFIG=aveexy_usb - BUILD_CONFIG=aveexy_usb
- BUILD_CONFIG=testbench_usb - BUILD_CONFIG=testbench_usb
- BUILD_CONFIG=mickdermack_usb - BUILD_CONFIG=mickdermack_usb

View File

@@ -126,6 +126,44 @@ upload_port = 192.168.127.171
[greyhash]
build_flags =
${common_env_data.build_flags}
${peters_platine.build_flags}
${default_limits.build_flags}
-DDEFAULT_GASMIN=400
-DDEFAULT_GASMAX=2000
-DDEFAULT_BREMSMIN=600
-DDEFAULT_BREMSMAX=2300
[env:greyhash_usb]
platform = ${common_env_data.platform}
board = ${common_env_data.board}
framework = ${common_env_data.framework}
board_build.partitions = ${common_env_data.board_build.partitions}
lib_deps = ${common_env_data.lib_deps}
lib_compat_mode = ${common_env_data.lib_compat_mode}
build_unflags = ${common_env_data.build_unflags}
build_flags = ${greyhash.build_flags}
upload_speed = 921600
upload_port = /dev/ttyUSB*
;[env:greyhash_ota]
;platform = ${common_env_data.platform}
;board = ${common_env_data.board}
;framework = ${common_env_data.framework}
;board_build.partitions = ${common_env_data.board_build.partitions}
;lib_deps = ${common_env_data.lib_deps}
;lib_compat_mode = ${common_env_data.lib_compat_mode}
;build_unflags = ${common_env_data.build_unflags}
;build_flags = ${greyhash.build_flags}
;upload_protocol = espota
;upload_port = 192.168.127.
[env:aveexy_usb] [env:aveexy_usb]
platform = ${common_env_data.platform} platform = ${common_env_data.platform}
board = ${common_env_data.board} board = ${common_env_data.board}