- Aug 20, 2018
-
-
Toon Stegen authored
-
Toon Stegen authored
-
Francisco Acosta authored
at86rf2xx: correct rssi
-
Juan I Carrano authored
dist/tools: add lazysponge tool
-
Gaëtan Harter authored
Remove file management from `genconfigheader` script and use `lazysponge` in Makefile.include. Use --verbose option when in non QUIET building mode.
-
Gaëtan Harter authored
-
Gaëtan Harter authored
Write stdin to <outfile> if it is different from the previous content. If data provided in stdin is the same as the data that was in <outfile>, it is not modified so `last modification date` is not changed.
-
Peter Kietzmann authored
boards: Extended/fixed SPI config for STM32 Nucleo-64 boards
-
- Aug 19, 2018
-
-
Martine Lenders authored
tests/lwip_sock_*: fix compilation error
-
Gunar Schorcht authored
-
- Aug 17, 2018
-
-
MichelRottleuthner authored
cpu/stm32_common: add PUF SRAM feature to makefile
-
Peter Kietzmann authored
boards/pba-d-01-kw2x: use OpenOCD-supplied config
-
Koen Zandberg authored
at86rf2xx: Move flags from netdev to radio
-
Martine Lenders authored
gnrc_sixlowpan_iphc: cleanup NHC encoding
-
Kevin Weiss authored
boards: Harmonized UART config of Nucleo-64 boards
-
Kevin Weiss authored
boards/stm32f103c8: update flash flags for DFU
-
- Aug 16, 2018
-
-
Martine Lenders authored
nimble: deactivate -Wunused-function with LLVM/clang
-
Martine Lenders authored
When building `nimble` with LLVM/clang the function `ble_ll_adv_active_chanset_is_sec()` in `ble_ll_adv.c` is reported to be unused, it is used within an assertions and `ifdef`s within that file though. So this just disables that warning.
-
Gaëtan Harter authored
make: provide support for listing supported and blacklisting toolchains
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
Assuming `TOOLCHAIN_SUPPORTED` is provided by the board and `TOOLCHAIN_BLACKLIST` by a module or `pkg`, this outputs the fact that a toolchain is not supported or blacklisted in a similar manner as (un-)supported features and boards are.
-
Gaëtan Harter authored
dist: move testrunner to pythonlibs as package
-
- Aug 15, 2018
-
-
Sebastian Meiling authored
-
Sebastian Meiling authored
The latest bootloader has new usb device id and needs different parameters to flash a RIOT image using `dfu-util`.
-
Marian Buschsieweke authored
- nucleo-f334r8: - Added USART1 and USART3 config - nucleo-f401re: - Changed order of UARTs to match the other boards - nucleo-f410rb: - Added USART6 configuration - Fixed incorrect DMA settings (according to reference manual of the MCU) - nucleo-f446re: - Changed order of UARTs to match the other boards - nucleo-l152re: - Changed order of UARTs to match the other boards The result of this harmonization is, that the first UART is always USART2, the other USARTs are added in ascending order.
-
Marian Buschsieweke authored
-
Marian Buschsieweke authored
-
Marian Buschsieweke authored
-
Martine Lenders authored
pkg: cmsis-dsp: fix -Wunknown-attributes for LLVM
-
Martine Lenders authored
Apparently LLVM doesn't know the `optimize` attribute.
-
José Ignacio Alamos Aste authored
boards/sensebox: Add support for SenseBox board
-
- Aug 14, 2018
-
-
Kaspar Schleiser authored
make: Makefile.include: Remove -Wno-implicit-fallthrough
-
Francisco Acosta authored
frdm-k64f: Add SAUL ADC configuration
-
Francisco Acosta authored
frdm-k64f: Update ADC configuration
-
Martine Lenders authored
cpu/lpc2387: Fixed documentation and bugs preventing use of LLVM
-