Rohit Grover
e01cb0ae84
use a virtual 64-bit timestamp to avoid wrap-around issues. gosh!
2015-03-05 11:49:48 +00:00
Rohit Grover
aaf998f5cf
fix minor typo in the declaration of the macro RTC_UNITS_TO_MICROSECONDS()
2015-03-05 11:49:48 +00:00
Rohit Grover
0f60237a88
switch to tracking overflowCount instead of overflowBits.
2015-03-05 11:49:48 +00:00
Rohit Grover
e927c5bf27
rename INVOKE_CALLBACK() as invokeCallback()
2015-03-05 11:49:47 +00:00
Rohit Grover
47db597822
replace __INLINE with inline
2015-03-05 11:49:47 +00:00
Rohit Grover
eb9f2ce77f
don't invoke callbacks from set_interrupt().
2015-03-05 11:49:47 +00:00
Rohit Grover
20c6611548
remove dependencies from nRF51822
2015-03-05 11:49:47 +00:00
Rohit Grover
70f91c10d5
white space diff.
2015-03-05 11:49:47 +00:00
Rohit Grover
5afdc68620
INVOKE_CALLBACK() is now a static inline instead of a macro.
2015-03-05 11:49:47 +00:00
Rohit Grover
f8fd702c09
rearranging some code so that state is tidied up before calling us_ticker_set_interrtupt()
2015-03-05 11:49:47 +00:00
Rohit Grover
ca9050e1ef
updating the comment header for set_interrupt() with a note.
2015-03-05 11:49:47 +00:00
Rohit Grover
7c0e814bd4
introduce FUZZY_RTC_TICKS for comparsions
2015-03-05 11:49:47 +00:00
Rohit Grover
5cf0f29cfc
minor white-space and comment improvements.
2015-03-05 11:49:47 +00:00
Rohit Grover
97e7fbbc8b
minor improvement to the wording for the comment header for set_interrupt()
2015-03-05 11:49:47 +00:00
Rohit Grover
42f801cc27
If set_interrupt() is used to setup an interrupt for a time in the past, then the callback is invoked right-away.
2015-03-05 11:49:46 +00:00
Rohit Grover
ac8f3e5522
add a helper method: INVOKE_CALLBACK()
2015-03-05 11:49:46 +00:00
Rohit Grover
2e892c6c0d
rename callbackTime to newCallbackTime
2015-03-05 11:49:46 +00:00
Rohit Grover
90354c0a23
check for instantaneous callback before checking for repeat callback.
2015-03-05 11:49:46 +00:00
Rohit Grover
b7cd6b6ae8
add a comment block for us_ticker_set_interrupt()
2015-03-05 11:49:46 +00:00
Rohit Grover
2e8c48c97e
minor white space diff
2015-03-05 11:49:46 +00:00
Rohit Grover
9c9553cfd7
set_interrupt: if callbackTime is NOW, invoke handler.
2015-03-05 11:49:46 +00:00
Rohit Grover
7d688ad607
set_interrupt: short-circuit the setting of the same interrupt.
2015-03-05 11:49:46 +00:00
Rohit Grover
54dc3c1dcf
reset us_ticker_callbackPending when disabling interrupts.
2015-03-05 11:49:46 +00:00
Rohit Grover
53d2b152c4
us_ticker_set_interrupt() should set an interrupt for the given timestamp even if there's a pending interrupt.
2015-03-05 11:49:46 +00:00
Rohit Grover
8c21ef208c
white space diffs.
2015-03-05 11:49:46 +00:00
Rohit Grover
5906372a58
remove m_rtc1_running; made redundant by us_ticker_inited.
2015-03-05 11:49:46 +00:00
Rohit Grover
a13e31d6b0
remove app_timer.c
2015-03-05 11:49:46 +00:00
Rohit Grover
5a0f3b808c
MICROSECONDS_TO_RTC_UNITS() should round-up
2015-03-05 11:49:45 +00:00
Rohit Grover
b1575db8b3
rtc1_stop() doesn't need to be static.
2015-03-05 11:49:45 +00:00
Rohit Grover
2ee04fde1f
second round of changes at replacing app_timer with RTC
2015-03-05 11:49:45 +00:00
Rohit Grover
e6a7c6f648
attempting to replace appTimer
2015-03-05 11:49:45 +00:00
Paul Staron
94c6bdb6c7
Update system_MKL05Z4.c
...
Added MCU internal oscillator 12pF loading capacitors, found not to be fitted to the FRDM board.
2015-03-04 10:24:41 +00:00
0xc0170
83f6c17514
mbed header file - mbed lib revision - 95
2015-03-03 16:29:41 +01:00
0xc0170
2a1d12bcd4
Fix #940 - k64f a4/5 pinnames swap
2015-03-03 08:16:09 +01:00
Martin Kojtal
38514db08e
Merge pull request #936 from jeremybrodt/issue934
...
Fix issue #934 : Handled condition when head is NULL.
2015-03-03 08:09:58 +01:00
Martin Kojtal
088b5c41a7
Merge pull request #937 from GustavWi/iar_mbed
...
IAR support: Fixed stack and heap sizes for MTS DRAGONFLY and MTS MDOT F...
2015-02-28 08:06:03 +01:00
Jeremy Brodt
6bc00fda8a
Improved handling of NULL condition.
2015-02-27 10:01:30 -06:00
GustavWi
d8df2f25d3
Set most of the targets to a fixed heap and stack ratio relative to ram. 1/4 of ram to heap and 1/8 of ram to stack. There are some exception where the ram is small and the target support an rtos, then the heap requires more than 1/4 of RAM
2015-02-27 12:57:45 +01:00
Martin Kojtal
43d7f387ec
Merge pull request #933 from masaohamanaka/master
...
RZ/A1H - Modify to support GCC and Fix some bugs of driver.
2015-02-27 10:55:20 +01:00
GustavWi
35258ff16b
IAR support: Fixed stack and heap sizes for MTS DRAGONFLY and MTS MDOT F411RE
2015-02-26 16:46:42 +01:00
Jeremy Brodt
b53b67ecad
Issue #934 : Handled condition when head is NULL.
2015-02-26 08:50:09 -06:00
Masao Hamanaka
74220c7896
Correct the formatting of #if.
2015-02-26 19:46:02 +09:00
Masao Hamanaka
d7bc024a6a
Fix a bug that Ticker driver has the potential to loop infinitely.
...
Ticker driver has the potential to loop infinitely.
Because, running "us_ticker_irq_handler()" from "us_ticker_set_interrupt()" before "obj->next = p;" of "us_ticker_insert_event()" is executed.
2015-02-26 16:36:30 +09:00
Masao Hamanaka
2047acae11
Fix a bug that Serial driver would read 1Byte garbage data(0xFE).
...
Serial driver would read 1Byte garbage data(0xFE) at first after reset and start.
2015-02-26 16:36:04 +09:00
Masao Hamanaka
0365977217
Modify and add a file to support GCC. (mbed common codes)
2015-02-26 16:35:45 +09:00
Masao Hamanaka
f6f45026f6
Modify to support GCC. (mbed CMSIS HAL)
2015-02-26 16:35:12 +09:00
Masao Hamanaka
ed293575cf
Modify to support GCC. (mbed HAL driver)
2015-02-26 16:33:01 +09:00
Masao Hamanaka
c46f5b894b
Modify to support GCC. (CMSIS-RTOS RTX for Cortex-A9)
2015-02-26 16:31:58 +09:00
Masao Hamanaka
aba8a90630
Modify to support GCC. (USB)
2015-02-26 16:30:17 +09:00
Jeremy Brodt
7020c50c56
Added function to get the timestamp of the next us_ticker event.
2015-02-24 14:25:43 -06:00