1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/drivers/cc110x
René Kijewski 2cb4166c3e all over the place: use sched_active_pid
In many places we needlessly use `sched_active_thread->pid` whilst we
already have `sched_active_pid` with the same value, and one less
indirection.

`thread_getpid()` is made `static inline` so that there is no penalty in
using this function over accessing `sched_active_pid` directly.
2014-08-17 21:04:25 +02:00
..
arch_cc1100.h converting tabs to spaces in drivers (#1439) 2014-07-31 20:49:35 +02:00
cc1100_phy.c all over the place: use sched_active_pid 2014-08-17 21:04:25 +02:00
cc1100_phy.h cc110x: use radio_packet_length_t 2014-08-01 17:04:35 +02:00
cc1100_spi.c Merge pull request #1329 from LudwigOrtmann/riot_license 2014-07-31 23:12:47 +02:00
cc1100_spi.h converting tabs to spaces in drivers (#1439) 2014-07-31 20:49:35 +02:00
cc1100-csmaca-mac.c cc110x: use radio_packet_length_t 2014-08-01 17:04:35 +02:00
cc1100-csmaca-mac.h converting tabs to spaces in drivers (#1439) 2014-07-31 20:49:35 +02:00
cc1100-defaultSettings.c Merge pull request #1329 from LudwigOrtmann/riot_license 2014-07-31 23:12:47 +02:00
cc1100-defaultSettings.h converting tabs to spaces in drivers (#1439) 2014-07-31 20:49:35 +02:00
cc1100-internal.h converting tabs to spaces in drivers (#1439) 2014-07-31 20:49:35 +02:00
cc1100.c cc110x: use radio_packet_length_t 2014-08-01 17:04:35 +02:00
cc1100.h cc110x: use radio_packet_length_t 2014-08-01 17:04:35 +02:00
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00