📝 Index Mobo Rev03 => Opulo Lumen Rev3

This commit is contained in:
Scott Lahteine
2022-06-29 20:16:16 -05:00
parent c1c0496073
commit d44aef8b6b
9 changed files with 34 additions and 29 deletions

View File

@ -21,6 +21,10 @@ if pioutil.is_pio_build():
from platformio.package.meta import PackageSpec
platform_packages = env.GetProjectOption('platform_packages')
# Remove all tool items from platform_packages
platform_packages = [x for x in platform_packages if not x.startswith("platformio/tool-")]
if len(platform_packages) == 0:
framewords = {
"Ststm32Platform": "framework-arduinoststm32",

View File

@ -1,13 +0,0 @@
#!/usr/bin/env bash
#
# Build tests for Index_Mobo_Rev03
#
# exit on first failure
set -e
use_example_configs Index/REV_03
exec_test $1 $2 "Index REV03 Pick and Place" "$3"
# cleanup
restore_configs

View File

@ -0,0 +1,13 @@
#!/usr/bin/env bash
#
# Build tests for Opulo_Lumen_REV3
#
# exit on first failure
set -e
use_example_configs Opulo/Lumen_REV3
exec_test $1 $2 "Opulo Lumen REV3 Pick-and-Place" "$3"
# cleanup
restore_configs