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 618:484341a108bc, committed 2015-09-04
- Comitter:
- mbed_official
- Date:
- Fri Sep 04 08:45:09 2015 +0100
- Parent:
- 617:3b0e8f440867
- Child:
- 619:034e698bc035
- Commit message:
- Synchronized with git revision a412b49ac52f8002fb8f35dd143db771675e8d88
Full URL: https://github.com/mbedmicro/mbed/commit/a412b49ac52f8002fb8f35dd143db771675e8d88/
Fixed linker script for LPCXpresso for EA LPC11U35 QuickStart Board
Changed in this revision
--- a/targets/cmsis/TARGET_NXP/TARGET_LPC11UXX/TOOLCHAIN_GCC_CR/TARGET_LPC11U35_401/LPC11U35.ld Fri Sep 04 08:15:47 2015 +0100
+++ b/targets/cmsis/TARGET_NXP/TARGET_LPC11UXX/TOOLCHAIN_GCC_CR/TARGET_LPC11U35_401/LPC11U35.ld Fri Sep 04 08:45:09 2015 +0100
@@ -1,7 +1,7 @@
/* mbed - LPC11U35 linker script
* Based linker script generated by Code Red Technologies Red Suite 4.1
*/
-GROUP(libgcc.a libc_s.a libstdc++_s.a libm.a libcr_newlib_nohost.a crti.o crtn.o crtbegin.o crtend.o)
+GROUP(libgcc.a libc.a libstdc++.a libm.a libcr_newlib_nohost.a crti.o crtn.o crtbegin.o crtend.o)
MEMORY
{
--- a/targets/hal/TARGET_Freescale/TARGET_KLXX/TARGET_KL43Z/PeripheralPins.c Fri Sep 04 08:15:47 2015 +0100
+++ b/targets/hal/TARGET_Freescale/TARGET_KLXX/TARGET_KL43Z/PeripheralPins.c Fri Sep 04 08:45:09 2015 +0100
@@ -18,7 +18,7 @@
/************RTC***************/
const PinMap PinMap_RTC[] = {
- {PTC1, RTC_CLKIN, 1},
+ {NC, OSC32KCLK, 0},
};
/************ADC***************/
