- Feb 11, 2019
-
-
Yegor Yefremov authored
Change description to reflect the configurability of the serial interface. Also, fix the uart_mode parameter description as the UART will be configured and not initialized. Signed-off-by:
Yegor Yefremov <yegorslists@googlemail.com>
-
- Feb 08, 2019
-
-
Yegor Yefremov authored
URLs have been changed to: https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMP280-DS001.pdf https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME280-DS002.pdf ) Signed-off-by:
Yegor Yefremov <yegorslists@googlemail.com>
-
- Feb 05, 2019
-
-
Kees Bakker authored
Several parts were inspired by a driver written by: George Psimenos (gp7g14@soton.ac.uk) Steffen Robertz (steffen.robertz@rwth-aachen.de)
-
- Feb 04, 2019
-
-
Silke Hofstra authored
The documentation refers to the `HDC1000_PARAM_RENEW_INTERVAL` as `HDC1000_RENEW_INTERVAL`.
-
- Feb 01, 2019
-
-
Marian Buschsieweke authored
netdev_driver_t::get(NETOPT_MAX_PACKET_SIZE) used to return the maximum frame size instead of the maximum layer 2 PDU size.
-
Marian Buschsieweke authored
Introduced CC110X_L2_HDR_SIZE to get rid of magic numbers.
-
Sebastian Meiling authored
-
Sebastian Meiling authored
-
Sebastian Meiling authored
Removing usage of netdev->stats in all net drivers, as it is handled by gnrc_netif.
-
Sebastian Meiling authored
This removes the netopt to get layer 2 netstats from netdev.
-
Sebastian Meiling authored
This the first step in moving the collection of layer 2 netstats from the low level driver to a central location, ie. gnrc_netif, to avoid code duplication.
-
- Jan 31, 2019
-
-
Leandro Lanzieri authored
-
Yegor Yefremov authored
As suggested in PR#5899 add a routine uart_mode() that will setup data bits, stop bits and parity at runtime. uart.h provides a set of enums defining these settings and each platform will override them to specify values corresponding to its configuration registers. The idea behind the enums is to specify default settings i.e. 8N1 through the 0 value item. Invoking uart_mode(uart, 0, 0, 0) will setup 8N1 mode. Signed-off-by:
Yegor Yefremov <yegorslists@googlemail.com>
-
- Jan 30, 2019
-
-
Michel Rottleuthner authored
-
Michel Rottleuthner authored
-
Michel Rottleuthner authored
-
- Jan 29, 2019
-
-
Marian Buschsieweke authored
If netdev_driver_t::recv() is called and the provided buffer is smaller than the frame then `-ENOBUFS` should be returned, the frame should be dropped, and no data of the frame should be returned. Addresses: https://github.com/RIOT-OS/RIOT/issues/10413
-
Marian Buschsieweke authored
The netdev_driver_t::recv implementation of the w5100 does not provide the drop feature. This commit adds it. Fixes: https://github.com/RIOT-OS/RIOT/issues/10410
-
- Jan 28, 2019
-
-
Marian Buschsieweke authored
Implemented an example `ltc4150_recorder_t` implementation as a proof of concept for the recorder API.
-
Marian Buschsieweke authored
-
Marian Buschsieweke authored
The LTC4150 is a coulomb counter (a.k.a. battery sensor or bidirectional current sensor) that is used in the MSBA2 board and available for little money as easy to use break out board.
-
Marian Buschsieweke authored
-
- Jan 24, 2019
-
-
Gunar Schorcht authored
-
- Jan 18, 2019
-
-
Gunar Schorcht authored
-
Gunar Schorcht authored
-
- Jan 13, 2019
-
-
Koen Zandberg authored
-
- Jan 12, 2019
-
-
Koen Zandberg authored
-
Koen Zandberg authored
-
Koen Zandberg authored
This change modifies the mrf24j40 driver to read the address directly from the device instead of returning the netdev_ieee802154_t member
-
Koen Zandberg authored
-
Koen Zandberg authored
-
Koen Zandberg authored
-
Koen Zandberg authored
This change modifies the kw2xrf_get_addr_short function to retrieve the short address from the device and not from netdev
-
Koen Zandberg authored
This change ensures that the endianess returned by the get_addr_long is consistent with the endianess of the get_addr_short
-
- Jan 11, 2019
-
-
Vincent Dupont authored
-
Vincent Dupont authored
-
Vincent Dupont authored
-
- Jan 10, 2019
-
-
Kees Bakker authored
-
Kees Bakker authored
-
Kees Bakker authored
-