mbed-os/hal
Vincenzo Frascino 1b364a1e52 [BEETLE] Fix Lp_Ticker read
MBED OS requires an lp_ticker_read function that returns a 32bit
value in microseconds. This can not be represented directly on
the Beetle Dual Timer Load register.

max_us_on_reg = (0xFFFFFFFF ticks)/DIVIDER_US

This patch introduces an intermediate layer that counts the timer wraps
around and returns the correct value of us to the MBED library.

Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
2016-07-21 10:38:20 +01:00
..
api Merge pull request #2158 from c1728p9/singleton_support 2016-07-19 16:34:20 -05:00
common Create singleton class and update code to use it 2016-07-15 14:37:43 -05:00
hal spi hal - specify default bit order 2016-06-16 15:31:17 +01:00
targets [BEETLE] Fix Lp_Ticker read 2016-07-21 10:38:20 +01:00
.yotta_ignore Simplify layout: 2016-05-23 09:13:59 +01:00
CMakeLists.txt Simplify layout: 2016-05-23 09:13:59 +01:00
module.json Simplify layout: 2016-05-23 09:13:59 +01:00
targets.json Merge branch 'master' into release 2016-07-19 08:44:34 +01:00