6de497a066
pkg/wakaama: cleanup build system integration
...
Avoid modifying the cloned repository for each build
2020-06-10 14:19:26 +02:00
Leandro Lanzieri
58cd126517
Merge pull request #14210 from btcven/2020_06_04-cc26xx_cc13xx_kconfig
...
boards/cc26xx_cc13xx-based: model features in Kconfig
2020-06-10 11:27:31 +02:00
93fbecf965
Merge pull request #14084 from benpicco/driver/mtd_spi_nor-jedec_size
...
drivers/mtd_spi_nor: derive capacity from JEDEC ID
2020-06-10 11:17:43 +02:00
d62bcc238c
Merge pull request #14230 from keestux/fix-test-rmutex
...
tests/rmutex: refactor the test to avoid having to know the thread IDs
2020-06-10 11:04:04 +02:00
31e22d9e00
Merge pull request #14229 from keestux/fix-test-mutex-order
...
tests/mutex_order: refactor the test to avoid knowing the thread IDs
2020-06-10 10:28:15 +02:00
6b14267f3c
Merge pull request #14243 from keestux/fix-test-cpp11-thread
...
tests/cpp11_thread: use sched_num_threads instead of const 2
2020-06-10 09:51:51 +02:00
Francisco
6f74378509
Merge pull request #14241 from kaspar030/xtimer_now32_overflow_bugfix
...
tests/xtimer_now32_overflow: fix active timers going out of scope
2020-06-10 08:48:57 +02:00
Kees Bakker
f19ca87ee7
tests/cpp11_thread: use sched_num_threads instead of const 2
...
When CDC ACM is used as stdio the first thread in the test may have a
different ID than #3 .
2020-06-09 23:09:18 +02:00
Kees Bakker
b9efe4e0c2
tests/rmutex: refactor the test to avoid having to know the thread IDs
...
When CDC ACM is used as stdio the first thread in the test may have a
different ID than #3 . The test code will now look at the printed thread
information (id, prio) as they are created. This avoids the need for a
table with ID/prio.
2020-06-09 23:05:30 +02:00
Kees Bakker
fd01fde531
tests/mutex_order: refactor the test to avoid knowing the thread IDs
...
When CDC ACM is used as stdio the first thread in the test may have a
different ID than #3 . The test code will now look at the printed thread
information (id, prio) as they are created. This avoids the need for a
table with ID/prio.
2020-06-09 22:54:27 +02:00
aba42a847d
tests/xtimer_now32_overflow: fix active timers going out of scope
2020-06-09 21:21:45 +02:00
28b558ec2d
Merge pull request #14228 from keestux/fix-test-cond-order
...
tests/cond_order: refactor the test to avoid knowing the thread IDs
2020-06-09 21:13:03 +02:00
8fb27b0d30
Merge pull request #14239 from aabadie/pr/pkg/cleanup_pkg.mk
...
pkg: fix some typos in pkg.mk
2020-06-09 19:30:19 +02:00
Leandro Lanzieri
ab996823ee
Merge pull request #14197 from benpicco/driver/at86rf215_cleanup
...
driver/at86rf215: cleanup
2020-06-09 18:38:57 +02:00
Francisco
d58c29d06f
Merge pull request #14238 from kaspar030/disable_tests/netstats_l2_for_esp32
...
tests/netstats_l2: disable test run for esp32-wroom-32
2020-06-09 18:15:35 +02:00
Francisco
2afcef2e40
Merge pull request #13006 from benpicco/make-fix-nixos
...
makefiles/color: fix build on NixOS
2020-06-09 18:13:29 +02:00
85a385e6d4
Merge pull request #14227 from kaspar030/dummy_thread
...
sys/test_utils/dummy_thread: initial commit
2020-06-09 17:34:50 +02:00
1ed0d659ed
Merge pull request #13320 from bergzand/pr/stdio/semihosting
...
stdio_semihosting: Initial include of Semihosting-based STDIO
2020-06-09 16:52:44 +02:00
Francisco
6c65fa72d7
Merge pull request #14204 from kaspar030/rename_native_trace
...
cpu/native: rename trace -> backtrace
2020-06-09 16:37:26 +02:00
Kees Bakker
765c216f6d
tests/cond_order: refactor the test to avoid knowing the thread IDs
...
When CDC ACM is used as stdio the first thread in the test may have a
different ID than #3 . The test code will now look at the printed thread
information (id, prio) as they are created. This avoids the need for a
table with ID/prio.
2020-06-09 16:29:32 +02:00
Benjamin Valentin
50914cbf96
drivers/mtd_spi_nor: move printing of flash debug info
...
Move printing the flash information after deriving the capacity.
2020-06-09 16:09:40 +02:00
Benjamin Valentin
585928f23d
drivers/mtd_spi_nor: derive capacity from JEDEC ID
...
Most manufacturers (Spansion, Micron & ISSI) just encode the capacity
in the second ID byte.
Old Adesto (Atmel) chips use a different scheme here.
2020-06-09 16:09:40 +02:00
Martine Lenders
6af46bf398
Merge pull request #14235 from haukepetersen/opt_nimble_rmnetifptr
...
pkg/nimble/netif: remove redundant netif ptr
2020-06-09 16:01:04 +02:00
cb4bce393d
pkg/pkg.mk: fix patch prerequisites variable name
2020-06-09 15:14:01 +02:00
4bc8674822
pkg/pkg.mk: fix typo on 'prerequisites'
2020-06-09 15:13:26 +02:00
2b45d0e976
pkg/pkg.mk: remove non needed capital letter
2020-06-09 15:12:54 +02:00
Martine Lenders
f9bed00701
Merge pull request #12738 from miri64/netif/enh/id-functions
...
netif: add functions to get and get by identifier
2020-06-09 15:12:06 +02:00
Jean Pierre Dudey
ea931ef0ff
tests/kconfig_features: add cc26xx_cc13xx-based
...
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
2020-06-09 07:55:41 -05:00
Jean Pierre Dudey
3f2be3784b
boards/cc2650stk: model features in Kconfig
...
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
2020-06-09 07:55:41 -05:00
Jean Pierre Dudey
b87efa3c4b
boards/cc2650-launchpad: model features in Kconfig
...
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
2020-06-09 07:55:41 -05:00
Jean Pierre Dudey
eb599fd5dc
boards/cc1352p-launchpad: model features in Kconfig
...
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
2020-06-09 07:55:41 -05:00
Jean Pierre Dudey
6db36b75b4
boards/cc1352-launchpad: model features in Kconfig
...
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
2020-06-09 07:55:41 -05:00
Jean Pierre Dudey
ef1fdb5ab4
boards/cc1312-launcpad: model features in Kconfig
...
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
2020-06-09 07:55:41 -05:00
Jean Pierre Dudey
132d936df7
cpu/cc26x0: model features in Kconfig
...
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
2020-06-09 07:55:41 -05:00
MichelRottleuthner
bd44f63557
Merge pull request #14150 from miri64/lwip/enh/netdev_tap_ipv4
...
lwip: add IPv4 support for `netdev_tap`
2020-06-09 14:30:02 +02:00
135b7d0d43
tests/netstats_l2: disable test run for esp32-wroom-32
2020-06-09 13:41:09 +02:00
2be5cd50f6
tests/test_tools: include dummy_thread
2020-06-09 13:25:14 +02:00
825ffddbf9
sys/test_utils/dummy_thread: initial commit
...
This commit adds a module that just creates a thread that does nothing,
at boot time, in auto_init().
2020-06-09 13:25:14 +02:00
Hauke Petersen
f024b4cd30
pkg/nimble/netif: remove redundant netif ptr
2020-06-09 12:27:08 +02:00
Martine S. Lenders
f5c4a05281
lwip: add IPv4 support for netdev_tap
2020-06-09 12:12:54 +02:00
Benjamin Valentin
93236e0f2c
drivers/at86rf215: add modulation config to KConfig
2020-06-09 11:48:59 +02:00
Benjamin Valentin
6a2d9f9762
drivers/at86rf215: make default O-QPSK rate configutable
2020-06-09 11:48:59 +02:00
Benjamin Valentin
1ab35b16ae
drivers/at86rf215: include board.h
...
Board-specific configuration is typically defined in board.h, so
include it here so it gets applied.
2020-06-09 11:48:59 +02:00
Benjamin Valentin
feba1d1bcb
drivers/at86rf215: don't compile modulations that are not selected
...
Don't compile in code for MR-OFDM, etc if `netdev_ieee802154_mr_oqpsk` is
disabled.
2020-06-09 11:48:59 +02:00
Benjamin Valentin
4e9420bffc
drivers/at86rf215: prefix configuration defines with CONFIG_
2020-06-09 11:48:59 +02:00
Martine Lenders
9270f31859
Merge pull request #14071 from akshaim/Kconfig_pktdump
...
gnrc/pktdump : Expose Configurations to Kconfig
2020-06-09 11:13:36 +02:00
89b5778381
Merge pull request #14097 from bergzand/pr/stm32_common/spi/optimize_hot_path
...
STM32_common/SPI: Reduce the overhead in the DMA hot path
2020-06-09 11:10:04 +02:00
aa5f07cbbd
Merge pull request #14221 from aabadie/pr/sys/auto_init_devs_make
...
auto_init: automatically determine auto_init_*.c
2020-06-09 11:04:30 +02:00
29739be13a
stm32/spi: Use new DMA setup/prepare functions
2020-06-09 10:20:50 +02:00
b7d0cbcd57
stm32/spi: Remove superfluous DMA stop call
...
The DMA stream will automatically disable itself as soon as the transfer
is finished. No need to do this an additional time after the transfer is
finished
2020-06-09 10:20:49 +02:00