Skip to content

Commit

Permalink
Merge pull request #647 from bablokb/generic_linux_pc
Browse files Browse the repository at this point in the history
Minimal support for generic linux pc
  • Loading branch information
makermelissa authored Jan 23, 2023
2 parents 3796711 + 2528bc1 commit 0c600fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/adafruit_blinka/board/generic_linux_pc.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""(Empty) definitions for the GENERIC_LINUX_PC."""
3 changes: 3 additions & 0 deletions src/board.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,9 @@
elif board_id == ap_board.AML_S905X_CC:
from adafruit_blinka.board.librecomputer.aml_s905x_cc_v1 import *

elif board_id == ap_board.GENERIC_LINUX_PC:
from adafruit_blinka.board.generic_linux_pc import *

elif "sphinx" in sys.modules:
pass

Expand Down

0 comments on commit 0c600fe

Please sign in to comment.