1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers
Cenk Gündoğan 6ee5e737f9 vtimer: set custom msg_t.type with vtimer_set_msg
Currently, when using vtimer_set_msg the corresponding msg_t is filled
with the MSG_TIMER ("12345") type.
This approach makes it difficult to differentiate between incoming
messages via vtimer_set_msg.

In this PR I introduce another parameter for the vtimer_set_msg
function to specify a custom msg_t type.
2014-12-09 10:07:26 +01:00
..
at86rf231 debug: removed superfluous additional debug flag 2014-12-03 22:59:14 +01:00
cc110x drivers - cc110x: Initial import of new cc110x driver 2014-12-01 17:14:02 +01:00
cc110x_legacy drivers - cc110x_ng: rename ng driver to legacy 2014-10-24 09:55:31 +02:00
cc110x_legacy_csma vtimer: set custom msg_t.type with vtimer_set_msg 2014-12-09 10:07:26 +01:00
cc2420 debug: removed superfluous additional debug flag 2014-12-03 22:59:14 +01:00
hdc1000 add hdc1000 sensor driver 2014-11-24 13:15:58 +01:00
include netdev: Fix netdev/default.h 2014-12-06 18:03:49 +01:00
isl29020 added missing extern "C" guards 2014-10-22 07:50:48 +02:00
l3g4200d drivers: added L3G4200D gyroscope driver 2014-11-06 10:36:41 +01:00
lm75a lint: reduce scope 2014-09-12 11:50:12 +02:00
lps331ap drivers: added LPS331AP pressure sensor driver 2014-10-30 20:24:44 +01:00
lsm303dlhc shell: provide shell commands to poll lsm303dlhc sensor 2014-11-06 11:28:22 +01:00
ltc4150 doc: fix more license headers 2014-08-27 19:20:49 +02:00
mq3 drivers/mq3: added driver for alcohol sensor 2014-10-30 14:05:29 +01:00
netdev drivers/at86rf231: refactoring of the at86rf231 radio driver 2014-10-30 22:35:00 +01:00
nrf24l01p lint: fix possible nullptr deref in *pwr 2014-11-28 01:07:33 +01:00
pir drivers: import PIR motion sensor driver 2014-09-26 18:07:46 +02:00
rgbled drivers: added rgbled driver 2014-06-11 20:17:44 +02:00
servo drivers/servo: fixed very stupid coding error 2014-07-31 17:35:47 +02:00
sht11 doc: fix more license headers 2014-08-27 19:20:49 +02:00
srf02 Initial import of the updated srf02 driver with general i2c interface 2014-11-21 09:21:27 +01:00
srf08 lint: fix redundantAssignment warnings 2014-10-31 01:24:29 +01:00
doc.txt fix license headers in non-.c files 2014-08-23 16:16:26 +02:00
Makefile Initial import of nrf24l01p lowlevel functions 2014-11-26 13:50:29 +01:00
Makefile.include drivers - cc110x: Initial import of new cc110x driver 2014-12-01 17:14:02 +01:00