3ec8126c84
cpu: cortexm: provide periph_pm for all cortexm
2017-11-06 12:01:19 +01:00
6be2fb1f25
cpu: kinetis_common: rename periph/hwrng_rnga.c -> periph/hwrng.c
2017-11-06 12:01:19 +01:00
9bdde09884
cpu: mips32r2_common: always select periph_timer
...
(needed for gettimeofday())
2017-11-06 12:01:19 +01:00
f697d0d859
cpu: stm32_common: rename rtt_lptim.c -> rtt.c
...
This ensures that the rtt code is made available by depending on
periph_rtt.
2017-11-06 12:01:19 +01:00
443c8e39ed
cpu: kinetis: make periph_rtc depend on periph_rtt
2017-11-06 12:01:19 +01:00
17a30bf319
saul: add periph dependencies for saul_adc and saul_gpio
2017-11-06 12:01:19 +01:00
565eb9cf63
cpu: native: always select periph_uart
2017-11-06 12:01:19 +01:00
8965e9e26c
make: make features available to Makefile.include
2017-11-06 12:01:19 +01:00
172c9e8066
boards: mulle: always select periph_rtt
2017-11-06 12:01:19 +01:00
53c0f0c5a1
make: always select periph_pm if available
2017-11-06 12:01:19 +01:00
7b6e02da50
make: always select periph_gpio if available
2017-11-06 12:01:19 +01:00
3ebcdfd400
drivers/periph_common: guard spi_init() by spi module
2017-11-06 12:01:19 +01:00
5c6c439920
cpu: mips32r2_common: adapt to periph.mk
2017-11-06 12:01:19 +01:00
5cd997fcdc
cpu: kinetis_common: adapt to periph.mk
2017-11-06 12:01:19 +01:00
d69291c3a1
make: handle optional features in Makefile.dep
2017-11-06 12:01:19 +01:00
a20745b6c5
cpu: make use of Makefile.periph
2017-11-06 12:01:19 +01:00
46d824b6b1
make: add Makefile.periph
2017-11-06 12:01:01 +01:00
c348a89c91
make: add NO_PSEUDOMODULES variable
2017-11-06 12:01:01 +01:00
Martine Lenders
60d543ab3d
Merge pull request #7862 from roberthartung/atmega_common_fix_periph
...
atmega_common: renames periph for atmega_common_periph
2017-11-06 11:55:59 +01:00
Robert Hartung
491f420651
cpu/atmega_common: renames periph module
2017-11-06 11:38:26 +01:00
Martine Lenders
046f30b918
Merge pull request #7722 from miri64/gnrc_uhcpc/fix/dep
...
gnrc_uhcpc: fix dependencies
2017-11-06 11:21:55 +01:00
Martine Lenders
772ee47e28
Merge pull request #7790 from OTAkeys/pr/fix_can_set_get_filters
...
can/device: wake up device before getting/setting filters
2017-11-06 11:01:53 +01:00
Martine Lenders
ce0a82fe34
Merge pull request #7510 from aabadie/adafruit_feather
...
boards/feather-m0: initial support
2017-11-06 07:37:50 +01:00
Martine Lenders
3425c9b940
Merge pull request #7939 from aabadie/pr/doxygen_warning
...
doc: increase GRAPH_MAX_NODES to avoid doxygen warning
2017-11-06 06:11:55 +01:00
d011fd1dd8
tests: exclude feather-m0 board from unittests
2017-11-05 22:19:07 +01:00
337e9d80f2
boards/feather-m0: initial support
2017-11-05 22:19:07 +01:00
a7d575b8d6
doc: increase GRAPH_MAX_NODES to avoid warning
2017-11-05 22:14:30 +01:00
5fe06c806a
Merge pull request #7927 from basilfx/bugfix/i2c_addresses
...
tests: u8g2: fix i2c addresses.
2017-11-05 21:32:04 +01:00
Bas Stottelaar
9428034fc8
tests: fix for u8g2 default I2C address.
2017-11-05 18:54:22 +01:00
Bas Stottelaar
10292cf9fa
Merge pull request #7296 from aabadie/driver_si70xx_cleanup
...
drivers/si70xx: cleanup and use pseudomodules
2017-11-05 18:29:34 +01:00
6f43e98b95
drivers/si70xx: cleanup and use pseudomodules
2017-11-05 18:13:19 +01:00
Joakim Nohlgård
7e3482eea0
Merge pull request #7933 from cladmi/pr/asssmobj_depends_to_header
...
Makefile.base: Add missing dep to RIOTBUILD_CONFIG_HEADER_C
2017-11-04 23:20:21 +01:00
Martine Lenders
e83248154b
Merge pull request #7932 from cladmi/pr/makefile_whitespace
...
Makefile.base: Fix indentation to two spaces
2017-11-03 18:08:53 +01:00
Martine Lenders
41b3ac4e3e
Merge pull request #7931 from haukepetersen/fix_drivers_defaultparamsincludeboardh
...
drivers: include board.h in default params files
2017-11-03 17:54:39 +01:00
Cenk Gündoğan
0328e45a8f
Merge pull request #7934 from cgundogan/pr/packer_df-util_bluepill
...
packer: add dfu-util and bluepill udev rules
2017-11-03 17:17:05 +01:00
Gaëtan Harter
1a6b492438
Makefile.base: Fix indentation to two spaces
2017-11-03 13:51:51 +01:00
Gaëtan Harter
3d2ed681e3
Makefile.base: Add missing dep to RIOTBUILD_CONFIG_HEADER_C
...
Assembly files '.S' are compiled with a subset of CFLAGS.
This means also `-include '$(RIOTBUILD_CONFIG_HEADER_C)'` so they should be
recompiled when it updates.
2017-11-03 13:46:49 +01:00
Cenk Gündoğan
ce8d880513
packer: add dfu-util and bluepill udev rules
2017-11-03 13:44:39 +01:00
Cenk Gündoğan
1ea1fe9060
Merge pull request #7928 from smlng/board/bluepill/dfu
...
bluepill: dfu-util support
2017-11-03 13:22:40 +01:00
Hauke Petersen
ba56fb1c6e
Merge pull request #7921 from basilfx/bugfix/bmx280
...
drivers: bmx280: include board.h for board parameters.
2017-11-03 10:23:29 +01:00
Hauke Petersen
5fa20d8234
drivers: include board.h in default params files
...
added the board.h include for:
- tsl2561
- jc42
- w5100
2017-11-03 10:12:58 +01:00
b60bb03f2b
Merge pull request #7901 from kroesche/feature/ringbuf_doc_update
...
ringbuffer: add hint about tsrb to doc
2017-11-03 10:03:56 +01:00
Joe Kroesche
abb6913480
sys/include/tsrb.h: move usage doc to main API page.
...
Modified file doc header so that important info about usage and buffer
size show up on main API doc page instead of file doc page;
added comment in a couple of places to remind reader that buffer size
must be powewr of 2.
2017-11-02 21:59:37 -05:00
Martine Lenders
d9bb006245
Merge pull request #7930 from miri64/mailmap/enh/jose
...
git: mailmap: deduplicate @jia200x
2017-11-02 19:57:44 +01:00
Martine Lenders
00a55e4850
git: mailmap: deduplicate @jia200x
2017-11-02 19:46:01 +01:00
c02ee081d9
Merge pull request #7174 from miri64/gnrc_sock/fix/return-EINVAL-for-inval-sock
...
sock: specify invalid parameter error
2017-11-02 17:30:35 +01:00
060d49fcaa
Merge pull request #7387 from tobhe/heatshrink
...
pkg/heatshrink: fix fallthrough warnings
2017-11-02 17:18:59 +01:00
52a692ae4f
Merge pull request #7829 from smlng/enh/tests/thread_flood
...
tests, thread_flood: update test script and output
2017-11-02 16:12:31 +01:00
66bd9b0295
Merge pull request #7809 from smlng/makefiles/fix_info_targets
...
makefiles: fix (and add) info targets
2017-11-02 16:10:14 +01:00
7c9f6a4763
Merge pull request #7907 from gebart/pr/cortexm-fix-hardfault-print
...
cortexm_common: Correct offset for hardfault stack
2017-11-02 15:59:36 +01:00