- Feb 22, 2016
-
-
Hauke Petersen authored
boards: cleaned up LED handling for NRF5x based boards
-
Martine Lenders authored
netdev2: provide capability to pass up packet status information
-
Ludwig Knüpfer authored
doc: move details section to the top
-
Martine Lenders authored
-
Peter Kietzmann authored
boards/nrf51dongle: add xtimer configuration
-
Martine Lenders authored
-
Oleg Hahm authored
stm32f3: periph: uart: add misssing uart overrun handling
-
Peter Kietzmann authored
drivers/kw2xrf: use NETOPT_STATE_RX for rcv
-
Martine Lenders authored
-
- Feb 21, 2016
-
-
Cenk Gündoğan authored
-
Martine Lenders authored
drivers: net: fix isr_arg for encx24j600 and ethos
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
Cenk Gündoğan authored
color: add hex2color, color2hex, rgb2str, str2rgb
-
Steffen Pengel authored
On overrung the ORE bit in the ORECF register is set. An overrun error occurs when a character is received when RXNE has not been reset. Data can not be transferred from the shift register to the RDR register until the RXNE bit is cleared. The ORE bit is reset by setting the ORECF bit in the ICR register. In case the ORE bit isn't cleared, the isr_handler() routine is called continuously. Which prevents the system from normal scheduling.
-
Cenk Gündoğan authored
-
Cenk Gündoğan authored
-
Peter Kietzmann authored
boards/samr21-xpro: added third channel for PWM1
-
Ludwig Knüpfer authored
-
Ludwig Knüpfer authored
Details follow the brief section immediately now.
-
Ludwig Knüpfer authored
Add a layout file for Doxygen which has the details section at the beginning of a page as opposed to the default where the details are somewhere in the middle. The initial XML file was generated as specified in the Doxygen documentation: ``` doxygen -l ```
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Hauke Petersen authored
STM32 GPIO: Fix exti_isr handling to only call callbacks of lines with there IRQ enabled
-
DipSwitch authored
-
Oleg Hahm authored
netdev2_tap: fix strange event_callback argument
-
- Feb 20, 2016
-
-
Martine Lenders authored
-
- Feb 19, 2016
-
-
Cenk Gündoğan authored
pba-d-01-kw2x: use GPIO_PIN for LED_*_GPIO
-
Hauke Petersen authored
drivers/bh1750fvi: fix ingroup definition
-
BytesGalore authored
drivers: make default radio channel configurable at compile time
-
Cenk Gündoğan authored
gnrc_icmpv6: fix debug outputs
-
Cenk Gündoğan authored
ndp: fix NCE creation on RA reception
-
Cenk Gündoğan authored
-
Cenk Gündoğan authored
-
- Feb 18, 2016
-
-
Peter Kietzmann authored
drivers/gpio: changed default type to unsigned
-
Oleg Hahm authored
RFC4861 says: "If a Neighbor Cache entry is created for the router [while processing route advertisements], its reachability state MUST be set to STALE as specified in Section 7.3.3."
-
Cenk Gündoğan authored
drivers/mma8652: enhancements
-