Skip to content

Commit

Permalink
Merge pull request #312 from HarryWeppner/beaglebone-a3
Browse files Browse the repository at this point in the history
add support for BeagleBone rev. A3
  • Loading branch information
makermelissa authored Sep 6, 2023
2 parents 66aa5de + 740b62d commit 8cc24b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adafruit_platformdetect/constants/boards.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@
BEAGLEBONE_AI64: (("B0", "7.BBONEA")),
# Original bone/white:
BEAGLEBONE: (
("A3", "A335BONE00A3"),
("A4", "A335BONE00A4"),
("A5", "A335BONE00A5"),
("A6", "A335BONE00A6"),
Expand Down

0 comments on commit 8cc24b0

Please sign in to comment.