1
0
Fork 0

Implement data driven serial driver (#23923)

This commit is contained in:
Joel Challis 2024-06-17 19:22:47 +01:00 committed by GitHub
parent 9f449246bb
commit 51acd35e6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 0 deletions

View file

@ -799,6 +799,16 @@
"minimum": 0,
"maximum": 5
},
"serial": {
"type": "object",
"additionalProperties": false,
"properties": {
"driver": {
"type": "string",
"enum": ["bitbang", "usart", "vendor"]
}
}
},
"transport": {
"type": "object",
"additionalProperties": false,