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

813 Commits

Author SHA1 Message Date
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
Martin Lenders
fbca6f8a30 Make include paths in destiny relative
* When included by other modules the absolute paths of destiny
   lead to problems
2013-05-22 16:27:28 +02:00
Ludwig Ortmann
42f897fc4a use NSIG macro from signal.h for number of signals 2013-05-21 10:53:59 +02:00
Ludwig Ortmann
8f377cd9f5 Merge remote-tracking branch 'upstream/master' 2013-05-17 11:10:48 +02:00
Oleg Hahm
de038ed38c * some minor Makefile cleanup 2013-05-16 17:12:22 +02:00
Oleg Hahm
f1044c5ccd Merge branch 'master' of github.com:RIOT-OS/RIOT 2013-05-16 17:12:01 +02:00
Oleg Hahm
cdad71d6e3 * fixed a bug in sbrk() by changing the counter variable from local to global 2013-05-16 17:10:14 +02:00
Ludwig Ortmann
35f9062e37 inital OSX support for native port 2013-05-15 17:45:43 +02:00
Oliver Hahm
2c6b406d2d * renamed msp430_common module name 2013-05-15 15:54:21 +02:00
Ludwig Ortmann
2c744bc1e8 generalize .S compilation target flags 2013-05-15 11:18:18 +02:00
Ludwig Ortmann
5cb68df9e2 add missing newline in debug output 2013-05-15 10:47:46 +02:00
Ludwig Ortmann
7bf9fa0314 increase MINIMUM_STACK_SIZE to allow for DEBUG 2013-05-15 10:46:09 +02:00
Ludwig Ortmann
b36ddd7fd7 Merge remote-tracking branch 'upstream/master' 2013-05-15 10:18:08 +02:00
Ludwig Ortmann
c6553f6492 interrupt handling rewrite
(including uart0 integration, rt-extension removal)
2013-05-14 18:31:47 +02:00
Oliver Hahm
336667a43a Merge branch 'master' of github.com:RIOT-OS/RIOT 2013-04-22 00:55:46 +02:00
Oliver Hahm
d56081ddca * fixed Makefile.include to compile all *.c files 2013-04-22 00:55:11 +02:00
Oliver Hahm
666c90ffe8 * made msb-a2 default for distribution Makefile 2013-04-18 02:21:22 +02:00
Oliver Hahm
33ff3c3e60 * added accidentally deleted author line 2013-04-17 12:12:45 +02:00
Oliver Hahm
4c97cb1642 * updated getting started documentation 2013-04-17 12:09:42 +02:00
Oliver Hahm
1491f6d8e0 * added quotes to main Makefile to deal with spaces in PATH 2013-04-17 12:09:08 +02:00
Oliver Hahm
e69da952de * forbid the usage of '0' as an parameter for number_of_the_lowest_bit() 2013-04-16 14:00:49 +02:00
Ludwig Ortmann
2d29a26b64 fix stack and interrupt bugs 2013-04-15 20:08:46 +02:00
Oliver Hahm
3e5f91e728 * add missing sections for arm-none-eabi-gcc to linkerscript for lpc2387 2013-04-15 14:45:39 +02:00
Oleg Hahm
f88ad9fe28 Merge branch 'master' of github.com:RIOT-OS/RIOT 2013-04-12 18:11:22 +02:00
Oleg Hahm
0f98e30230 * added getting started document 2013-04-12 18:11:02 +02:00
Oleg
3183929f20 Merge pull request #34 from authmillenon/remove_swtimer
Remove swtimer
2013-04-12 09:00:12 -07:00
Martin Lenders
07e8ac9c19 Remove swtimer
see #4
2013-04-11 15:24:15 +02:00
Ludwig Ortmann
5ca14e630b move native board specific parts to corresponding Makefile 2013-04-10 12:48:35 +02:00
Oliver Hahm
95158bd38e * fixed flasher flags in Makefile.include 2013-04-09 11:26:33 +02:00
Ludwig Ortmann
f669f9a05b Merge remote-tracking branch 'upstream/master'
Conflicts:
	Makefile.dep
2013-04-08 17:43:39 +02:00
Ludwig Ortmann
2f74d35709 removed posix real-time extension timers from cpu 2013-04-03 18:53:19 +02:00
Oliver Hahm
a918a9ddde * removed include of signal.h 2013-04-01 00:13:19 +02:00
Oliver Hahm
fc3325b113 * set MCU to CPU if undefined 2013-03-31 22:14:06 +02:00
Oleg
1ee0196ef4 Merge pull request #33 from mikoff/master
updated Chronos support
2013-03-31 13:08:14 -07:00
Oliver Hahm
ad0b7a852d * convert to coding conventions 2013-03-31 20:48:49 +02:00
mikoff
4f638eb887 All files, which used by chronos board were edited according to new texas instruments headers, all warnings fixed 2013-03-30 21:44:16 +01:00
Stephan Arndt
d9c9f38c61 integrated ETX calculation with RPL, rpl messages seem to not get handled very often 2013-03-29 13:41:48 +01:00
Stephan Arndt
1fd9325d8c switched DEBUG mode off 2013-03-28 17:40:01 +01:00
Stephan Arndt
60c594b852 Deleted ETX structs in rpl_structs and added them in etx_beaconing.h
changed packet size sent to be fix and not variable
changed some array sizes if debug is enabled
2013-03-28 17:11:12 +01:00
Stephan Arndt
b22e80b806 Fixed ETX calculations 2013-03-28 15:27:30 +01:00
Oleg Hahm
349bec1f0f * added documentation to kernel_intern.h 2013-03-27 16:58:07 +01:00
Oleg Hahm
990b199d08 * let Make ignore non-empty directories on deleting (instead of letting rmdir ignore it) 2013-03-27 16:10:28 +01:00
Oleg Hahm
e8af0c42c3 * created prototype for cpu_switch_context_exit() 2013-03-27 14:53:38 +01:00