Commit Graph

731 Commits (d01fd9a508727212b00d946f240805f9bc39aa34)
 

Author SHA1 Message Date
Oliver Hahm d01fd9a508 final coding convention fixes 10 years ago
Oliver Hahm 5c52e1ce2e coding conventions for most of system libraries 10 years ago
Oliver Hahm f359453083 fixed doxygen value 10 years ago
Oliver Hahm e2130fbd47 coding conventions for drivers 10 years ago
Oliver Hahm 201f593641 more coding convention fixes 10 years ago
Oliver Hahm 5d70656343 fixed coding conventions (mostly by astyle) 10 years ago
Oliver Hahm ffeb6f8523 fixed coding conventions (correctly this time) 10 years ago
Oliver Hahm 6ca6ae9811 Merge branch 'master' of github.com:RIOT-OS/RIOT 10 years ago
Oliver Hahm c6ace1bdbb some coding style fixes for timex.c 10 years ago
Oliver Hahm 3d85573f9d add kernel headers to default include path 10 years ago
Oleg 7a28170927 Merge pull request #56 from Kijewski/printf-warnings
Use inttypes.h in sc_cc110x_ng.c
10 years ago
Rene Kijewski 0212ab36a7 Use inttypes.h in sc_cc110x_ng.c 10 years ago
Oliver Hahm b571286574 * fixed typo 10 years ago
Oliver Hahm ac10da4509 Merge branch 'fixes-06-14' of git://github.com/mehlis/RIOT into mehlis-fixes-06-14 10 years ago
Oliver Hahm 0d6d8390c0 * updated copyright and license headers in various files 10 years ago
Oliver Hahm 3d124ec6a7 * updated LICENSE file from GPL to LPGL 10 years ago
Christian Mehlis 608fb5582b fix printf patterns 10 years ago
Christian Mehlis 1fcc5c8ed8 fix bad vtimer_now call 10 years ago
Christian Mehlis 79d55760fd add missing spaces 10 years ago
Christian Mehlis 8faf6b77b6 add a print function for timex and vtimer 10 years ago
Christian Mehlis d4ea8664ee add missing ; 10 years ago
Christian Mehlis 5d587e34eb fix sixlowpan includes 10 years ago
Christian Mehlis a66a193f99 fix printf pattern 10 years ago
Christian Mehlis 3ab669578c do includes the right way (for riot includes) 10 years ago
Martin d32b785816 fix inserted explicit typecasting to ucontext_t* at assignment 10 years ago
Martin 0dd314afbb fix multiple definition of TRANSCEIVER_STACK_SIZE for using with native cpu 10 years ago
Oleg d477dca89a Merge pull request #50 from mehlis/master
remove recursive include
10 years ago
Oleg c70426b57b Merge pull request #51 from mehlis/vtimer
use out parameter for vtimer_now
10 years ago
Oleg 284737faf5 Merge pull request #53 from mehlis/include
Remove undefined variables from Makefiles
10 years ago
Christian Mehlis 57e70a659c Remove undefined variables from Makefiles
The following variables are included in various Makefiles but never
defined.

    $(BOARDINCLUDE)
    $(PROJECTINCLUDE)
    $(CPUINCLUDE)
10 years ago
Christian Mehlis 67875ba29b fix indentation 10 years ago
Christian Mehlis a57c25499b remove recursive include 10 years ago
Ludwig Ortmann cad585e9dd remove context switch in native lpm_sleep
quick fix for now
10 years ago
Christian Mehlis 9a3c0ab6ec add missing & 10 years ago
Christian Mehlis 4d8783e023 use out parameter for vtimer_now 10 years ago
Oliver Hahm b8f674f5b6 fix context switch in lpm_sleep 10 years ago
Oliver Hahm d31bad6c9e * cleaned up output from Makefiles 10 years ago
Oliver Hahm 6edc2a37a2 Merge remote-tracking branch 'origin/sixlowpan_fixes' 10 years ago
Martin 032ba13938 fix ICMP type is DIS 10 years ago
Martin 43255ff855 fix warnings due to unapropriate prototypes 10 years ago
Oliver Hahm 40edc25022 * cast main function in kernel_init to match prototype 10 years ago
Oliver Hahm 6f92e1dae8 * changed transceiver_type_t to bit field
(fixing #47)
10 years ago
Oleg 627afb9551 Merge pull request #46 from mehlis/master
fix some more compiler warnings found by clang
10 years ago
Christian Mehlis 8f74612762 main should always return int
this fixes some compiler warnings
10 years ago
Christian Mehlis b41fd19216 prevent double include of debug.h 10 years ago
Christian Mehlis 42063530c0 clarify: while loop without body is correct here 10 years ago
Oleg Hahm 5a4211598c Merge branch 'master' of github.com:RIOT-OS/RIOT 10 years ago
Oleg Hahm b515c4b957 * added TODO comment 10 years ago
Oleg Hahm 59de680e26 * function to check for enabled interrupts on ARM 10 years ago
Ludwig Ortmann 49228c8353 fix signal handler, ringbuffer for native FreeBSD 10 years ago