Skip to content

Commit

Permalink
better build file
Browse files Browse the repository at this point in the history
  • Loading branch information
ctranstrum committed Sep 30, 2024
1 parent 85f1e34 commit 15893f9
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
include:
# Lintilla
- board: seeeduino_xiao_ble
shield: lintilla_left_central rgbled_adapter
artifact-name: lintilla-left-central
- board: seeeduino_xiao_ble
shield: lintilla_right_peripheral rgbled_adapter
artifact-name: lintilla-right-peripheral

# Lintilla Dongle
# Lintilla Dongle (optional)
- board: seeeduino_xiao_ble
shield: lintilla_dongle dongle_display
artifact-name: lintilla-dongle

# Lintilla left can either be a central (no dongle) or peripheral (with dongle)
- board: seeeduino_xiao_ble
shield: lintilla_left_central rgbled_adapter
artifact-name: lintilla-left-central
- board: seeeduino_xiao_ble
shield: lintilla_left_peripheral rgbled_adapter
artifact-name: lintilla-left-peripheral
# We already have this board defined above
# but if you comment out the above so you build only the dongle
# you can uncomment this here
# - board: seeeduino_xiao_ble
# shield: lintilla_right_peripheral rgbled_adapter
# artifact-name: lintilla_right_peripheral

# Lintilla right will always be a peripheral
- board: seeeduino_xiao_ble
shield: lintilla_right_peripheral rgbled_adapter
artifact-name: lintilla-right-peripheral

0 comments on commit 15893f9

Please sign in to comment.