Skip to content

Commit

Permalink
Introduce RISC-V GAP dev/platform
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Sep 20, 2018
1 parent f0a91df commit 24f97ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples
2 changes: 1 addition & 1 deletion scripts/docspregen.py
Expand Up @@ -286,7 +286,7 @@ def generate_platform(name, rst_dir):
print "Processing platform: %s" % name

compatible_boards = [
board for board in BOARDS if name in board['platform']
board for board in BOARDS if name == board['platform']
]

lines = []
Expand Down

0 comments on commit 24f97ef

Please sign in to comment.