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
History
Synchronized with git revision 7aedd02f25c846ee1f22665ecc167585a8ad56bb
2014-09-03, by mbed_official [Wed, 03 Sep 2014 13:30:08 +0100] rev 307
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 306
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 305
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 304
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 303
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 302
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 301
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 300
Synchronized with git revision d20ce634877d7038c1c2a25adb030fd56c156e33
Full URL: https://github.com/mbedmicro/mbed/commit/d20ce634877d7038c1c2a25adb030fd56c156e33/
[Common] Fixed crash issue in RawSerial::printf for uARM
Synchronized with git revision 74958e0f7294def61da58f82b5f48fa2b2c55e00
2014-08-27, by mbed_official [Wed, 27 Aug 2014 03:45:07 +0100] rev 299
Synchronized with git revision 74958e0f7294def61da58f82b5f48fa2b2c55e00
Full URL: https://github.com/mbedmicro/mbed/commit/74958e0f7294def61da58f82b5f48fa2b2c55e00/
[NUCLEOs] Fix bug (normalization to 16bit) in adc read_u16()
Synchronized with git revision 3fa2fcb9063896080b9dbfaddc2551412365c1ac
2014-08-27, by mbed_official [Wed, 27 Aug 2014 03:30:08 +0100] rev 298
Synchronized with git revision 3fa2fcb9063896080b9dbfaddc2551412365c1ac
Full URL: https://github.com/mbedmicro/mbed/commit/3fa2fcb9063896080b9dbfaddc2551412365c1ac/
[HAL][MTS_GAMBIT] Update the PeripheralPins.c mapping