Commit Graph

787 Commits (5d2bc0fa3a7d29d292ca4de2ccdf3acb6887c943)
 

Author SHA1 Message Date
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 545c786375 Merge branch 'master' of git://github.com/overflowed/RIOT into overflowed-master 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
Milan Babel df13d9e0fc Merge branch 'master' of github.com:overflowed/RIOT
Conflicts:
	drivers/cc110x_ng/Makefile
10 years ago
Milan Babel db1fc96ffe added driver for cc2420
also added cc2420 to transceiver and added cc2420 shell commands
10 years ago
Milan Babel 2f5ed66756 created own module for ieee802154
this is needed to include the ieee802154 in drivers without the hole sixlowpan
10 years ago
Milan Babel edb34b73c0 fixes for the wsn430
fixed vtimer for the msp430
added spi module for the wsn430 v1.3b
changed some variables to uintXX_t, fixes overflow on msp430
10 years ago
Ludwig Ortmann 49228c8353 fix signal handler, ringbuffer for native FreeBSD 10 years ago
Ludwig Ortmann 4f0e4dec90 fix ucontext.h include for OSX, FreeBSD 10 years ago
Ludwig Ortmann a4528f3d8c Link with -lrt if glibc < 2.17 for native on linux 10 years ago
LudwigOrtmann 093ff7181c Merge pull request #40 from BytesGalore/master
Fix for missing include in the native cpu
10 years ago
Martin d0ea87524c fixed missing include 10 years ago
Oleg a929ecec6d Merge pull request #37 from LudwigOrtmann/master
fix context switching, osx support, uart0 support in native port
10 years ago
Ludwig Ortmann a900065fb0 remove cruft in Makefile.base 10 years ago
Oleg 4e13e61052 Merge pull request #36 from authmillenon/master
Use rm -rf instead of rmdir
10 years ago
Ludwig Ortmann 5795bd6810 Merge remote-tracking branch 'upstream/master' 10 years ago
Martin Lenders 8a24a8f000 Use rm -rf instead of rmdir
This way make clean runs more... cleanly
10 years ago
Martin Lenders 01f2cb2115 Add more destiny fixes 10 years ago
Martin Lenders 9e6d7f032a Add tilde files to gitignore 10 years ago
Martin Lenders fbca6f8a30 Make include paths in destiny relative
* When included by other modules the absolute paths of destiny
   lead to problems
10 years ago
Ludwig Ortmann 42f897fc4a use NSIG macro from signal.h for number of signals 10 years ago
Ludwig Ortmann 8f377cd9f5 Merge remote-tracking branch 'upstream/master' 10 years ago
Oleg Hahm de038ed38c * some minor Makefile cleanup 10 years ago
Oleg Hahm f1044c5ccd Merge branch 'master' of github.com:RIOT-OS/RIOT 10 years ago
Oleg Hahm cdad71d6e3 * fixed a bug in sbrk() by changing the counter variable from local to global 10 years ago
Ludwig Ortmann 35f9062e37 inital OSX support for native port 10 years ago
Oliver Hahm 2c6b406d2d * renamed msp430_common module name 10 years ago
Ludwig Ortmann 2c744bc1e8 generalize .S compilation target flags 10 years ago
Ludwig Ortmann 5cb68df9e2 add missing newline in debug output 10 years ago
Ludwig Ortmann 7bf9fa0314 increase MINIMUM_STACK_SIZE to allow for DEBUG 10 years ago
Ludwig Ortmann b36ddd7fd7 Merge remote-tracking branch 'upstream/master' 10 years ago
Ludwig Ortmann c6553f6492 interrupt handling rewrite
(including uart0 integration, rt-extension removal)
10 years ago
Oliver Hahm 336667a43a Merge branch 'master' of github.com:RIOT-OS/RIOT 10 years ago
Oliver Hahm d56081ddca * fixed Makefile.include to compile all *.c files 10 years ago
Oliver Hahm 666c90ffe8 * made msb-a2 default for distribution Makefile 10 years ago
Oliver Hahm 33ff3c3e60 * added accidentally deleted author line 10 years ago
Oliver Hahm 4c97cb1642 * updated getting started documentation 10 years ago