Leandro Lanzieri
819efea0ec
tests/kconfig_features: Add atmega128x-based boards to whitelist
2020-06-22 17:10:08 +02:00
Leandro Lanzieri
8f8bcdaeeb
tests/kconfig_features: Add atmega128rfa1-based boards to whitelist
2020-06-22 16:10:41 +02:00
Peter Kietzmann
332ae60e04
Merge pull request #14211 from leandrolanzieri/pr/kconfig/atmega2560_boards_symbols
...
boards/arduino-mega2560: Model features in Kconfig
2020-06-22 15:04:43 +02:00
02578cfbd3
Merge pull request #14317 from fjmolinas/pr_fix_od_werror
...
sys/od/od: fix -Werror=char-subscripts
2020-06-22 14:59:44 +02:00
Francisco Molina
df3f10a963
tests/od: always include od_string in test
...
This test removes the test case for od_string not being included,
it instead keeps the second test script that rested od and od_string.
2020-06-22 13:33:41 +02:00
Martine Lenders
2b90d9b833
Merge pull request #12907 from miri64/tinydtls/enh/async-sock
...
tinydtls: add `sock_async` support for `sock_dtls`
2020-06-22 08:25:16 +02:00
Martine S. Lenders
155953fd60
tests: provide test for tinydtls with sock_async
2020-06-21 23:08:41 +02:00
Leandro Lanzieri
a2e06df1b6
tests/kconfig_features: Add efm32-based boards to whitelist
2020-06-18 16:39:59 +02:00
Leandro Lanzieri
03ee4617e2
tests/kconfig_features: Add check for common variable values
...
This verifies that the following variables have the same value in the
Kconfig counterpart:
- BOARD
- CPU
- CPU_MODEL
- CPU_FAM
- CPU_CORE
- CPU_ARCH
2020-06-18 15:21:07 +02:00
Leandro Lanzieri
3ce8efd4cb
Merge pull request #14138 from akshaim/Kconfig_mac
...
gnrc/mac : Expose configurations to Kconfig
2020-06-17 18:12:40 +02:00
Leandro Lanzieri
7201fdfaad
Merge pull request #14019 from akshaim/Kconfig_at
...
drivers/at : Expose Configurations to Kconfig
2020-06-17 15:42:39 +02:00
Leandro Lanzieri
16a0452742
tests/kconfig_features: Add arduino-mega2560 to whitelist
2020-06-17 12:44:30 +02:00
Francisco
112ff81f3e
Merge pull request #14176 from leandrolanzieri/pr/kconfig/atmega_boards_symbols
...
boards/atmega328p-based: Model features in Kconfig
2020-06-17 12:22:31 +02:00
07c78efc83
Merge pull request #14285 from fjmolinas/pr_uart_nb_race
...
sam0/stm32: fix possible uart_nonblocking deadlock
2020-06-17 12:14:25 +02:00
Akshai M
f9741b3ed5
drivers/at : Add CONFIG_
...
Add CONFIG_ prefix to AT_SEND_EOL, AT_SEND_SKIP_ECHO,
CONFIG_AT_RECV_OK, CONFIG_AT_RECV_ERROR
2020-06-17 14:52:21 +05:30
Leandro Lanzieri
4a1f6e5946
test/kconfig_features: Add atmega328p-based boards to list
2020-06-17 10:59:31 +02:00
benpicco
0d8fea429e
Merge pull request #13126 from basilfx/feature/mh-z19
...
drivers/mhz19: initial support
2020-06-17 10:15:40 +02:00
Francisco Molina
f7d124e141
tests/periph_uart_nonblocking: test print with disabled irq
2020-06-17 10:01:20 +02:00
a94155bc11
tests/mhz19: add test application
2020-06-17 08:41:41 +02:00
Bas Stottelaar
35920a205e
tests/pkg_ucglib: updated tests
2020-06-17 00:47:54 +02:00
Leandro Lanzieri
649017f0b2
cpu/cortexm_common: Rename arch_cortexm feature to cpu_core_cortexm
2020-06-16 12:05:41 +02:00
Leandro Lanzieri
4d65bc8e0a
cpu: Rename CPU_ARCH to CPU_CORE
2020-06-16 12:05:40 +02:00
818dc09a24
Merge pull request #14270 from keestux/fix-test-thread_msg_seq
...
tests/thread_msg_seq: better guarantee sequence of output lines
2020-06-16 10:31:26 +02:00
f93ba336e8
Merge pull request #12730 from keestux/add-sodaq-sff
...
boards/sodaq-sff: add support for SODAQ SFF
2020-06-16 08:47:48 +02:00
benpicco
471b0e2a5a
Merge pull request #14283 from bergzand/pr/tests/periph_spi_dma/initial
...
tests/periph_spi_dma: Add test for SPI with DMA
2020-06-16 00:52:46 +02:00
Kees Bakker
c062b7f33d
tests/unittests: add sodaq-sara-sff to BOARD_INSUFFICIENT_MEMORY
2020-06-15 21:58:17 +02:00
Kees Bakker
370e166f31
tests/thread_msg_seq: better guarantee sequence of output lines
...
This also changes to expectations of the test script. It does not rely
on fixed thread IDs anymore, because boards with CDC ACM as stdio have
a different first thread then boards with "normal" stdio via UART.
This resolves issue #14256
2020-06-15 21:53:56 +02:00
Kees Bakker
c307c3946b
tests/bench_xtimer: add sodaq-sara-sff to LOW_MEMORY_BOARDS
2020-06-15 21:13:14 +02:00
ed827cb453
tests/periph_spi_dma: Add test for SPI with DMA
...
This new test inherits everything from the regular periph_spi test, but
with DMA enabled
2020-06-15 19:28:12 +02:00
Leandro Lanzieri
78f8cef88b
Merge pull request #14290 from fjmolinas/pr_lwip_bl_nucleo_f302r8
...
tests/lwip: blacklist nucleo-f302r8
2020-06-15 17:39:24 +02:00
Francisco Molina
e2dac2f23d
tests/lwip: add nucleo-f302r8 to BOARD_INSUFFICIENT_MEMORY
2020-06-15 14:45:04 +02:00
f013993b19
Merge pull request #14284 from keestux/fix-test-posix_semaphore
...
tests/posix_semaphore: better guarantee sequence of output lines
2020-06-15 09:51:01 +02:00
57809d65a0
Merge pull request #14271 from keestux/fix-test-xtimer_mutex_lock_timeout
...
tests/xtimer_mutex_lock_timeout: don't assume number of threads at start
2020-06-15 09:50:18 +02:00
Akshai M
414a0b0fa5
tests/unittests/mac : Added check for macro if set via Kconfig
2020-06-15 12:29:00 +05:30
Akshai M
9ddc9e0633
gnrc/mac : Move GNRC_MAC_NEIGHBOR_COUNT to 'CONFIG_'
2020-06-15 12:19:37 +05:30
Kees Bakker
8369f42d5e
tests/posix_semaphore: better guarantee sequence of output lines
...
As suggested by @kaspar030 the THREAD_CREATE_WOUT_YIELD flag was removed.
Now the sequence of output lines is identical in two cases: stdio via UART,
and stdio via CDC ACM (which needs a thread for that).
The expects have been changed to match the new situation, which is what
was already given in the CDC ACM case.
2020-06-14 20:03:32 +02:00
Benjamin Valentin
ce338dec3d
tests/pkg_cryptoauthlib_internal: blacklist atmega256rfr2 boards
...
The test is right on the edge with these boards, so slight toolchain changes
make it overflow the RAM, causing CI issues.
2020-06-12 13:08:34 +02:00
Kees Bakker
2da9d200c8
tests/xtimer_mutex_lock_timeout: don't assume number of threads at start
...
When CDC ACM is used as stdio the number of threads-in-use at the start of
the test is not always 2, as it used to be.
2020-06-11 21:20:48 +02:00
Francisco
cbf7f78879
Merge pull request #14255 from kaspar030/tests/lwip_blacklist_blackpill
...
tests/lwip: add blackpill to BOARD_INSUFFICIENT_MEMORY
2020-06-11 17:10:39 +02:00
Akshai M
6450d9989e
gnrc/pktbuf : Set Kconfig defaults and conditions
...
Set Kconfig defaults for CPU and conditions to avoid
conflict with CFLAGS
Co-authored-by: Leandro Lanzieri <leandro.lanzieri@haw-hamburg.de>
2020-06-11 14:47:27 +05:30
Akshai M
5523d119b6
gnrc/pktbuf : Move 'GNRC_PKTBUF_SIZE' to 'CONFIG_'
2020-06-11 14:46:36 +05:30
Francisco
89095d6e0f
Merge pull request #14225 from PeterKietzmann/pr_sha2xx_common
...
sys/hashes: add sha224 and reuse sha256 code
2020-06-11 09:07:39 +02:00
7a5ab96f69
Merge pull request #14254 from keestux/fix-test-rmutex_cpp
...
tests/rmutex_cpp: refactor the test to avoid having to know the thread IDs
2020-06-11 08:57:25 +02:00
666313ae35
Merge pull request #14205 from kaspar030/add_trace_module
...
sys/trace: add trace module
2020-06-11 00:07:10 +02:00
benpicco
f75c971297
Merge pull request #14119 from benpicco/cpu/stm32_usb_bootloader
...
cpu/stm32: implement reset to bootloader
2020-06-10 23:13:50 +02:00
f80f784b17
tests/lwip: add blackpill to BOARD_INSUFFICIENT_MEMORY
2020-06-10 21:42:16 +02:00
3dea09894d
tests/trace: add sys/trace test application
2020-06-10 21:21:34 +02:00
Kees Bakker
6d2b624851
tests/rmutex_cpp: 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-10 21:08:45 +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
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