- May 22, 2018
-
-
Cenk Gündoğan authored
-
Vincent Dupont authored
boards/f4vi1: fix potential build issue in uart conf
-
Alexandre Abadie authored
-
Alexandre Abadie authored
boards/msbiot: Configured cc110x as default netdev
-
- May 21, 2018
-
-
Bas Stottelaar authored
sys: netopt: add checksum and busy options
-
Marian Buschsieweke authored
- Adjusted `#define`s to match the naming convention of `cc110x_params.h` - Enable the `cc110x` module if `netdev_default` or `gnrc_netdev_default` is used
-
Marian Buschsieweke authored
- Replaced magic numbers in the CC110X configuration of the MSBA2 with SPI_DEV(x) and GPIO_PIN(x, y) macros - Adjusted implementation of `cc110x_params.h` to match the code of `at86rf2xx` - Made MSBA2's CC110X parameters the default configuration
-
Bas Stottelaar authored
-
Bas Stottelaar authored
-
Alexandre Abadie authored
cpu/lpc2387: Fixed broken SPI driver
-
- May 19, 2018
-
-
Marian Buschsieweke authored
In commit 513b20ff the SPI API was changed to power up an configure the SPI bus on spi_acquire(). Sadly, the lpc2387 SPI apparently needs to be reconfigured after each power up. This commit moves the initialization code required after each power up from spi_init() to spi_acquire().
-
- May 18, 2018
-
-
Cenk Gündoğan authored
pkg/tlsf: revert to original api
-
Juan Carrano authored
- Cleanup package makefile. - Download directly from git. - Remove giant patch. - Implement malloc function as a contrib package. - Update ccn example. - Update ps command.
-
Cenk Gündoğan authored
trickle: remove msg_time member from struct
-
- May 17, 2018
-
-
Kaspar Schleiser authored
dist: tools: git-cache: update to latest upstream
-
Joakim Nohlgård authored
Upstream commit 04f04e5272f9fd68113a7f07ef034dd672630c79 https://github.com/kaspar030/git-cache/tree/04f04e5272f9fd68113a7f07ef034dd672630c79
-
Cenk Gündoğan authored
sys/uart_stdio: compile with -Wno-cast-function-type
-
Kaspar Schleiser authored
-
Koen Zandberg authored
The msg_time member is only locally used and set before read. It can be removed as the state kept by the member is not used.
-
- May 15, 2018
-
-
Francisco Acosta authored
tests: add more hardware in the loop tests
-
Kaspar Schleiser authored
native: define PROVIDES_PM_SET_LOWEST
-
Kaspar Schleiser authored
pkg/libcose: Use RIOT random_bytes instead of randombytes
-
Kaspar Schleiser authored
pkg/hacl: Use RIOT random_bytes instead of randombytes
-
Kaspar Schleiser authored
pkg/tweetnacl: Use RIOT random_bytes instead of randombytes
-
Kaspar Schleiser authored
core: make assert() an expression.
-
Francisco Acosta authored
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
-
Alexandre Abadie authored
tests/unittests: add empty list clist_foreach case
-
Alexandre Abadie authored
examples/filesystem: fix typos and cleanup
-
Alexandre Abadie authored
-
Gaëtan Harter authored
Add clist_foreach empty list test case which should: * not call `func` * return `NULL`
-
Alexandre Abadie authored
core/clist: make clist_foreach() return break-causing node
-
Juan Carrano authored
The "verbose" alternative for assert() is now an expression and can be used in all the places that a funcion call can be used.
-
Kaspar Schleiser authored
tools/check: use RIOTTOOLS variable
-
Loïc Dauphin authored
boards/nucleo-l496zg: add initial support
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-