1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/kw2xrf
Marian Buschsieweke 90177889b7
treewide: Cleanup access to internal variables
Replace direct accesses to sched_active_thread and sched_active_pid with
the helper functions thread_getpid() and thread_get_active(). This serves
two purposes:

1. It makes accidental writes to those variable from outside core less likely.
2. Casting off the volatile qualifier is now well contained to those two
   functions
2020-09-07 12:59:55 +02:00
..
include drivers/kw2xrf: use unsigned char 2020-07-31 13:38:03 +02:00
kw2xrf_getset.c kw2xrf: Don't set netdev values in addr setters 2019-01-12 17:04:14 +01:00
kw2xrf_intern.c drivers: make use of ARRAY_SIZE macro 2019-08-06 19:43:54 +02:00
kw2xrf_netdev.c treewide: Cleanup access to internal variables 2020-09-07 12:59:55 +02:00
kw2xrf_spi.c drivers/kw2xrf_spi: DEBUG fixes 2018-01-15 14:37:05 +01:00
kw2xrf_tm.c make: fix various compile errors with Wextra 2017-11-28 18:31:43 +01:00
kw2xrf.c drivers/kw2xrf: do normal assignment instead of memcpy 2019-01-10 19:43:44 +01:00
Makefile Initial import of tests for kw2x radio 2015-05-13 13:06:59 +02:00
Makefile.dep drivers: configure per driver dependency resolution 2020-07-20 14:32:16 +02:00
Makefile.include drivers: move USEMODULE_INCLUDES in each driver directories 2020-07-15 20:36:27 +02:00