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

34918 Commits

Author SHA1 Message Date
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
d3b68f6bc6 Create README.md 2013-02-08 08:45:26 -08: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
402bc0e1b9 * check for existence of BINDIR when cleaning 2013-02-08 17:31:33 +01:00
Oleg Hahm
cc76582c74 * created (and remove) bin-directory in makefile 2013-02-06 13:56:06 +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
Oleg Hahm
fe86cbff55 [msba2]
* removed accidentally committed object file
2013-02-06 12:20:34 +01:00
Oleg Hahm
39e96d4690 [msba2]
* updated makefiles
2013-02-06 12:19:39 +01:00
Oleg Hahm
182151f463 * added makefiles for chronos and msba2 2013-02-01 16:55:19 +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
Stephan Arndt
2fc01381d5 removed unused import from /sys/ping.c 2012-12-04 15:10:17 +01:00
Oliver Hahm
834b72234f [sys transceiver]
* fixed typo in ifdef
2012-11-27 15:34:53 +01:00
Oliver Hahm
d901708543 [board msba2-common tools]
* fixed lpc2k_pgm
2012-11-20 21:30:03 +01:00
Oliver Hahm
2c42021442 [board msba2-common tools]
* fixed lpc2k_pgm
2012-11-20 21:30:03 +01:00
Oliver Hahm
4162a2aff8 [core thread]
* added thread_getlastpid() to header
2012-11-13 17:26:43 +01:00
Oliver Hahm
bf96b81f53 [core include]
* added header for low-level io operations
2012-11-08 18:56:03 -05:00
Oliver Hahm
4b6a2bd688 [projects test_suite]
* fixed another two regression tests

[tools toolchains]

* updated to gcc 4.7
2012-11-08 18:07:59 -05:00
Oliver Hahm
55bb484b22 [cpu arm_common]
* added usb ram as heap3
* some feuerware merge adaptation

[projects test_suite]

* fixed some test scripts
2012-11-08 11:37:29 -05:00
Oliver Hahm
e49a17f4f7 Merge branch 'feuerware-integration' 2012-11-07 15:25:25 -05:00
Oliver Hahm
ff7892e898 [projects test_*]
* fixed some tests
2012-11-07 13:45:25 -05:00
Oliver Hahm
3b4de3d39c [projects default]
* adapted default project to different platforms

[sys transceiver]

* removed warning
2012-11-07 09:11:10 -05:00
Oliver Hahm
7ba426082a Merge branch 'stable'
Conflicts:
	core/sched.c
	sys/auto_init.c
2012-11-05 19:15:57 -05:00
Oliver Hahm
92281753ad Merge branch 'stable'
Conflicts:
	core/sched.c
	sys/auto_init.c
2012-11-05 19:15:57 -05:00
Oliver Hahm
19ff8ad137 * cosmetics 2012-11-05 18:55:05 -05:00
Oliver Hahm
06da73c9c3 * cosmetics 2012-11-05 18:55:05 -05:00