Joakim Nohlgård
369036760a
cpu/mips32r2_generic: Add PERIPH_TIMER_PROVIDES_SET
...
mips32r2_common already implements timer_set so it should not be provided by
periph_common/timer to avoid multiple definition errors currently hidden by the
linker.
The firmware was using the one from `mips32r2_common` before (binary checked).
So behaviour is identical.
2018-03-22 14:21:24 +01:00
Gaëtan Harter
d6e47461ba
mips32r2_common/periph/timer: fix return values
...
Fix 'timer_set', 'timer_set_absolute' and 'timer_clear' return value to 1 on
success as documented in the API.
2018-03-22 14:21:03 +01:00
7f91bfe96e
Merge pull request #8815 from aabadie/pr/pkg/cleanup_makefile
...
pkg*: replace curly braces by parenthesis in makefiles
2018-03-22 09:50:03 +01:00
328e2075e2
pkg*: replace curly braces by parenthesis in makefiles
2018-03-22 09:12:12 +01:00
0f07bccfc9
Merge pull request #8701 from aabadie/pr/drivers/params/cc2420
...
drivers/cc2420: apply unified driver params scheme
2018-03-21 07:27:50 +01:00
Martine Lenders
b6a4334210
Merge pull request #8425 from aabadie/pr/soft_spi_doxygen
...
drivers/soft_spi: move to drivers_periph group
2018-03-21 00:27:45 +00:00
8249ffadf4
drivers/soft_spi: add to drivers_soft_periph group
2018-03-20 20:09:55 +01:00
Francisco Acosta
a0017e3eb7
Merge pull request #8763 from aabadie/pr/boards/nucleo-l1-xtimer-backoff
...
boards/nucleo-l152: increase xtimer backoff
2018-03-20 18:33:48 +01:00
6e976ac2e5
drivers: add new drivers_soft_periph doxygen group
2018-03-20 18:33:35 +01:00
Martine Lenders
39a755c345
Merge pull request #7198 from miri64/native/feat/trace-initial
...
trace: initial import of a stack backtrace function for native
2018-03-20 16:49:10 +00:00
Martine Lenders
87d45c1719
tests: provide tests for trace module
2018-03-20 15:14:07 +00:00
Martine Lenders
875a5c165d
trace: initial import of a stack backtrace function for native
...
Sometimes the debugger just isn't fast enough to debug that pesky race
conditions. This module provides at least a little help.
2018-03-20 15:12:48 +00:00
Martine Lenders
565341c9fd
Merge pull request #8799 from kaspar030/fix_tests_shell
...
tests/shell: disable DEVELHELP
2018-03-19 16:20:55 +00:00
Ken Bannister
b8e88703ec
Merge pull request #8800 from haukepetersen/opt_gcoap_noresponsehandler
...
net/gcoap: allow to not define a response handler
2018-03-19 14:57:56 +00:00
Hauke Petersen
a63f92a7a6
net/gcoap: allow to not define a response handler
2018-03-19 11:56:58 +01:00
0611be6b1b
tests/shell: disable DEVELHELP
...
Fixes tests assuming non-DEVELHELP ps output.
2018-03-19 10:53:16 +01:00
Martine Lenders
ce807173ff
Merge pull request #8601 from bergzand/pr/netopt-link-status
...
netopt/drivers: Add phy link status output
2018-03-18 15:25:01 +00:00
eb9e2dadf1
encx24j600: add link status support
2018-03-18 15:32:41 +01:00
8735adee7d
enc28j60: add link status support
2018-03-18 15:32:41 +01:00
9d61314c09
shell/netif: Add link status to interface status output
2018-03-18 15:32:40 +01:00
831e7635de
netopt: Add link status option
2018-03-18 15:32:36 +01:00
2a594b644b
Merge pull request #8794 from basilfx/feature/efm32_fix_style
...
boards: efm32: adapt pr feedback for other boards
2018-03-17 10:39:33 +01:00
Bas Stottelaar
3bcb3f6d9e
board: common/silabs, sltb001a: add conditional include
2018-03-16 22:17:54 +01:00
Bas Stottelaar
f75d426cf5
boards: ikea-tradfri, sltb001a, stk3x00: add a dash before include
2018-03-16 20:39:15 +01:00
Bas Stottelaar
15fafef901
boards: ikea-tradfri, sltb001a, stk3x00: whitespaces between includes
2018-03-16 20:39:10 +01:00
Bas Stottelaar
d0dcfef7b3
boards: slstk3401a, sltb001a: cleanup of module includes
2018-03-16 20:39:05 +01:00
Bas Stottelaar
62b8217bcb
boards: ikea-tradfri, sltb001a, stk3x00: fix indent for Makefile
2018-03-16 20:09:33 +01:00
Bas Stottelaar
3cce9e7bd2
Merge pull request #8792 from kYc0o/fix_tinymt32
...
sys/random/tinymt32: remove unused static function
2018-03-16 16:50:19 +01:00
Bas Stottelaar
4e84530888
Merge pull request #8630 from basilfx/feature/efm32_slstk3401a
...
boards: slstk3401a: add support (v2)
2018-03-16 16:37:36 +01:00
Emmanuel Baccelli
88e61ed353
Merge pull request #8781 from kaspar030/add_qdsa_pkg
...
pkg: add qDSA package
2018-03-16 16:30:38 +01:00
Bas Stottelaar
995973f061
boards: slstk3401a: add support
2018-03-16 16:29:38 +01:00
Bas Stottelaar
9117fe577a
cpu/efm32: efm32pg1b: add support
2018-03-16 16:26:58 +01:00
Bas Stottelaar
cbca0cc6ae
cpu/efm32: efm32pg1b: add vendor headers
2018-03-16 16:26:58 +01:00
Francisco Acosta
f80c1b0e9a
sys/random/tinymt32: remove unused static function
2018-03-16 16:24:05 +01:00
Francisco Acosta
81875fcfc6
Merge pull request #8770 from aabadie/pr/tests/flashpage
...
tests/periph_flashpage: small cleanup
2018-03-16 16:13:21 +01:00
809c4b7724
unittests: unify configuration of large main stack
2018-03-16 16:00:58 +01:00
47998af5ee
unittests: add msba2 to list of insufficient memory boards
2018-03-16 16:00:58 +01:00
b22d3e4bd6
tests/unittests: add qDSA unittests
2018-03-16 16:00:58 +01:00
890cec321e
tests/periph_flashpage: small cleanup
2018-03-16 15:20:54 +01:00
Emmanuel Baccelli
a367e378c8
Merge pull request #8467 from lorenz9314/pr_cn_cbor_unit_tests
...
pkg: add cn-cbor CBOR implementation plus unit tests
2018-03-16 14:28:44 +01:00
Lorenz Hüther
711766312f
tests/unittests: Added unit tests for pkg cn-cbor, removed old tests.
2018-03-16 13:52:40 +01:00
70f0d844ac
pkg: add cn-cbor CBOR implementation
2018-03-16 12:51:51 +01:00
Bas Stottelaar
66cbc6ad8c
Merge pull request #8785 from basilfx/feature/cpu_use_periph_init
...
cpu/board: native: use common peripheral initialization
2018-03-16 09:04:24 +01:00
Bas Stottelaar
a05d1b1004
cpu/board: native: use common peripheral initialization
2018-03-15 23:26:01 +01:00
Martine Lenders
295c53ebd4
Merge pull request #8611 from beduino-project/sam3-clang-build-failure
...
cpu/sam3: fix build failure with TOOLCHAIN=llvm
2018-03-15 16:31:24 +01:00
Martine Lenders
79d0521f0f
Merge pull request #8582 from gebart/pr/phydat-str-space
...
sys/phydat: Add space between value and unit
2018-03-15 16:21:24 +01:00
Martine Lenders
8664382839
Merge pull request #8707 from aabadie/boards/params/telosb
...
boards/telosb: fix driver params usage
2018-03-15 15:41:11 +01:00
Martine Lenders
658442982f
Merge pull request #8700 from aabadie/pr/drivers/params/at86rf2xx
...
drivers/at86rf2xx: apply unified driver params scheme
2018-03-15 15:31:46 +01:00
Martine Lenders
09a7c77158
Merge pull request #8706 from aabadie/boards/params/z1
...
boards/z1: fix driver params usage
2018-03-15 14:57:02 +01:00
Martine Lenders
89927290c3
Merge pull request #8760 from aabadie/boards/params/fox
...
boards/fox: fix driver params usage
2018-03-15 14:39:00 +01:00