Changes to support running on smaller memory LPC device LPC1764
Fork of mbed-dev by
Revision 139:533daf166656, committed 2016-05-23
- Comitter:
- mbed_official
- Date:
- Mon May 23 16:00:17 2016 +0100
- Parent:
- 138:881eab8cab64
- Child:
- 140:6f18478c63fa
- Commit message:
- Synchronized with git revision 39fa25d77e83d5ee53d6f77b30dc0c2d380fe034
Full URL: https://github.com/mbedmicro/mbed/commit/39fa25d77e83d5ee53d6f77b30dc0c2d380fe034/
Changed in this revision
targets/hal/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F031K6/PeripheralPins.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/targets/hal/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F031K6/PeripheralPins.c Mon May 23 15:45:15 2016 +0100 +++ b/targets/hal/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F031K6/PeripheralPins.c Mon May 23 16:00:17 2016 +0100 @@ -109,6 +109,7 @@ }; const PinMap PinMap_UART_RX[] = { + {PA_3, UART_1, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF1_USART1)}, {PA_10, UART_1, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF1_USART1)}, {PA_15, UART_1, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF1_USART1)}, // STDIO RX {PB_7, UART_1, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF0_USART1)},