Skip to content

Commit

Permalink
Fix #628 : Add RX and TX pin for icefun board
Browse files Browse the repository at this point in the history
  • Loading branch information
spartan-conseil committed Jun 3, 2022
1 parent 00217b2 commit 6373531
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/resources/boards/icefun/pinout.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
{"type":"inout","name":"lcol4","value":"C5"},
{"type":"inout","name":"spkp","value":"M12"},
{"type":"inout","name":"spkm","value":"M6"},
{"type":"output","name":"tx","value": "P4"},
{"type":"input","name":"rx","value": "P5"},
{"type":"inout","name":"key1","value":"C11"},
{"type":"inout","name":"key2","value":"C6"},
{"type":"inout","name":"key3","value":"A11"},
Expand Down
3 changes: 2 additions & 1 deletion app/resources/boards/icefun/pinout.pcf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ set_io --warn-no-port key4 A5
#set_io --warn-no-port red P14
#set_io --warn-no-port green N14
#set_io --warn-no-port blue L14

set_io --warn-no-port tx P4
set_io --warn-no-port rx P5
set_io --warn-no-port clk12MHz P7

#Breakouts per https://www.robot-electronics.co.uk/files/iceFUNdoc.pdf
Expand Down

0 comments on commit 6373531

Please sign in to comment.