mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Introduce RISC-V GAP dev/platform
This commit is contained in:
@ -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 = []
|
||||
|
Reference in New Issue
Block a user