Hauke Petersen
761258cf3a
boards/common/nrf52xxxdk: move LED mask to board.h
2018-01-15 23:01:34 +01:00
steffen
1d38c7d939
drivers/lc709203f: Added support for the LC709203F Fuel Gauge
2018-01-15 17:48:27 +01:00
ca38df6960
Merge pull request #7469 from MichelRottleuthner/stm32l4_stmclk
...
stm32l4: implement stmclk interface
2018-01-15 17:38:28 +01:00
Michel Rottleuthner
1d9bca2201
boards/nucleo-l476: use LSI instead of LSE by default
2018-01-15 15:41:14 +01:00
Sebastian Meiling
469a1bb632
Merge pull request #8360 from neiljay/pr/correct_usage_of_features_on_mips
...
mips: Correct usage of USEMODULE
2018-01-15 15:19:01 +01:00
dc56bdb210
Merge pull request #8228 from gebart/pr/rm-cref
...
Makefile.include: Remove --cref from linking flags
2018-01-15 15:15:58 +01:00
Neil Jones
e297a71e8c
mips: Correct usage of USEMODULE
...
In CPU definitions we should not be explicilty naming peripheral modules to use
via USEMODULE (one should use FEATURES_PROVIDED instead).
Plus add missing cpu_init() and periph_init() methods.
This commit removes periph_hwrng support from the pic32mx cpu builds as
pic32mx does not have hwrng only pic32mz does.
2018-01-15 14:02:59 +00:00
Sebastian Meiling
eb89954f13
Merge pull request #5166 from kaspar030/syntax_check_debug_code
...
core: debug: rely on optimizer to kick out unused debug code
2018-01-15 14:52:35 +01:00
Michel Rottleuthner
cf6c25f5f5
boards/nucleo32-l432: add defines for MSI/LSE-trimming
2018-01-15 14:42:01 +01:00
Michel Rottleuthner
28c131eaee
boards/b-l475e-iot01a: add defines for MSI/LSE-trimming
2018-01-15 14:41:06 +01:00
1969dd45d9
pkg: littlefs: DEBUG fixes
2018-01-15 14:37:05 +01:00
4dd854da74
cpu/cc2538: DEBUG fixes
2018-01-15 14:37:05 +01:00
ed847a9fdd
sys: fs: constfs: DEBUG fixes
2018-01-15 14:37:05 +01:00
38f18137f8
sys/cbor: DEBUG fixes
2018-01-15 14:37:05 +01:00
7b72f623d2
gnrc: netif2: DEBUG fixes
2018-01-15 14:37:05 +01:00
51f16203fa
drivers: xbee: DEBUG fixes
2018-01-15 14:37:05 +01:00
12d4254ae1
gnrc: nib: DEBUG fix
2018-01-15 14:37:05 +01:00
fd884c2d05
gnrc: rpl: DEBUG fix
2018-01-15 14:37:05 +01:00
93ce8bc36f
drivers/kw2xrf_spi: DEBUG fixes
2018-01-15 14:37:05 +01:00
d8051a2d73
sys/can: DEBUG fixes
2018-01-15 14:37:05 +01:00
af991deeb2
sys: net: gcoap: DEBUG fixes
2018-01-15 14:37:04 +01:00
56b8c55f1a
gnrc: mac: DEBUG fix
2018-01-15 14:37:04 +01:00
35ea251516
gnrc: lwmac: DEBUG fix
2018-01-15 14:37:04 +01:00
702ec4a517
sys/posix: pthread_barrier: DEBUG fix
2018-01-15 14:37:04 +01:00
e6a9a760a7
core/thread: add thread_getname() dummy available without DEVELHELP
2018-01-15 14:37:04 +01:00
dcc0804e10
sys/vfs: DEBUG fix
2018-01-15 14:37:04 +01:00
8a74210b31
gnrc/netapi: DEBUG fix
2018-01-15 14:37:04 +01:00
c6b482d56c
posix: pthread_rwlock: fix DEBUG messages
2018-01-15 14:37:04 +01:00
c398b74ae0
cpu: native: uart: adapt to changed DEBUG
2018-01-15 14:37:04 +01:00
4dba9ee6ba
sys: net: adapt to compile-checked debug messages
2018-01-15 14:37:04 +01:00
Michel Rottleuthner
1e0258d493
stm32l4/stmclk: enable MSI/LSE trimming only with available LSE
2018-01-15 12:22:51 +01:00
Sebastian Meiling
7e7c573eaf
Merge pull request #8355 from beduino-project/fix-stm32f1-pullup
...
stm32f1: fix gpio mode GPIO_IN_PU
2018-01-15 09:27:08 +01:00
Martine Lenders
6b79c5e9d5
Merge pull request #8358 from MichelRottleuthner/pr_fix_sntp
...
sntp: set netif when using link local address
2018-01-14 17:35:13 +01:00
MichelRottleuthner
c33985dc81
stm32l4: implement stmclk functions
2018-01-14 16:58:53 +01:00
Michel Rottleuthner
bbd8d67bf9
address request by miri64 (interface as shell param)
2018-01-14 16:55:14 +01:00
0af100412c
Merge pull request #8346 from miri64/doc/fix/ndp-dad-max
...
ndp: sixlowpan_nd: explain maximum retransmission for DAD
2018-01-12 20:02:21 +01:00
Michel Rottleuthner
3056104187
sc_sntp: set netif when using link local address
2018-01-12 19:09:37 +01:00
neiljay
bec3f12e0b
Merge pull request #8248 from neiljay/pr/mips_makefile_improvements
...
mips: clean up pic32 makefiles
2018-01-12 15:54:39 +00:00
Tristan Bruns
d4de629c34
stm32f1: fix gpio mode GPIO_IN_PU
2018-01-12 16:11:58 +01:00
Sebastian Meiling
21ff9ac98c
Merge pull request #8303 from aabadie/pr/flake8/pyterm
...
dist/tools/pyterm: fix flake8 issues
2018-01-12 15:29:41 +01:00
c001e14f9d
core: debug: rely on optimizer to kick out unused debug code
2018-01-12 13:38:06 +01:00
Sebastian Meiling
f6a5f36e18
Merge pull request #8352 from aabadie/pr/lostandfound_typo
...
lostandfound: fix typo on qemu-i386
2018-01-12 09:32:12 +01:00
f2aa9edfb5
lostandfound: fix typo on qemu-i386
2018-01-11 21:17:58 +01:00
56ef4e90b1
Merge pull request #8350 from kYc0o/fix_stm32l1_model
...
cpu/stm32l1/vectors.c: fix model stm32l152ret6 -> stm32l152re
2018-01-11 19:24:21 +01:00
kYc0o
af8deddbf1
cpu/stm32l1/vectors.c: fix model stm32l152ret6 -> stm32l152re
2018-01-11 18:48:14 +01:00
2b23697ca3
Merge pull request #8347 from rienafairefr/msp-startup-log
...
puts => LOG_INFO for the MSP430 startup message
2018-01-11 11:38:35 +01:00
1a09004c33
Merge pull request #8349 from kaspar030/pkg_heatshrink_remove_Makefile_copy
...
pkg: heatshrink: don't copy Makefile.heatshrink, use directly
2018-01-11 11:37:31 +01:00
460a9bd232
pkg: heatshrink: don't copy Makefile.heatshrink, use directly
2018-01-11 10:23:46 +01:00
7a8138615a
Merge pull request #8343 from aabadie/pr/fmt_hex_bytes
...
sys/fmt: add hex/bytes sequence converters
2018-01-11 10:02:58 +01:00
Matthieu Berthomé
1c6321791c
puts => LOG_INFO for the MSP430 startup message
2018-01-11 09:27:20 +01:00