Skip to content

Commit

Permalink
Merge pull request #14326 from artokin/porting_from_feature_wisun_to_…
Browse files Browse the repository at this point in the history
…5_15

[mbed-os-5.15] Bring in MIMXRT1050_EVK changes from feature-wisun branch
  • Loading branch information
0xc0170 authored Mar 22, 2021
2 parents fcabc21 + 55a1465 commit 878a32c
Show file tree
Hide file tree
Showing 174 changed files with 40,875 additions and 11,894 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"S5JS100": {
"base-address": "0x40EF5000",
"size": "0x80000"
},
"MIMXRT1050_EVK": {
"base-address": "0x60400000",
"size": "0x3C00000"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ void kinetis_init_eth_hardware(void)
/* pull up the ENET_INT before RESET. */
GPIO_WritePinOutput(GPIO1, 10, 1);
GPIO_WritePinOutput(GPIO1, 9, 0);
wait_ms(1);
wait_us(1 * 1000);
GPIO_WritePinOutput(GPIO1, 9, 1);
}

Expand Down
Loading

0 comments on commit 878a32c

Please sign in to comment.