Skip to content

Commit

Permalink
Merge pull request #791 from shawnchainw/main
Browse files Browse the repository at this point in the history
Added support RADXA ROCK 4SE board
  • Loading branch information
makermelissa committed Feb 28, 2024
2 parents 62a0119 + be2ddf0 commit a3ab4c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/board.py
Expand Up @@ -271,6 +271,9 @@
elif board_id == ap_board.ROCK_PI_4_C_PLUS:
from adafruit_blinka.board.radxa.rockpi4 import *

elif board_id == ap_board.ROCK_PI_4_SE:
from adafruit_blinka.board.radxa.rockpi4 import *

elif board_id == ap_board.ROCK_PI_5:
from adafruit_blinka.board.radxa.rock5 import *

Expand Down

0 comments on commit a3ab4c5

Please sign in to comment.