mbed library sources

Dependents:   disable_semihost

Fork of mbed-src by mbed official

History

disable semihost and local file system default tip

2014-01-17, by yihui [Fri, 17 Jan 2014 03:18:47 +0000] rev 75

disable semihost and local file system


Synchronized with git revision 8ef99f856226a85d6a0e5fe7902b80ed0f48799d

2014-01-14, by mbed_official [Tue, 14 Jan 2014 22:15:04 +0000] rev 74

Synchronized with git revision 8ef99f856226a85d6a0e5fe7902b80ed0f48799d

Full URL: https://github.com/mbedmicro/mbed/commit/8ef99f856226a85d6a0e5fe7902b80ed0f48799d/

Added MCGPLLFLL clock function, squished some 'bugs'


Synchronized with git revision cee9a71069fc940693df076382e8f182cf1a5919

2014-01-14, by mbed_official [Tue, 14 Jan 2014 20:45:05 +0000] rev 73

Synchronized with git revision cee9a71069fc940693df076382e8f182cf1a5919

Full URL: https://github.com/mbedmicro/mbed/commit/cee9a71069fc940693df076382e8f182cf1a5919/

K20D50M target - pwm and clocks in HAL


Synchronized with git revision f1904ba15c06215a7530efd2d5a16c25af9d29ff

2014-01-13, by mbed_official [Mon, 13 Jan 2014 10:45:05 +0000] rev 72

Synchronized with git revision f1904ba15c06215a7530efd2d5a16c25af9d29ff

Full URL: https://github.com/mbedmicro/mbed/commit/f1904ba15c06215a7530efd2d5a16c25af9d29ff/

KL46Z: Added Sleep, LED3 and LED4 definitions, switches


Synchronized with git revision fa9f5da46934cff09860c5112938b8bc976a340d

2014-01-09, by mbed_official [Thu, 09 Jan 2014 09:00:05 +0000] rev 71

Synchronized with git revision fa9f5da46934cff09860c5112938b8bc976a340d

Full URL: https://github.com/mbedmicro/mbed/commit/fa9f5da46934cff09860c5112938b8bc976a340d/

[LPC4088] RAM size fix for ARM_GCC. Added possibility to reserve stack space


Synchronized with git revision 3f438a307904431f2782db3c8fa49946b9fc1d85

2014-01-07, by mbed_official [Tue, 07 Jan 2014 11:00:05 +0000] rev 70

Synchronized with git revision 3f438a307904431f2782db3c8fa49946b9fc1d85

Full URL: https://github.com/mbedmicro/mbed/commit/3f438a307904431f2782db3c8fa49946b9fc1d85/

[NUCLEO_F103RB] license text changed + sleep hal updated


Synchronized with git revision b311c56b44e2f3d58c5a425453fba9dfaa0b13e3

2013-12-31, by mbed_official [Tue, 31 Dec 2013 15:30:05 +0000] rev 69

Synchronized with git revision b311c56b44e2f3d58c5a425453fba9dfaa0b13e3

Full URL: https://github.com/mbedmicro/mbed/commit/b311c56b44e2f3d58c5a425453fba9dfaa0b13e3/

[LPC812] Add SPISlave function


Synchronized with git revision fba199a9c4445231b0f38e1e113c118182635546

2013-12-26, by mbed_official [Thu, 26 Dec 2013 13:00:06 +0000] rev 68

Synchronized with git revision fba199a9c4445231b0f38e1e113c118182635546

Full URL: https://github.com/mbedmicro/mbed/commit/fba199a9c4445231b0f38e1e113c118182635546/

target K20D5M


Synchronized with git revision 82aa7b7f2b67dfdef90373b703bb8b2f33ea4e57

2013-12-24, by mbed_official [Tue, 24 Dec 2013 21:15:05 +0000] rev 67

Synchronized with git revision 82aa7b7f2b67dfdef90373b703bb8b2f33ea4e57

Full URL: https://github.com/mbedmicro/mbed/commit/82aa7b7f2b67dfdef90373b703bb8b2f33ea4e57/

1. Provide the required __end__ symbol
2. Call software_init_hook() if present, which in turn starts the RTOS

The fix was applied for all targets with a TOOLCHAIN_GCC_CR folder,
but it only works with LPC1768 and LPC4088 because of incomplete or
missing support for GCC_CR and/or the RTOS for the other targets.
Tested by running RTOS_1, RTOS_2 and RTOS_3 with LPC1768 and LPC4088.


Synchronized with git revision 728084c52fd7c4375f6b2ca2bb13c697e47dc39c

2013-12-20, by mbed_official [Fri, 20 Dec 2013 15:00:06 +0000] rev 66

Synchronized with git revision 728084c52fd7c4375f6b2ca2bb13c697e47dc39c

Full URL: https://github.com/mbedmicro/mbed/commit/728084c52fd7c4375f6b2ca2bb13c697e47dc39c/

Clean up GCC_ARM startup code