Added environment for greyhash
This commit is contained in:
@@ -18,6 +18,7 @@ install:
|
||||
|
||||
env:
|
||||
- BUILD_CONFIG=feedc0de_usb
|
||||
- BUILD_CONFIG=greyhash_usb
|
||||
- BUILD_CONFIG=aveexy_usb
|
||||
- BUILD_CONFIG=testbench_usb
|
||||
- BUILD_CONFIG=mickdermack_usb
|
||||
|
@@ -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]
|
||||
platform = ${common_env_data.platform}
|
||||
board = ${common_env_data.board}
|
||||
|
Reference in New Issue
Block a user