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

865 Commits

Author SHA1 Message Date
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
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
92281753ad Merge branch 'stable'
Conflicts:
	core/sched.c
	sys/auto_init.c
2012-11-05 19:15:57 -05:00
Oliver Hahm
06da73c9c3 * cosmetics 2012-11-05 18:55:05 -05:00
Oliver Hahm
4433b5cf5b [cpu cc430 gpioint]
* some improvements to the debouncing
2012-11-05 18:43:03 -05:00
Oliver Hahm
e4a45e8330 [projects msb430_cc110x_ng]
* updated to current API
2012-11-05 18:34:52 -05:00
Oliver Hahm
9b961d6591 [sys net sixlowpan]
* fixed some line endings from dos to unix style
2012-11-05 16:29:11 -05:00
Oliver Hahm
62635e20a9 [drivers cc110x]
* fixed typos
2012-11-05 16:06:46 -05:00
Oliver Hahm
a5238784ae [drivers cc110x cc1100-interface]
* setting default radio mode to permanent RX
2012-11-05 14:56:50 -05:00
Oliver Hahm
984e2e5dde Merge branch 'mac' 2012-11-05 14:25:52 -05:00
Oliver Hahm
e0deea2d78 [driver cc110x cc1100_phy]
* added a todo regarding WOR problem with non-full packets
2012-11-05 14:17:00 -05:00
Oliver Hahm
01f96ad198 [projecs blinker] [projects hello-world]
* reverted changes from julsch' accidentally commit

[tools toolchains build_gnuarm]

* fixed toolchain build script for current GCC version
2012-11-05 14:05:10 -05:00
Oliver Hahm
31e7d39ca5 [Jamrules.common]
* removed debug lines
2012-11-05 10:40:24 -05:00
Oliver Hahm
ab30c0b826 [tools toolchains build_gnuarm.sh]
* fixed broken last commit
2012-11-05 07:56:00 -05:00
Oliver Hahm
c79861c2f6 [tools toolchains build_gnuarm.sh]
* reset julsch' changes
2012-11-05 07:52:56 -05:00
Oliver Hahm
8025d7e159 cleanups 2012-11-01 13:28:53 +01:00
Oliver Hahm
a20088f6e8 [core sched]
* fixed thread_getlastpid()
* enable interrupts again in thread_sleep() to avoid getting stuck w/
    disabled interrupts

[cpu lpc2387]
* added hwtimer as dependency for MCI driver

[project test_*]

* fixed some expect scripts
2012-11-01 13:18:17 +01:00
Oliver Hahm
2109f7dc86 [core thread]
* added thread_getlastpid
2012-10-18 18:08:40 +02:00
Oliver Hahm
db9f6b3fcf [board msba2-common tools pseudoterm]
* comments for preparing pseudoterm to use with node without DTR line

[drivers cc110x]

* changed default behavior to WOR mode
* fixed a bug that let CC1100 never return to WOR mode, when receiving a
  packet during sending
2012-08-01 17:00:48 +02:00
julsch
a719715214 Merge branch 'master' of http://ukleos.org/git/ukleos 2012-06-29 14:10:04 +02:00
Oliver Hahm
a30a18b3a8 [core msg]
* updated documentation of msg_send_receive()
2012-06-28 16:48:17 +02:00
julsch
b9cd825cba + jam tutorial \n 2012-06-20 17:17:24 +02:00
Oliver Hahm
ffc7976aea [core config]
* added prototype for config_load to header
2012-06-06 10:51:38 +02:00
Oliver Hahm
3643fc9801 [sys auto_init]
* added vtimer init to auto_init
2012-05-22 15:59:36 +02:00
Oliver Hahm
9ce719beef [sys auto_init]
added vtimer init to auto_init
2012-05-22 15:57:39 +02:00
Stephan Arndt
9f702bd8b1 Changed makefiles board/msba2-common/tools/Makefile and tools/toolchains/build_gnuarm.sh to be compatible with gcc version 4.6.1 2012-05-12 15:50:52 +02:00
Eric Engel
870b10514f Changed some Parameters of RPL
Added Loop Function in rpl_test project
send DAOs regular
2012-04-07 20:30:13 +02:00
Oliver Hahm
e9cdacbf51 [projects test_rpl] [sys net sixlowpan rpl]
* removed vtimer_init from rpl_init
 * some transceiver watchdog workaround foobar
2012-03-29 16:27:20 +02:00
Oliver Hahm
7397d98f8a [projects test_rpl] [sys net sixlowpan] [sys transceiver]
* some debugging
* increased timeout
2012-03-28 17:30:59 +02:00
Oliver Hahm
34611e6080 Merge branch 'mac' of ssh://ukleos/home/git/ukleos into mac 2012-03-28 10:36:43 +02:00
Eric Engel
f7368395ff only 10 DAO trys and unrecognized options now directly lead to abort 2012-03-27 22:18:35 +02:00
Eric Engel
a70a33337e RPL Finished, fixed some bugs, changed printf to puts, Use of Link Local addresses in RPL 2012-03-27 17:56:47 +02:00
Oliver Hahm
e1734ff3d7 Merge branch 'mac' of ssh://ukleos/home/git/ukleos into mac 2012-03-26 15:42:13 +02:00
Eric Engel
edbef27d29 Changed sixlowpan send buffers to any possible buffers, added some mutexes 2012-03-26 00:04:21 +02:00
Oliver Hahm
d50ee5be93 Merge branch 'mac' of ssh://ukleos/home/git/ukleos into mac 2012-03-15 17:28:29 +01:00
Oliver Hahm
9550739942 [projects test_rpl]
* added shell_commands and ps to Jamfile
2012-03-15 17:28:09 +01:00
Eric Engel
88e79185c4 Trickle corrections, changed some Stack sizes 2012-03-12 16:22:52 +01:00
Oliver Hahm
918a31cf8c [core hwtimer] [cpu arm]
* adapted core and arm cpu
2012-03-08 18:58:39 +01:00
Oliver Hahm
30fc52452c [drivers cc110x]
* switched from swtimer to vtimer in Jamfile
2012-03-06 21:15:51 +01:00
Eric Engel
f15840da9b Only one packet sent 2012-03-06 11:08:16 +01:00