Skip to content

Commit a415d66

Browse files
committed
Add uart config to test.json
1 parent 07cd804 commit a415d66

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2+
"config": {
3+
"UART1_TX": "D1",
4+
"UART1_RX": "D0",
5+
"UART2_TX": "USBTX",
6+
"UART2_RX": "USBRX"
7+
},
28
"target_overrides": {
39
"K64F":{
410
"target.components_add" : ["SPIF"],

0 commit comments

Comments
 (0)