mbed library sources

Fork of mbed-src by mbed official

History

BLE_Health_Thermometer for mbed HRM1017 with BLE library 0.1.0 default tip

2014-09-05, by todotani [Fri, 05 Sep 2014 14:20:33 +0000] rev 308

BLE_Health_Thermometer for mbed HRM1017 with BLE library 0.1.0


Synchronized with git revision 449b984e4ab75299d9353830b810e7cbd5ba2820

2014-09-05, by mbed_official [Fri, 05 Sep 2014 10:30:06 +0100] rev 307

Synchronized with git revision 449b984e4ab75299d9353830b810e7cbd5ba2820

Full URL: https://github.com/mbedmicro/mbed/commit/449b984e4ab75299d9353830b810e7cbd5ba2820/

[nrf51822][gcc_arm]: fix makefile templates and nrf_svc.h's 'impossible constraint in asm' error


Synchronized with git revision 7aedd02f25c846ee1f22665ecc167585a8ad56bb

2014-09-03, by mbed_official [Wed, 03 Sep 2014 13:30:08 +0100] rev 306

Synchronized with git revision 7aedd02f25c846ee1f22665ecc167585a8ad56bb

Full URL: https://github.com/mbedmicro/mbed/commit/7aedd02f25c846ee1f22665ecc167585a8ad56bb/


Synchronized with git revision f304c6ba83591678388024d30440e94781fa8d65

2014-08-29, by mbed_official [Fri, 29 Aug 2014 20:45:07 +0100] rev 305

Synchronized with git revision f304c6ba83591678388024d30440e94781fa8d65

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

[NUCLEOs] enhance i2c api


Synchronized with git revision 734f365d7da26ef199751f4b0d91611479b495ea

2014-08-29, by mbed_official [Fri, 29 Aug 2014 17:15:07 +0100] rev 304

Synchronized with git revision 734f365d7da26ef199751f4b0d91611479b495ea

Full URL: https://github.com/mbedmicro/mbed/commit/734f365d7da26ef199751f4b0d91611479b495ea/

1. timestamp_t as an abstraction for time values managed by
Ticker. Using uint64_t for timestamp_t allows a wraparound-free
Ticker. This change forces us to update the definitions of usTicker
for all platforms; but the changes beyond nRF51822 aren't major.

2. reduce power consumption on the nRF51822 by removing the need for
the high-frequency processor timer; and reimplementing it using the
RTC.

I've also replaced high-frequency clock with low-frequency external
clock during system startup of the nRF51822. This brings a major win
in power consumption.


Synchronized with git revision 04d0142bd6b6871c31708252e1b174bf39cd9f53

2014-08-29, by mbed_official [Fri, 29 Aug 2014 11:45:07 +0100] rev 303

Synchronized with git revision 04d0142bd6b6871c31708252e1b174bf39cd9f53

Full URL: https://github.com/mbedmicro/mbed/commit/04d0142bd6b6871c31708252e1b174bf39cd9f53/


Synchronized with git revision e4e0873d551611d0a330c8b885e1811f4ecb77f3

2014-08-29, by mbed_official [Fri, 29 Aug 2014 10:15:06 +0100] rev 302

Synchronized with git revision e4e0873d551611d0a330c8b885e1811f4ecb77f3

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

Renamed TARGET_GHI_MBUINO to TARGET_OC_MBUINO to fix an issue with the o...


Synchronized with git revision 616ac8929a3aa44da57b42095ef34999efb98a10

2014-08-28, by mbed_official [Thu, 28 Aug 2014 16:45:07 +0100] rev 301

Synchronized with git revision 616ac8929a3aa44da57b42095ef34999efb98a10

Full URL: https://github.com/mbedmicro/mbed/commit/616ac8929a3aa44da57b42095ef34999efb98a10/


Synchronized with git revision 90467175c04ad81c20cdf7b2ddb86c54f5f3dcbb

2014-08-27, by mbed_official [Wed, 27 Aug 2014 08:45:06 +0100] rev 300

Synchronized with git revision 90467175c04ad81c20cdf7b2ddb86c54f5f3dcbb

Full URL: https://github.com/mbedmicro/mbed/commit/90467175c04ad81c20cdf7b2ddb86c54f5f3dcbb/


Synchronized with git revision d20ce634877d7038c1c2a25adb030fd56c156e33

2014-08-27, by mbed_official [Wed, 27 Aug 2014 04:00:07 +0100] rev 299

Synchronized with git revision d20ce634877d7038c1c2a25adb030fd56c156e33

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

[Common] Fixed crash issue in RawSerial::printf for uARM