Martine Lenders
96b2928e02
MAINTAINING.md: extend Github ettiquette for multi-maintainer review
2018-10-01 14:41:28 +02:00
Martine Lenders
67694c3119
MAINTAINING.md: Improve review process between multiple maintainers
...
During RIOT Summit 2018 the attending maintainers found that the
organization for the review process involving multiple maintainers is
lacking both in process description and existing mechanisms.
This changes the "Organisation of reviewing between maintainers"
section of the maintenance guidelines, to be in accordance with the
results of the discussions spawned from this fact.
If approved the following labels are added to GitHub:
- Reviewed: 1-fundamentals
- Reviewed: 2-code-design
- Reviewed: 3-testing
- Reviewed: 4-coding-conventions
- Reviewed: 5-documentation
2018-10-01 14:41:28 +02:00
Hauke Petersen
ce0e49bcac
Merge pull request #9972 from SemjonKerner/cleanup_makefile_dep
...
Cleanup: drivers/makefile.dep
2018-09-20 12:17:35 +02:00
semjonkerner
83711b4819
drivers/Makefile.dep: order modules alphabetically
2018-09-20 11:00:21 +02:00
semjonkerner
603c04e2cc
drivers/Makefile.dep: delete duplicate srf02 module
2018-09-20 11:00:21 +02:00
07466f5ce5
Merge pull request #9967 from cladmi/pr/tests/cleanup/netdev_test
...
tests/netdev_test: remove non required feature periph_timer
2018-09-19 22:37:54 +02:00
cladmi
784b9806cc
tests/netdev_test: remove non required feature periph_timer
...
Found out it is not actually linked.
2018-09-19 18:53:07 +02:00
Gaëtan Harter
33f8a49b5b
Merge pull request #9955 from cladmi/pr/make/detect_build_errors_on_flash
...
Makefile.include: also detect features and blacklist on flash
2018-09-19 17:25:48 +02:00
Kevin Weiss
84475771ec
Merge pull request #9963 from silkeh/rename-stm32mindev
...
Rename stm32mindev to blackpill
2018-09-19 17:13:50 +02:00
6949fec89f
Merge pull request #9962 from Lotterleben/emb6_update_doc_pdf
...
emb6: update link to documentation pdf
2018-09-19 16:43:24 +02:00
Silke Hofstra
ee82d4fbfe
boards, examples, tests: rename stm32mindev to blackpill
2018-09-19 16:22:14 +02:00
1022050dc7
Merge pull request #9923 from cladmi/pr/cleanup/duplicate_includes
...
boards/cpu: cleanup duplicate includes
2018-09-19 16:08:37 +02:00
Martine Lenders
dd470dc55f
Merge pull request #9960 from cladmi/pr/make/pkg/riot_bs_git_am
...
pkg.mk: do not use user identidy when applying patches
2018-09-19 14:53:38 +02:00
Lotte Steenbrink
7f08ca15f5
emb6: update link to documentation pdf
...
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 .
2018-09-19 14:26:58 +02:00
Francisco Acosta
1fbd51f6f7
Merge pull request #9956 from cladmi/pr/make/edbg/fix_offset
...
edbg.inc.mk: handle IMAGE_OFFSET being defined with a space
2018-09-19 14:00:15 +02:00
cladmi
d154123c92
pkg.mk: do not use user identity when applying patches
...
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.
2018-09-19 12:09:54 +02:00
Francisco Acosta
3721f193d0
Merge pull request #9816 from leandrolanzieri/lobaro_port
...
boards/lobaro-lorabox: Add support for Lobaro LoraBox board
2018-09-18 19:35:59 +02:00
Bas Stottelaar
483ee31e46
Merge pull request #9879 from basilfx/feature/efm32_dcdc_off
...
cpu: efm32: add support for no DC-DC converter
2018-09-18 19:16:26 +02:00
cladmi
8a78355482
edbg.inc.mk: handle IMAGE_OFFSET being defined with a space
...
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))
2018-09-18 18:28:19 +02:00
Leandro Lanzieri
31fa4fd64d
dist/tools: Add stm32loader flash utility
2018-09-18 18:07:42 +02:00
Leandro Lanzieri
177ef5bfa9
boards/lobaro-lorabox: Add initial support for Lobaro Lorabox board
2018-09-18 18:07:07 +02:00
Leandro Lanzieri
bd1b309c39
cpu/stm32l1: Add support for stm32l151cb CPU
2018-09-18 18:05:34 +02:00
Gaëtan Harter
76558bd687
Merge pull request #9953 from Josar/uncrustify/xtimer_core
...
xtimer_core: uncrustify
2018-09-18 17:45:20 +02:00
a4be4bb53a
Merge pull request #9815 from leandrolanzieri/sx127x_multi_dio
...
drivers/sx127x: Add initial support for multi interrupt pins
2018-09-18 16:43:51 +02:00
cladmi
5f3d0eab4d
Makefile.include: also detect features and blacklist on flash
...
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.
2018-09-18 16:19:03 +02:00
josar
f770d17e12
xtimer_core: uncrustify
2018-09-18 16:13:18 +02:00
Leandro Lanzieri
5cc7b6711f
drivers/sx127x: add preliminar multi interrupt pin support
...
drivers/sx127x: add option to use or not multi dio
2018-09-18 14:02:31 +02:00
b518f3c73e
Merge pull request #9869 from bergzand/pr/tsrb/drop
...
tsrb: add drop function
2018-09-18 10:57:55 +02:00
Bas Stottelaar
e12d4e8a2f
boards: sltb001a: throw error on EMU_DCDCINIT_OFF
2018-09-17 19:36:56 +02:00
Bas Stottelaar
333ae1ee2b
boards: slstk3401a: throw error on EMU_DCDCINIT_OFF
2018-09-17 19:36:45 +02:00
Bas Stottelaar
fbb490a2e0
cpu: efm32: add support for no DC-DC converter
2018-09-17 19:31:22 +02:00
Gaëtan Harter
ec5e4f8dc6
Merge pull request #9915 from cladmi/pr/make/always_include_makefile_features
...
Makefile.include: always include board Makefile.features
2018-09-17 15:34:50 +02:00
e66e9f8c5f
Merge pull request #9922 from gebart/pr/bench_timers_typo
...
bench_timers: Fix mixup in trace output
2018-09-16 22:01:05 +02:00
Martine Lenders
090a762e1a
Merge pull request #9939 from AaltoNEPPI/fix-color-typo
...
sys/color/color.c: Fix a typo
2018-09-15 12:45:28 +02:00
Pekka Nikander
da81720d80
sys/color/color.c: Fix a typo
2018-09-15 08:52:00 +03:00
334f828599
Merge pull request #9919 from kb2ma/nanocoap/example_resource_order
...
nanocoap/example: fix resource order
2018-09-13 16:05:07 +02:00
50d6cfd22c
Merge pull request #9918 from kb2ma/gcoap/fix-resource-order-doc
...
net/gcoap: fix doc for order of server resources
2018-09-13 15:45:17 +02:00
742b6ac4f4
Merge pull request #9928 from aabadie/pr/examples/default_cleanup_makefile
...
examples/default: remove unnecessary dependency to sht11
2018-09-13 09:53:56 +02:00
18545db27d
examples:default: remove unnecessary dependency to sht11
...
This module is already included by the boards when saul_default is included. And the default application Makefile include saul_default
2018-09-13 06:34:59 +02:00
Martine Lenders
1e6009c582
Merge pull request #9924 from aabadie/pr/tests/cleanup_bench_test_target
...
tests/bench_runtime_coreapis: remove unnecessary test target
2018-09-11 19:02:19 +02:00
Martine Lenders
66e33a4e6c
Merge pull request #9921 from cladmi/pr/cleanup/pba/mcpu
...
pba-d-01-kw2x: remove duplicate MCPU
2018-09-11 18:54:22 +02:00
Francisco Acosta
012535dc15
Merge pull request #9896 from kYc0o/pr/tools/jlink/remove_extra_check
...
jlink.sh: remove duplicated check
2018-09-11 17:58:53 +02:00
Francisco Acosta
89fa4da4c3
dist/tools/jlink: remove duplicated check
2018-09-11 17:29:12 +02:00
5d1cc5713c
tests/bench_runtime_coreapis: remove unnecessary test target
2018-09-11 16:58:20 +02:00
cladmi
28d3ba64d4
cpu/cc430: remove duplicate include
...
Includes of $(CPU)/include is already included in the main Makefile.include
in the line before including this file.
2018-09-11 16:32:34 +02:00
cladmi
6fc8fae2c8
boards/Makefile.include: remove duplicate includes
...
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.
2018-09-11 16:28:18 +02:00
Joakim Nohlgård
49debfc67c
bench_timers: Fix mixup in trace output
...
The equal sign was intended to be a symbol for parallel timers (two
lines), the minus was intended to be a single timer (one line).
2018-09-11 15:55:11 +02:00
cladmi
99a0664bf7
pba-d-01-kw2x: remove duplicate MCPU
...
MCPU is already defined to `CPU_ARCH` which is `cortex-m4`.
Removing this line does not change the value:
make --no-print-directory -C examples/hello-world/ BOARD=pba-d-01-kw2x \
info-debug-variable-CPU_ARCH info-debug-variable-MCPU
cortex-m4
cortex-m4
2018-09-11 15:38:27 +02:00
Martine Lenders
e8af06fe5f
Merge pull request #9346 from haukepetersen/add_bench_sizeofcoretypes
...
tests: initial include of tests/bench_sizeof_coretypes
2018-09-11 15:17:08 +02:00
Martine Lenders
f1a5b08d3a
Merge pull request #9433 from neiljay/pr/blacklist_pic32_boards
...
pic32: Blacklist pic32 boards from some pkg tests
2018-09-11 14:32:23 +02:00