- Nov 07, 2014
-
-
René Kijewski authored
core: put more intelligence into `queue_msg()`
-
Hauke Petersen authored
drivers: added enhanced RTT driver interface
-
René Kijewski authored
Fixes #1942. There were two instances were it was not checked the target thread has a message queue before queuing the message. This PR centralizes the check into `queue_msg()`.
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Oleg Hahm authored
pyterm: enable TCP connection to remote host
-
Hauke Petersen authored
-
Oleg Hahm authored
-
- Nov 06, 2014
-
-
Oleg Hahm authored
auto_init: always set source address mode
-
Oleg Hahm authored
-
Oleg Hahm authored
Netif fix byteorder
-
Hauke Petersen authored
tests/periph_spi: print rx-buffer on slave
-
Hauke Petersen authored
tests/periph_adc: added test for adc driver
-
Oleg Hahm authored
core: msg_receive should yield
-
Hauke Petersen authored
cpu/stm32f0: added missing features to Makefile
-
Hauke Petersen authored
-
Oleg Hahm authored
If a thread sends blocking, but the target thread is not currently in receive mode, the sender gets queued. If it has a higher priority it should run again as soon as the target goes into receiving mode.
-
Hauke Petersen authored
cpu/stm32f1: fix wrong bit operation in SPI init
-
Hauke Petersen authored
-
Thomas Eichinger authored
-
Hauke Petersen authored
shell: provide shell commands to poll lsm303dlhc sensor
-
Oleg Hahm authored
-
Thomas Eichinger authored
shell: sensors: exit on failure
-
Oleg Hahm authored
Immediately leave the read command if sensor is not initialized.
-
Thomas Eichinger authored
-
Thomas Eichinger authored
sys/shell: added commands for iot-lab_M3 sensors
-
Hauke Petersen authored
-
Hauke Petersen authored
drivers: added support for L3G4200D gyroscope
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Oleg Hahm authored
Ieee802154: use enums for frame type
-
Oleg Hahm authored
-
Oleg Hahm authored
-
- Nov 05, 2014
-
-
Oleg Hahm authored
-
Oleg Hahm authored
iot-lab_M3: set baud rate to 500 kbaud
-
Oleg Hahm authored
-
Oleg Hahm authored
-
Oleg Hahm authored
The IoT-Lab testbed requires a baud rate of 500 kbaud to use UART. Hence, this commit sets the default baud rate to this value and adapt the `make term` target accordingly.
-
Oleg Hahm authored
drivers/at86rf231: improve deployment by default example
-