1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

720 Commits

Author SHA1 Message Date
Rene Kijewski
0212ab36a7 Use inttypes.h in sc_cc110x_ng.c 2013-06-18 17:46:18 +02:00
Oliver Hahm
b571286574 * fixed typo 2013-06-18 17:26:53 +02:00
Oliver Hahm
ac10da4509 Merge branch 'fixes-06-14' of git://github.com/mehlis/RIOT into mehlis-fixes-06-14 2013-06-18 17:25:44 +02:00
Oliver Hahm
0d6d8390c0 * updated copyright and license headers in various files 2013-06-18 17:21:38 +02:00
Oliver Hahm
3d124ec6a7 * updated LICENSE file from GPL to LPGL 2013-06-18 17:19:53 +02:00
Christian Mehlis
608fb5582b fix printf patterns 2013-06-16 14:13:38 +02:00
Christian Mehlis
1fcc5c8ed8 fix bad vtimer_now call 2013-06-16 14:13:02 +02:00
Christian Mehlis
79d55760fd add missing spaces 2013-06-15 22:00:59 +02:00
Christian Mehlis
8faf6b77b6 add a print function for timex and vtimer 2013-06-14 20:38:27 +02:00
Christian Mehlis
d4ea8664ee add missing ; 2013-06-14 20:37:39 +02:00
Christian Mehlis
5d587e34eb fix sixlowpan includes 2013-06-14 20:37:07 +02:00
Christian Mehlis
a66a193f99 fix printf pattern 2013-06-14 20:36:31 +02:00
Christian Mehlis
3ab669578c do includes the right way (for riot includes) 2013-06-14 20:33:28 +02:00
Martin
d32b785816 fix inserted explicit typecasting to ucontext_t* at assignment 2013-06-14 20:21:22 +02:00
Martin
0dd314afbb fix multiple definition of TRANSCEIVER_STACK_SIZE for using with native cpu 2013-06-14 20:21:22 +02:00
Oleg
d477dca89a Merge pull request #50 from mehlis/master
remove recursive include
2013-06-13 13:10:57 -07:00
Oleg
c70426b57b Merge pull request #51 from mehlis/vtimer
use out parameter for vtimer_now
2013-06-13 13:04:11 -07:00
Oleg
284737faf5 Merge pull request #53 from mehlis/include
Remove undefined variables from Makefiles
2013-06-13 13:01:49 -07:00
Christian Mehlis
57e70a659c Remove undefined variables from Makefiles
The following variables are included in various Makefiles but never
defined.

    $(BOARDINCLUDE)
    $(PROJECTINCLUDE)
    $(CPUINCLUDE)
2013-06-13 21:41:24 +02:00
Christian Mehlis
67875ba29b fix indentation 2013-06-13 21:23:14 +02:00
Christian Mehlis
a57c25499b remove recursive include 2013-06-13 21:23:14 +02:00
Ludwig Ortmann
cad585e9dd remove context switch in native lpm_sleep
quick fix for now
2013-06-13 18:14:21 +02:00
Christian Mehlis
9a3c0ab6ec add missing & 2013-06-13 10:54:22 +02:00
Christian Mehlis
4d8783e023 use out parameter for vtimer_now 2013-06-13 10:23:47 +02:00
Oliver Hahm
b8f674f5b6 fix context switch in lpm_sleep 2013-06-12 16:18:32 +02:00
Oliver Hahm
d31bad6c9e * cleaned up output from Makefiles 2013-06-11 15:50:42 +02:00
Oliver Hahm
6edc2a37a2 Merge remote-tracking branch 'origin/sixlowpan_fixes' 2013-06-10 18:45:34 +02:00
Martin
032ba13938 fix ICMP type is DIS 2013-06-10 17:39:11 +02:00
Martin
43255ff855 fix warnings due to unapropriate prototypes 2013-06-10 17:36:56 +02:00
Oliver Hahm
40edc25022 * cast main function in kernel_init to match prototype 2013-06-10 16:23:42 +02:00
Oliver Hahm
6f92e1dae8 * changed transceiver_type_t to bit field
(fixing #47)
2013-06-10 12:40:59 +02:00
Oleg
627afb9551 Merge pull request #46 from mehlis/master
fix some more compiler warnings found by clang
2013-06-09 14:12:05 -07:00
Christian Mehlis
8f74612762 main should always return int
this fixes some compiler warnings
2013-06-09 18:02:58 +02:00
Christian Mehlis
b41fd19216 prevent double include of debug.h 2013-06-09 18:02:30 +02:00
Christian Mehlis
42063530c0 clarify: while loop without body is correct here 2013-06-09 17:52:02 +02:00
Oleg Hahm
5a4211598c Merge branch 'master' of github.com:RIOT-OS/RIOT 2013-06-07 17:24:04 +02:00
Oleg Hahm
b515c4b957 * added TODO comment 2013-06-07 17:22:22 +02:00
Oleg Hahm
59de680e26 * function to check for enabled interrupts on ARM 2013-06-07 17:21:11 +02:00
Ludwig Ortmann
49228c8353 fix signal handler, ringbuffer for native FreeBSD 2013-06-03 13:23:57 +02:00
Ludwig Ortmann
4f0e4dec90 fix ucontext.h include for OSX, FreeBSD 2013-06-03 13:10:42 +02:00
Ludwig Ortmann
a4528f3d8c Link with -lrt if glibc < 2.17 for native on linux 2013-06-03 12:08:08 +02:00
LudwigOrtmann
093ff7181c Merge pull request #40 from BytesGalore/master
Fix for missing include in the native cpu
2013-06-01 10:43:42 -07:00
Martin
d0ea87524c fixed missing include 2013-06-01 08:28:47 -07:00
Oleg
a929ecec6d Merge pull request #37 from LudwigOrtmann/master
fix context switching, osx support, uart0 support in native port
2013-05-30 08:58:16 -07:00
Ludwig Ortmann
a900065fb0 remove cruft in Makefile.base 2013-05-30 17:52:54 +02:00
Oleg
4e13e61052 Merge pull request #36 from authmillenon/master
Use rm -rf instead of rmdir
2013-05-30 08:40:29 -07:00
Ludwig Ortmann
5795bd6810 Merge remote-tracking branch 'upstream/master' 2013-05-30 09:44:47 +02:00
Martin Lenders
8a24a8f000 Use rm -rf instead of rmdir
This way make clean runs more... cleanly
2013-05-24 15:13:34 +02:00
Martin Lenders
01f2cb2115 Add more destiny fixes 2013-05-22 16:57:20 +02:00
Martin Lenders
9e6d7f032a Add tilde files to gitignore 2013-05-22 16:30:07 +02:00