0xc0170
|
1fca34a068
|
HAL - NRF51822 - us ticker fix for the #839
There was a project header file which does not exist in mbed SDK, neither
some defines used from it most probably. This commit reverts those parts.
|
2015-01-26 15:32:14 +01:00 |
Rohit Grover
|
c8b9b9c2f5
|
add a declaration for the signed version of timestamp_t; used in a comparison
|
2015-01-12 07:58:31 +00:00 |
Rohit Grover
|
63cad2a60b
|
Potential fix for #646
|
2014-11-04 15:39:48 +00:00 |
Rohit Grover
|
de35d0c84e
|
fix for the case where there are multiple tickers firing at nearly the same time
|
2014-10-20 09:49:28 +01:00 |
Rohit Grover
|
ab17cc71dc
|
minor simplification of a reused expression
|
2014-08-29 17:02:39 +01:00 |
Rohit Grover
|
675ddde2f4
|
introduce a timestamp_t to track timeouts for TimerEvents.
The previous type used for this purpose was unsigned int, which was both
un-portable and liable to wrap-around.
|
2014-08-29 17:02:39 +01:00 |
Rohit Grover
|
88e2e4e369
|
add a minor comment to explain some complex branching in us_ticker_irq_handler()
|
2014-08-29 17:02:39 +01:00 |
Rohit Grover
|
ac11358455
|
add a missing call to us_ticker_disable_interrupt from us_ticker_remove_event.
|
2014-08-29 17:02:39 +01:00 |
0xc0170
|
9017b27778
|
mbed common - trailing white spaces removal
|
2014-05-29 15:11:05 +02:00 |
Emilio Monti
|
90b614baf8
|
Unify mbed library sources
Remove stdio retargeting reference form cmsis: keep it as a standalone
object
Avoid object files clash for sources with the same name
|
2013-06-14 17:32:15 +01:00 |