- Sep 20, 2018
-
-
cladmi authored
Explicit the target name so the stem can be extracted.
-
- Sep 19, 2018
-
-
Gaëtan Harter authored
Makefile.include: also detect features and blacklist on flash
-
Kevin Weiss authored
Rename stm32mindev to blackpill
-
Koen Zandberg authored
emb6: update link to documentation pdf
-
Silke Hofstra authored
-
Alexandre Abadie authored
boards/cpu: cleanup duplicate includes
-
Martine Lenders authored
pkg.mk: do not use user identidy when applying patches
-
Lotte Steenbrink authored
Update the link to the emb6 documentation pdf to its state at the time of PKG_VERSION, since the pdf has since been deleted from https://github.com/hso-esk/emb6/tree/develop/doc/. Resolves https://github.com/RIOT-OS/RIOT/issues/8596.
-
Francisco Acosta authored
edbg.inc.mk: handle IMAGE_OFFSET being defined with a space
-
cladmi authored
Use fixed identity when applying patches, it fixes issues when they are not set in the build computer or if HOME is not exported. The commits are only used in the build system so adding the building user information is useless.
-
- Sep 18, 2018
-
-
Francisco Acosta authored
boards/lobaro-lorabox: Add support for Lobaro LoraBox board
-
Bas Stottelaar authored
cpu: efm32: add support for no DC-DC converter
-
cladmi authored
Handle that `IMAGE_OFFSET` can be set to something that contain spaces. With 'IMAGE_OFFSET=$$((0x1000 + 0x1000))' we had in the command line when doing 'flash' --offset $((0x1000 --offset + --offset 0x1000)) With the change we correctly have --offset $((0x1000 + 0x1000))
-
Leandro Lanzieri authored
-
Leandro Lanzieri authored
-
Leandro Lanzieri authored
-
Gaëtan Harter authored
xtimer_core: uncrustify
-
Alexandre Abadie authored
drivers/sx127x: Add initial support for multi interrupt pins
-
cladmi authored
Now also print warnings if there are missing features or a blacklisted board when doing 'make flash' Before, only when doing 'make' or 'make all' the FEATURES_REQUIRED, BOARD_BLACKLIST/WHITELIST and TOOLCHAINS were checked and a warning was printed. However as 'flash' triggers 'all' it is a common case to do 'make flash' directly instead of 'make all flash'. So better also print warnings in this case.
-
josar authored
-
Leandro Lanzieri authored
drivers/sx127x: add option to use or not multi dio
-
Kaspar Schleiser authored
tsrb: add drop function
-
- Sep 17, 2018
-
-
Bas Stottelaar authored
-
Bas Stottelaar authored
-
Bas Stottelaar authored
-
Gaëtan Harter authored
Makefile.include: always include board Makefile.features
-
- Sep 16, 2018
-
-
Kaspar Schleiser authored
bench_timers: Fix mixup in trace output
-
- Sep 15, 2018
-
-
Martine Lenders authored
sys/color/color.c: Fix a typo
-
Pekka Nikander authored
-
- Sep 13, 2018
-
-
Koen Zandberg authored
nanocoap/example: fix resource order
-
Koen Zandberg authored
net/gcoap: fix doc for order of server resources
-
Kaspar Schleiser authored
examples/default: remove unnecessary dependency to sht11
-
Alexandre Abadie authored
This module is already included by the boards when saul_default is included. And the default application Makefile include saul_default
-
- Sep 11, 2018
-
-
Martine Lenders authored
tests/bench_runtime_coreapis: remove unnecessary test target
-
Martine Lenders authored
pba-d-01-kw2x: remove duplicate MCPU
-
Francisco Acosta authored
jlink.sh: remove duplicated check
-
Francisco Acosta authored
-
Alexandre Abadie authored
-
cladmi authored
Includes of $(CPU)/include is already included in the main Makefile.include in the line before including this file.
-
cladmi authored
Includes of $(CPU)/include and $(BOARD)/include and already added in the main Makefile.include. Verification: There are no common headers names between boards and cpus. Except native that has a 'periph_conf.h' in cpu instead of being in board.
-