1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys
Oleg Hahm 07b0cd8863 added gettimeofday syscall
RIOT's gettimeofday needs to be called from syscalls.c to assure that gcc actually links it.

If an RTC if available and enabled it will be used instead.
2014-02-25 17:41:45 +01:00
..
auto_init always build and initialize hwtimer 2014-02-24 18:36:28 +01:00
bloom remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
config remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
crypto replace all endless for loops by while 2014-02-14 17:47:33 +01:00
hashes spelling: fix autor to author 2014-01-24 19:04:28 +01:00
include added gettimeofday syscall 2014-02-25 17:41:45 +01:00
lib remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
net Merge pull request #680 from benpicco/fix_crash 2014-02-24 15:10:19 +01:00
ping remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
posix Merge pull request #758 from Kijewski/issue-755 2014-02-22 18:30:11 +01:00
ps remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
quad_math Split } else { lines per #693 2014-02-14 14:36:06 +01:00
random Fix the makefile of sys/random 2014-02-20 17:16:57 +01:00
semaphore fix warning: invalid suffix on literal 2014-02-18 17:05:01 +01:00
shell ifdef shell _heap_handler for corresponding module 2014-02-25 10:11:04 +01:00
timex fix warning: invalid suffix on literal 2014-02-18 17:05:01 +01:00
transceiver fix warning: invalid suffix on literal 2014-02-18 17:05:01 +01:00
uart0 added documentation of configuring the right debug stack size for uart0 module 2014-02-24 22:40:02 +01:00
vtimer added gettimeofday syscall 2014-02-25 17:41:45 +01:00
chardev_thread.c added documentation of configuring the right debug stack size for uart0 module 2014-02-24 22:40:02 +01:00
doc.txt Fixed a lot of comments by removing tabs and correcting format. 2013-12-16 14:00:33 +01:00
Makefile pthread: initial add 2014-02-19 23:39:38 +01:00