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 mbed-src by
Revision 611:8202fd9ecc58, committed 2015-08-16
- Comitter:
- Bernator
- Date:
- Sun Aug 16 13:08:54 2015 +0000
- Parent:
- 610:813dcc80987e
- Commit message:
- add Func 4 for pins 0_13, 0_14
Changed in this revision
targets/hal/TARGET_NXP/TARGET_LPC11U6X/serial_api.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/targets/hal/TARGET_NXP/TARGET_LPC11U6X/serial_api.c Fri Aug 14 13:15:17 2015 +0100 +++ b/targets/hal/TARGET_NXP/TARGET_LPC11U6X/serial_api.c Sun Aug 16 13:08:54 2015 +0000 @@ -50,6 +50,7 @@ {P1_18, UART_0, 2}, {P1_27, UART_0, 2}, {P1_8 , UART_1, 2}, + {P0_14, UART_1, 4}, {P1_0 , UART_2, 3}, {P1_23, UART_2, 3}, {P2_4 , UART_3, 1}, @@ -62,6 +63,7 @@ {P1_17, UART_0, 2}, {P1_26, UART_0, 2}, {P1_2 , UART_1, 3}, + {P0_13, UART_1, 4}, {P0_20, UART_2, 2}, {P1_6 , UART_2, 2}, {P2_3 , UART_3, 1},