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
Oleg Hahm
f6932d3941 * removed manual.doc 2013-03-07 20:20:58 +01:00
Oleg Hahm
bae6d13bdc * fixed fileending 2013-03-07 19:29:13 +01:00
Oleg Hahm
2651bb2bf8 Merge branch 'master' of github.com:RIOT-OS/RIOT 2013-03-07 19:26:57 +01:00
Oleg Hahm
02897cbd1d * removed unnecessary includes from msp430-common files 2013-03-07 19:23:51 +01:00
Oleg
5eb5b1b4e9 Merge pull request #20 from benpicco/master
Make sendto() and accept() interfaces conform to POSIX,
2013-03-07 09:51:07 -08:00
Benjamin Valentin
c5bd1fa8f1 make sendto() and accept() interfaces conform to POSIX, doesn't change anything as addrlen is unused anyway 2013-03-07 18:08:50 +01:00
Oleg Hahm
68c9a60348 * fixed a copy&paste error in hwtimer_arch.h 2013-03-07 16:33:33 +01:00
Ludwig Ortmann
144ebba9ca fix some compiler warnings 2013-03-07 13:53:14 +01:00
Ludwig Ortmann
795ab695c0 copyright preambel 2013-03-06 10:29:49 +01:00
Ludwig Ortmann
d65536f77b native cpu initial import 2013-03-06 01:08:15 +01:00
Stephan Arndt
e8256783f4 added etx_beaconing files 2013-03-03 17:47:11 +01:00
Oleg Hahm
64434feea4 * removed board submodule 2013-02-28 18:24:37 +01:00
Oleg Hahm
48e5df9bef * some clean up
* assert active_thread pointer before saving it
2013-02-28 18:11:20 +01:00
Oleg Hahm
5aa00a4f8b * fixed typo in readme
* fixed documentation in irq.h
* moved tools folder to dist
* added check for disk space in build_gnuarm script
* fixed gcc check in this script, too
2013-02-27 20:22:19 +01:00
Oleg Hahm
d31ee82518 * removed legacy projects folder and Jamfiles 2013-02-27 19:08:16 +01:00
Stephan Arndt
31b65059a8 preparing for changing how parent selection/updates work in rpl, since the way it is implemented now goes against the spec 2013-02-21 18:25:35 +01:00
Stephan Arndt
644d6de364 changed rank calculation in OF0 and some other things. WARNING: this commit might break the rpl implementation for now, if a rollback is needed, choose an earlier commit than this 2013-02-21 18:23:36 +01:00
Oliver Hahm
b834831818 * added missing include in hashtable 2013-02-21 17:32:55 +01:00
Oliver Hahm
9df46b3507 * fixed makefiles for msb-430h support 2013-02-15 22:17:42 +01:00
Stephan Arndt
e0a21b9ddd added comments onto structs for easier findings in RFC 2013-02-13 15:03:16 +01:00
Stephan Arndt
91b023df4b deleted fake rounting entries which had been commented out 2013-02-13 15:02:21 +01:00
Stephan Arndt
567be35fc4 startet implementation of objective function mrhof 2013-02-13 15:00:43 +01:00
Stephan Arndt
39482f7316 deleted empty files objective_functions.c/h 2013-02-13 14:59:15 +01:00
Stephan Arndt
29e5e713b2 added debug functionality to ping-test 2013-02-13 14:56:46 +01:00
Oliver Hahm
82f2e3d4e0 * added missing makefiles for msb430h
* updated some makefiles and fixed includes for msb430h
2013-02-11 22:10:03 +01:00
Oleg Hahm
f6e129959e * created a target to build the documentation 2013-02-08 19:34:07 +01:00
Oleg Hahm
72e3a500a7 Merge branch 'master' of github.com:RIOT-OS/RIOT 2013-02-08 19:11:59 +01:00
Oleg Hahm
0f5dcdae98 * fixed double cc110x_ng entry in drivers makefile
* tidied up sys directory
2013-02-08 19:10:33 +01:00
Oleg
03a2173589 Merge pull request #1 from benpicco/77d4095cf065858999ec6240945c14a33c9bfca8
Add inet_pton and inet_ntop (POSIX.1-2001)
2013-02-08 08:43:59 -08:00
Oleg Hahm
5df0bd0cc4 * updated and integrated makefiles
* added some auto dependencies
2013-02-08 17:37:02 +01:00
Oleg Hahm
8de9df24b5 * replaced board folder by submodule 2013-02-06 13:22:07 +01:00
Oleg Hahm
ab007ae3b6 * added dist directory with a generic project makefile 2013-02-06 13:21:36 +01:00
Oleg Hahm
3791039974 * integrated makefiles
* fixed some prototypes
* restructured sys
2013-02-06 13:20:21 +01:00
Stephan Arndt
96baf6000f added missing 'stopping now' message 2013-01-30 18:56:23 +01:00
Stephan Arndt
e8d71341f9 Counter wird wieder hochgezaehlt 2013-01-28 13:30:47 +01:00
Stephan Arndt
525bc3f64a Ping entfernt, nur noch broadcast moeglich 2013-01-28 12:39:44 +01:00
Benjamin Valentin
77d4095cf0 fix up includes 2013-01-12 21:51:43 +01:00
Benjamin Valentin
0d8d278f35 include stdint.h 2013-01-12 21:41:00 +01:00
Benjamin Valentin
62de6c1263 add inet_ntop and inet_pton from
http://svn.apache.org/repos/asf/apr/apr/trunk/network_io/unix/
2013-01-12 21:35:37 +01:00
Stephan Arndt
6d9416e327 broadcasting works now 2013-01-08 15:24:57 +01:00
Oliver Hahm
784ef52390 * added readme file 2012-12-29 21:42:26 +01:00
Stephan Arndt
515302bce6 Pinging now works with ACK return, buggy though. TODO: kick swtimer out, use vtimer for rtt calcs 2012-12-18 17:28:42 +01:00
Stephan Arndt
04a336c0a2 commented stuff in again that was commed out 2012-12-11 16:04:05 +01:00
Stephan Arndt
d2381df184 the simplest of pings is working 2012-12-11 16:03:00 +01:00
Stephan Arndt
aed72abf4e trying to get radio init to work 2012-12-09 18:02:06 +01:00
Stephan Arndt
dd3ba2bfe3 it is now a minimal functional project 2012-12-04 17:31:59 +01:00
Stephan Arndt
2f912f2b3f basic function layout added 2012-12-04 17:17:50 +01:00
Stephan Arndt
fe7f371595 deleted wrong code 2012-12-04 16:18:23 +01:00
Stephan Arndt
aad9c04f14 Basic files and functionstructure for a pingtest application created 2012-12-04 16:17:36 +01:00
Stephan Arndt
812dafde77 deleted unused 'old_main' function 2012-12-04 15:12:12 +01:00