ded50b2494
Merge pull request #15446 from fjmolinas/pr_tests_riotboot_cc2538_bsl
...
tests/riotboot: make automatic script work with cc2538-bsl
2020-11-18 17:09:01 +01:00
Bas Stottelaar
34c252d0e6
Merge pull request #15461 from basilfx/feature/efm32_driver_coretemp
...
cpu/efm32: add coretemp driver
2020-11-18 15:08:29 +01:00
e322bfbd47
Merge pull request #15421 from leandrolanzieri/pr/kconfig/native/hello_world
...
Kconfig: add modules to test on native
2020-11-18 15:02:34 +01:00
Francisco Molina
cb28708f06
tests/riotboot: make automatic script work with cc2538-bsl
...
cc2538-bsl can't flash if the terminal is attached, refactor the test
so the terminal is detached between flashes.
2020-11-18 14:51:01 +01:00
Bas Stottelaar
d66d8ae998
tests/cpu_efm32_drivers: add test application
2020-11-18 12:28:45 +01:00
Leandro Lanzieri
9021a0b13a
tests/periph_gpio: add native-specific configuration file
2020-11-18 10:08:01 +01:00
benpicco
6cf6b47c27
Merge pull request #15445 from btcven/2020_11_05-gp2y10xx
...
drivers: add gp2y10xx dust sensor
2020-11-18 09:56:03 +01:00
Jean Pierre Dudey
e920a2e645
drivers: add gp2y10xx dust sensor
...
Signed-off-by: Jean Pierre Dudey <me@jeandudey.tech>
2020-11-18 09:13:56 +01:00
Marian Buschsieweke
45b8902659
Merge pull request #15314 from aabadie/pr/sys/arduino_print_float
...
sys/arduino: fix print float
2020-11-17 16:15:39 +01:00
benpicco
afbf507a74
Merge pull request #15440 from maribu/pointer-tagging
...
sys: Add helpers for pointer tagging
2020-11-17 14:21:46 +01:00
dad5ca3276
Merge pull request #14953 from benpicco/drivers/mtd_mapper-pagewise
...
mtd_mapper: implement pagewise functions
2020-11-17 11:46:52 +01:00
Benjamin Valentin
27dbd6d3fe
tests/pkg_fatfs: adapt to API change in f_mkfs()
2020-11-17 11:29:28 +01:00
Benjamin Valentin
33449a4409
pkg/fatfs: bump version to r0.14
2020-11-17 11:29:28 +01:00
Marian Buschsieweke
65cb8e5074
tests: Add test for sys/ptrtag
2020-11-17 11:24:59 +01:00
5d99793bf8
Merge pull request #15431 from haukepetersen/fix_periphrtt_tickconversion
...
periph/rtt: fix overflow in tick conversion macros
2020-11-17 11:07:00 +01:00
Benjamin Valentin
83a4248fbb
net/netif: remove netif_addr_to/from_str()
2020-11-17 10:51:22 +01:00
Benjamin Valentin
2845554b4e
cpu/sam0_common: flashpage: rename to sam0_flashpage_aux_write()
...
`flashpage_write_raw()` got renamed to `flashpage_write()`.
Now `sam0_flashpage_aux_write_raw()` is the only remaining 'raw'
function, even though it behaves just like `flashpage_write()`.
So let's also rename that for consistency.
2020-11-17 00:34:31 +01:00
Hauke Petersen
261d63fee3
tests/periph_rtt: add test for tick conversions
2020-11-16 10:00:24 +01:00
Benjamin Valentin
5d6754e7a9
l2util: add l2util_addr_to_str()/l2util_addr_from_str()
2020-11-14 17:29:26 +01:00
Benjamin Valentin
dbdd9d7189
tests/driver_at86rf215: add battery monitor test
2020-11-13 22:59:10 +01:00
Benjamin Valentin
f9c36f9738
netopt: add NETOPT_BATMON
...
Many radios have a built-in battery monitor.
Add a netopt to configure it.
2020-11-13 22:59:09 +01:00
Benjamin Valentin
516c69cb5f
boards/native: allow to use ZEP instead of tap
...
If `native` is compiled with `USEMODULE=socket_zep` and networking,
don't also include `netdev_tap` automatically.
This mirrors the behavior on nrf52 and esp* where the default netdev
can be 'overwritten' by another option.
2020-11-13 18:43:49 +01:00
Gilles DOFFE
631e882844
tests: examples: remove stm32mp157c-dk2 for mem leak
...
stm32mp157c-dk2 has not enough memory to build this apps.
However as the stm32mp157xx cpu line has no flash, a part of RAM
is considered as ROM. Thus ROM size could be extend to suit this
apps needs.
Signed-off-by: Gilles DOFFE <gilles.doffe@savoirfairelinux.com>
2020-11-13 10:43:08 +01:00
cab254003f
tests/unittests: remove atomic-utils from unittests
2020-11-13 08:47:18 +01:00
996da8fb6d
tests/sys_atomic_utils_unittest: add sys atomic utils unittests
2020-11-13 08:47:18 +01:00
benpicco
d9598a0f54
Merge pull request #15412 from bergzand/pr/flashpage/merge_raw
...
periph_flashpage: Make pagewise API optional
2020-11-12 22:32:21 +01:00
792e031a95
Merge pull request #14331 from maribu/atomic_utils
...
sys/atomic_utils: Functions for atomic access
2020-11-12 21:44:53 +01:00
Martine Lenders
37dd848c37
Merge pull request #15337 from cgundogan/pr/uri_parser_interfaces
...
uri_parser: extend for parsing interfaces in IPv6 addresses
2020-11-12 11:16:52 +01:00
Cenk Gündoğan
d18ad54184
unittests: Makefile.ci: do not link cc1312/52-launchpad
2020-11-12 10:09:17 +01:00
Martine Lenders
71d970cb00
Merge pull request #15245 from haukepetersen/add_driver_ds3231
...
drivers: add support for DS3231 RTC
2020-11-12 08:58:35 +01:00
3aa5203bc5
mtd_flashpage: only depend on periph_flashpage
...
The features in flashpage_raw are now default in flashpage and do not
have to be included as a separate dependency
2020-11-11 23:16:43 +01:00
5683f30b2f
tests/periph_flashpage: Adapt to optional flashpage_pagewise
2020-11-11 23:16:37 +01:00
Cenk Gündoğan
1da3738619
unittests: uri_parser: extend for interfaces
2020-11-11 22:47:30 +01:00
Hauke Petersen
24c3f56844
tests: add test for ds3231 RTC driver
2020-11-11 17:39:16 +01:00
benpicco
808c5b7eb8
Merge pull request #15424 from basilfx/feature/efm32_fix_timers
...
boards/efm32: update channel_numof with correct values
2020-11-11 09:49:24 +01:00
Leandro Lanzieri
c068f13ba2
Merge pull request #15234 from akshaim/PR_PKTBUF_Bug
...
Kconfig/pktbuf : Fix check for "CONFIG_GNRC_PKTBUF_SIZE"
2020-11-11 09:34:19 +01:00
Bas Stottelaar
b75446e2f8
tests/periph_rtc: add to list of 32kHz boards
2020-11-11 00:27:18 +01:00
Bas Stottelaar
55a55c7ba5
tests/periph_timer: add to list of 32kHz boards
2020-11-10 23:03:08 +01:00
Bas Stottelaar
b6befac515
tests/unittests: add to BOARD_INSUFFICIENT_MEMORY
2020-11-10 22:59:46 +01:00
Benjamin Valentin
3a20beb53a
tests/periph_flashpage: add test for AUX page
2020-11-10 14:21:47 +01:00
Marian Buschsieweke
1352ce667b
tests: Add another test for atomic_utils
...
This tests can be used to test for implementations violating atomic attribute.
2020-11-10 10:55:14 +01:00
Marian Buschsieweke
07fc051e97
tests/unittests: Added unit test for atomic_utils
2020-11-10 10:55:14 +01:00
Marian Buschsieweke
23c91db0b5
tests: Add benchmark for sys/atomic_utils
2020-11-10 10:55:14 +01:00
b5617b5e05
tests/pkg_lvgl: exclude spark-core from CI
2020-11-08 17:37:39 +01:00
408c2b534d
pkg/lvgl: bump to v7.7.1
2020-11-08 16:19:55 +01:00
Jean Pierre Dudey
1edb8666cb
tests/pkg_lvgl: fix sysmon example URL.
...
Signed-off-by: Jean Pierre Dudey <me@jeandudey.tech>
2020-11-08 15:05:56 +01:00
Jean Pierre Dudey
572db20049
tests/pkg_lvgl: fix sysmon task creation
...
Fixes a bug on the `pkg_lvgl` test when running on the esp32. When `sysmon_task`
was created it ran too early before any widget was created causing
Store/LoadProhibited exceptions on the esp32, I assume it's noticeable on the
esp32 due to the code being fetched from external flash memory adding a delay
higher than `REFR_TIME`.
Signed-off-by: Jean Pierre Dudey <me@jeandudey.tech>
2020-11-08 15:04:21 +01:00
Leandro Lanzieri
59dee592cd
tests/periph_*: add Kconfig configuration files
2020-11-06 15:58:00 +01:00
Benjamin Valentin
5d3de413b3
tests/mtd_mapper: implement pagewise functions
2020-11-05 18:17:54 +01:00
Martine Lenders
d329fde2ab
Merge pull request #15382 from tperale/master
...
boards/feather-m0: add support for feather-m0-lora version
2020-11-05 18:11:45 +01:00
benpicco
f702a95880
Merge pull request #15385 from benpicco/xtimer_msleep-convert
...
drivers, tests: use xtimer_msleep()
2020-11-05 16:46:39 +01:00
Martine Lenders
cc10d31391
Merge pull request #15305 from aabadie/pr/sys/posix_sleep
...
sys/posix: rename posix_time to posix_sleep
2020-11-05 16:36:25 +01:00
Thomas Perale
a53ce8b9c1
examples, tests: add feather-m0-lora to low memory boards
2020-11-05 15:08:21 +01:00
d62111ce76
Merge pull request #15373 from aabadie/pr/tests/shell_script_enh
...
tests/shell: fix flake8 errors in Python script
2020-11-05 12:18:13 +01:00
Benjamin Valentin
3a8f74da0c
tests/unittests/tests-fib_sr: convert to xtimer_msleep()
2020-11-05 11:34:50 +01:00
Benjamin Valentin
e9b876a18e
tests/touch_dev: convert to xtimer_msleep()
2020-11-05 11:34:50 +01:00
Benjamin Valentin
bea7e14791
tests/thread_priority_inversion: convert to xtimer_msleep()
2020-11-05 11:34:50 +01:00
Benjamin Valentin
3c6a5f9f5c
tests/progress_bar: convert to xtimer_msleep()
2020-11-05 11:32:42 +01:00
Benjamin Valentin
4caecdc108
tests/pkg_umorse: convert to xtimer_msleep()
2020-11-05 11:32:42 +01:00
Benjamin Valentin
8d1e4d13e2
tests/evtimer_msg: convert to xtimer_msleep()
2020-11-05 11:32:42 +01:00
Benjamin Valentin
fcfb44719f
tests/event_wait_timeout: convert to xtimer_msleep()
2020-11-05 11:32:42 +01:00
Benjamin Valentin
c56c839765
tests/driver_si70xx: convert to xtimer_msleep()
2020-11-05 11:32:42 +01:00
Benjamin Valentin
2485ebeaa8
tests/driver_pca9633: convert to xtimer_msleep()
2020-11-05 11:32:42 +01:00
Benjamin Valentin
ff671baa75
tests/driver_jc42: convert to xtimer_msleep()
2020-11-05 11:32:42 +01:00
Benjamin Valentin
ed7c521bac
tests/driver_dsp0401: convert to xtimer_msleep()
2020-11-05 11:32:42 +01:00
Benjamin Valentin
f406c03add
tests/driver_dfplayer: convert to xtimer_msleep()
2020-11-05 11:32:42 +01:00
Benjamin Valentin
4d5340f2fc
tests/driver_bme680: convert to xtimer_msleep()
2020-11-05 11:32:42 +01:00
Benjamin Valentin
683c1470ee
tests/driver_aip31068: convert to xtimer_msleep()
2020-11-05 11:32:41 +01:00
Marian Buschsieweke
4e8b0d541f
Merge pull request #15386 from maribu/drop_irq_handler
...
sys/irq_handler: Drop module
2020-11-05 10:55:29 +01:00
Marian Buschsieweke
a2dd6f90e5
sys/irq_handler: Remove deprecated module
2020-11-05 09:12:32 +01:00
Francisco
3ec806dda5
Merge pull request #15379 from leandrolanzieri/pr/tests/usbus_cdc_ecm/remove_kconfig
...
tests/usbus_cdc_ecm: remove unneeded Kconfig file
2020-11-05 09:01:09 +01:00
benpicco
568e1e3635
Merge pull request #15199 from fjmolinas/pbkdf2-sha256
...
sys/hashes/pbkdf2: Add PBKDF2-sha256 implementation. [TAKEOVER]
2020-11-04 14:45:12 +01:00
09a457152d
Merge pull request #15374 from aabadie/pr/tests/phydat_dump_script_enh
...
tests/phydat_dump: use raw strings in expect regexp
2020-11-04 13:32:28 +01:00
aab9ea20f2
Merge pull request #15369 from aabadie/pr/tests/xtimer_mutex_lock_timeout_cleanup
...
tests/xtimer_mutex_lock_timeout: cleanup python automated test
2020-11-04 11:42:42 +01:00
0f0666e859
Merge pull request #15372 from aabadie/pr/tests/driver_bme680_script_enh
...
tests/driver_bme680: improve automated test script
2020-11-04 11:04:02 +01:00
Juan Carrano
62667848c4
sys/hashes/pbkdf2: Add PBKDF2-sha256 implementation.
...
This add an implementation of PBKDF2 using sha256 hmac. Only one derived
key length is supported (32) though it should not be hard to extend it.
The testing is done with both random (with fixed seed) vectors amd vectors
from rfc7914.
2020-11-04 09:57:32 +01:00
Leandro Lanzieri
cd8948a6df
tests/usbus_cdc_ecm: remove Kconfig file
...
This is not longer needed since 250f6fdfa3
moved the default PID and VID values to the System USB Kconfig.
2020-11-04 09:33:16 +01:00
a9389e0cbe
Merge pull request #15370 from aabadie/pr/tests/trace_script_cleanup
...
tests/trace: use raw strings in expect regexp
2020-11-03 19:17:08 +01:00
Martine Lenders
1070e287f4
Merge pull request #15342 from miri64/gnrc_pkt/enh/tests
...
gnrc_pkt: port to list.h
2020-11-03 17:49:40 +01:00
Francisco
78bdf7d274
Merge pull request #15213 from HendrikVE/pr/driver/pca9633-bitarithm
...
drivers/pca9633: use bitarithm
2020-11-03 16:00:52 +01:00
7010e331e2
tests/phydat_dump: use raw strings in expect regexp
2020-11-03 15:50:15 +01:00
cf154a587a
tests/shell: fix flake8 errors in Python script
2020-11-03 15:38:27 +01:00
85d6e2789c
tests/driver_bme680: return if driver init failed
2020-11-03 15:23:59 +01:00
c99ee7729c
tests/driver_bme680: improve automated test script
2020-11-03 15:23:36 +01:00
ef871b3424
tests/trace: declare expect regexp as raw strings
2020-11-03 14:46:11 +01:00
58de8b39f6
tests/xtimer_mutex_lock_timeout: clean python automated test
2020-11-03 14:37:57 +01:00
Juergen Fitschen
dd13e5c639
Merge pull request #15366 from jue89/fix/mtd_flashpage_erase
...
drivers/mtd_flashpage: fix erasure of multiple sectors
2020-11-03 14:18:02 +01:00
benpicco
ee7a52db2f
Merge pull request #14023 from benpicco/core/msg_bus-bus_flag
...
core/msg_bus: allow to differ between messages form bus and from thread
2020-11-03 13:51:19 +01:00
Juergen Fitschen
2c85ba2af2
test/mtd_flashpage: extend test to erase multiple sectors in one go
2020-11-03 12:35:36 +01:00
benpicco
9681c204d6
Merge pull request #14959 from benpicco/at86rf215-mr-fsk
...
drivers/at86rf215: implement MR-FSK
2020-11-03 11:26:24 +01:00
Benjamin Valentin
27d26538d8
tests/thread_msg_bus: check if the message came from the right thread
2020-11-03 10:52:43 +01:00
Benjamin Valentin
37928acd7c
tests/driver_at86rf215: update Makefile.ci
2020-11-03 10:51:21 +01:00
Bas Stottelaar
53c1392d4d
tests/*: replace #if ENABLE_DEBUG with IS_ACTIVE
2020-11-02 21:49:39 +01:00
Leandro Lanzieri
f14c898dd0
sys/net/ipv6: add ipv6_addr_from_buf function
...
This allows to parse IPv6 address from strings that not end with '\0'.
2020-10-30 11:20:25 +01:00
Leandro Lanzieri
4305fcc010
sys/net/ipv4: add ipv4_addr_from_buf function
...
This allows to parse IPv4 address from strings that not end with '\0'.
2020-10-30 11:20:25 +01:00
Martine Lenders
3be898757f
tests/unittests: add tests for new pkt operations
2020-10-29 18:06:35 +01:00
benpicco
9e4dd8e451
Merge pull request #15287 from miri64/ethernet/enh/join-leave-mcast-group
...
gnrc_netif: add capability to join or leave link layer multicast groups
2020-10-29 16:03:32 +01:00
Martine Lenders
1572489c97
tests/gnrc_netif: add tests to join and leave L2 groups
2020-10-29 14:38:52 +01:00
Martine Lenders
55ed65650d
tests/l2util: provide tests for l2util_ipv6_group_to_l2_group()
2020-10-29 14:38:51 +01:00
ada0e157b4
tests/l2util: remove mention to nordic-softdevice-ble
2020-10-29 09:02:12 +01:00