Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Serial_ex_2 by
Diff: mbed_app.json
- Revision:
- 0:8d318218bac1
- Child:
- 2:b18ad269066c
diff -r 000000000000 -r 8d318218bac1 mbed_app.json
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json Thu Jan 19 14:23:37 2017 -0600
@@ -0,0 +1,18 @@
+{
+ "config": {
+ "uart1_tx": {
+ "help": "UART1 TX pin",
+ "value": "NC"
+ },
+ "uart1_rx": {
+ "help": "UART1 RX pin",
+ "value": "NC"
+ }
+ },
+ "target_overrides": {
+ "K64F": {
+ "uart1_tx": "D5",
+ "uart1_rx": "D3"
+ }
+ }
+}
