Skip to content

Commit

Permalink
add needed board.mk files
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert committed Apr 7, 2018
1 parent 07f1c54 commit c021487
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Makefile.user
node_modules
scripts/clean-ifaces/*.plist
.vscode/c_cpp_properties.json
TAGS
2 changes: 2 additions & 0 deletions boards/dadamachines-automat/board.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CHIP_FAMILY = samd21
CHIP_VARIANT = SAMD21G18A
2 changes: 2 additions & 0 deletions boards/eitech-robotics/board.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CHIP_FAMILY = samd21
CHIP_VARIANT = SAMD21G18A
2 changes: 2 additions & 0 deletions boards/sensebox-mcu/board.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CHIP_FAMILY = samd21
CHIP_VARIANT = SAMD21G18A
2 changes: 2 additions & 0 deletions boards/wattuino-rc/board.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CHIP_FAMILY = samd21
CHIP_VARIANT = SAMD21G18A

0 comments on commit c021487

Please sign in to comment.