mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Introduce RISC-V GAP dev/platform
This commit is contained in:
2
docs
2
docs
Submodule docs updated: 19c1155b6a...a85f7c4b79
2
examples
2
examples
Submodule examples updated: d4cc2c651d...6e5d42b63d
@ -286,7 +286,7 @@ def generate_platform(name, rst_dir):
|
|||||||
print "Processing platform: %s" % name
|
print "Processing platform: %s" % name
|
||||||
|
|
||||||
compatible_boards = [
|
compatible_boards = [
|
||||||
board for board in BOARDS if name in board['platform']
|
board for board in BOARDS if name == board['platform']
|
||||||
]
|
]
|
||||||
|
|
||||||
lines = []
|
lines = []
|
||||||
|
Reference in New Issue
Block a user