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 589:523654f2b367, committed 2015-07-13
- Comitter:
- mbed_official
- Date:
- Mon Jul 13 09:00:09 2015 +0100
- Parent:
- 588:61103edf8a92
- Child:
- 590:6c996abb70b0
- Commit message:
- Synchronized with git revision e811e6168d93e6dfde4b326b803dbd1bfd3e9665
Full URL: https://github.com/mbedmicro/mbed/commit/e811e6168d93e6dfde4b326b803dbd1bfd3e9665/
11U68 - Fixed P0_11 for GPIO
Changed in this revision
| targets/hal/TARGET_NXP/TARGET_LPC11U6X/gpio_api.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/targets/hal/TARGET_NXP/TARGET_LPC11U6X/gpio_api.c Fri Jul 10 14:15:08 2015 +0100
+++ b/targets/hal/TARGET_NXP/TARGET_LPC11U6X/gpio_api.c Mon Jul 13 09:00:09 2015 +0100
@@ -33,6 +33,7 @@
int func = ((pin == P0_0) || // reset
(pin == P0_10) || // SWCLK
+ (pin == P0_11) || // TDI
(pin == P0_12) || // TMS
(pin == P0_13) || // TDO
(pin == P0_14) || // TRST
