Merge pull request #265 from trabucayre/tangNano4K_connector

platforms/sipeed_tang_nano_4k: add P6 and P7 connectors
This commit is contained in:
enjoy-digital 2021-09-09 11:43:05 +02:00 committed by GitHub
commit d4613562a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -69,7 +69,10 @@ _io = [
# Connectors ---------------------------------------------------------------------------------------
_connectors = []
_connectors = [
["P6", "30 29 28 27 23 22 21 20 19 18 17 13 16 9 8 33 2 - - - - 15"],
["P7", "31 32 34 35 10 39 40 41 42 43 47 48 1 46 44 - - 6 3 4 7 14"],
]
# Platform -----------------------------------------------------------------------------------------