Benjamin Valentin
851e2c5a9a
boards/weact-f401cc: add WeAct-f401cc
2020-12-01 11:02:09 +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
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
899ac1eb3a
tests: remove nordic softdevice test application
2020-10-29 09:02:05 +01:00
benpicco
e4164e3924
Merge pull request #15275 from jia200x/pr/radio/config_phy_amendment
...
ieee802154/radio: add TRX_OFF pre condition to config_phy
2020-10-26 23:28:45 +01:00
Bas Stottelaar
fdd467167d
tests/unittests: remove board from BOARD_INSUFFICIENT_MEMORY
2020-10-26 19:42:09 +01:00
Jose Alamos
ee802467fb
tests/ieee802154_hal: adapt config_phy call to TRX_OFF precondition
2020-10-26 17:04:48 +01:00
benpicco
689ca9cb34
Merge pull request #15293 from chrysn-pull-requests/vfs-generic-stat
...
vfs: Provide generic stat implementation (and use in fatfs)
2020-10-26 00:07:04 +01:00
benpicco
d0521af974
Merge pull request #9012 from gebart/pr/frdm-kl43z
...
frdm-kl43z: NXP Kinetis FRDM-KL43Z development board
2020-10-26 00:06:46 +01:00
chrysn
34072175ef
tests/pkg_fatfs_vfs: Test for direct stat (as opposed to fstat)
2020-10-25 17:44:32 +01:00
Joakim Nohlgård
f006938936
frdm-kl43z: NXP Kinetis FRDM-KL43Z development board
...
https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/kinetis-cortex-m-mcus/l-seriesultra-low-powerm0-plus/freedom-development-platform-for-kinetis-kl43-kl33-kl27-kl17-and-kl13-mcus:FRDM-KL43Z
2020-10-25 00:38:22 +02:00
José Alamos
e8721ce415
Merge pull request #15145 from fjmolinas/pr_openwsn_radio_hal
...
pkg/openwsn: add ieee802154_hal based radio
2020-10-23 21:26:21 +02:00
Francisco Molina
82e06ef8f4
pkg/openwsn: add ieee802154 hal based radio
2020-10-23 15:31:55 +02:00
Francisco Molina
75eee27c72
pkg/openwsn: move setting RTT_FREQUENCY
2020-10-23 15:31:53 +02:00
Bas Stottelaar
4cce485b6f
tests/*: realign ENABLE_DEBUG
2020-10-23 11:27:48 +02:00
José Alamos
9fd49581e7
Merge pull request #15140 from fjmolinas/pr_tx_start_radio_hal
...
sys/net/ieee802154/radio: add IEEE802154_RADIO_INDICATION_TX_START
2020-10-22 16:57:27 +02:00
Francisco Molina
60fdd7b15c
tests/ieee802154_hal: set default cca params
2020-10-22 14:59:06 +02:00
Bas Stottelaar
a6b148ebe0
tests/*: remove unused assert.h include
2020-10-22 11:29:27 +02:00
Bas Stottelaar
6deaf39e5d
tests/*: add missing include of assert.h
2020-10-22 11:13:09 +02:00