Oleg Hahm
|
0ad7b170ed
|
make kernel_pid_t comparisons consistent
|
2014-08-07 16:31:27 +02:00 |
|
Oleg Hahm
|
c2b0423918
|
core: renamed KERNEL_PID_NULL to KERNEL_PID_UNDEF
As @authmillenon pointed out the "null" in the old name is somewhat
misleading, since the actual value is -1.
|
2014-08-07 16:31:27 +02:00 |
|
Oleg Hahm
|
4b1a2f32eb
|
net: fix kernel_pid_t checks
KERNEL_PID_NULL is a negative number. If kernel_pid_t variables are
initialized to this value, one have to check for lt/gte 0.
|
2014-08-07 16:31:27 +02:00 |
|
Ludwig Ortmann
|
3ca4f18479
|
doc: use lgplv2.1-short license header instead of lgpl-short-riot
|
2014-07-31 22:57:20 +02:00 |
|
Kévin Roussel
|
165e5ee52f
|
Extend CC2420 driver to comply with interfaces described in 'radio_driver.h'
|
2014-07-08 11:46:13 +02:00 |
|
Martin Lenders
|
e125f97a41
|
Fix coding conventions in cc2420 driver
|
2014-02-24 16:15:19 +01:00 |
|
Martin Lenders
|
d51816d2e0
|
Fix cc2420 driver
|
2014-02-24 16:14:28 +01:00 |
|
René Kijewski
|
2349d0806e
|
"Exterminate } else { "
|
2014-02-16 23:29:47 +01:00 |
|
Oleg Hahm
|
903ec54a43
|
making include directives consistent
|
2013-12-19 15:31:37 +01:00 |
|
Martin Lenders
|
038e03ad3e
|
Enforce naming convention for ieee802154
|
2013-09-30 13:21:54 +02:00 |
|
Milan Babel
|
db1fc96ffe
|
added driver for cc2420
also added cc2420 to transceiver and added cc2420 shell commands
|
2013-06-06 08:35:17 +02:00 |
|