Cenk Gündoğan
ed30450fcf
tests/unittests: add tests for uri_parser
2020-03-31 23:54:40 +02:00
Martine Lenders
32d4b7eea5
Merge pull request #13755 from benpicco/base64-urlsafe
...
sys/base64: Implement Base 64 Encoding with URL and Filename Safe Alphabet
2020-03-31 20:15:23 +02:00
Benjamin Valentin
64d4713301
tests/unittests/base64: add test case for urlsafe_encode
2020-03-31 19:01:05 +02:00
Leandro Lanzieri
64dde8f317
gnrc/nib: Move GNRC_IPV6_NIB_ABR_NUMOF to 'CONFIG_' namespace
2020-03-31 18:07:13 +02:00
Leandro Lanzieri
a77d0dd9c5
gnrc/nib: Move GNRC_IPV6_NIB_OFFL_NUMOF to 'CONFIG_' namespace
2020-03-31 18:07:13 +02:00
Leandro Lanzieri
f6ee712e98
gnrc/nib: Move GNRC_IPV6_NIB_DEFAULT_ROUTER_NUMOF to 'CONFIG_' namespace
2020-03-31 18:07:12 +02:00
Leandro Lanzieri
07771de08f
gnrc/nib: Move GNRC_IPV6_NIB_NUMOF to 'CONFIG_' namespace
2020-03-31 18:07:11 +02:00
Leandro Lanzieri
1f20ffc150
gnrc/nib: Move GNRC_IPV6_NIB_CONF_NO_RTR_SOL to 'CONFIG_' namespace
...
Also evaluate using IS_ACTIVE macro.
2020-03-31 18:07:10 +02:00
Leandro Lanzieri
53a522d642
gnrc/nib: Move GNRC_IPV6_NIB_CONF_MULTIHOP_P6C to 'CONFIG_' namespace
...
Also evaluate using IS_ACTIVE macro.
2020-03-31 18:07:10 +02:00
Leandro Lanzieri
3ec296400d
gnrc/nib: Move GNRC_IPV6_NIB_CONF_DC to 'CONFIG_' namespace
...
Also evaluate using IS_ACTIVE macro.
2020-03-31 18:07:09 +02:00
Leandro Lanzieri
e52b93cef0
gnrc/nib: Move GNRC_IPV6_NIB_CONF_ARSM to 'CONFIG_' namespace
...
Also evaluate it using IS_ACTIVE macro.
2020-03-31 18:07:07 +02:00
Leandro Lanzieri
ce931f179c
gnrc/nib: Move GNRC_IPV6_NIB_CONF_SLAAC to 'CONFIG_' namespace
...
Also evaluate it using IS_ACTIVE macro.
2020-03-31 18:07:05 +02:00
Leandro Lanzieri
49ec28867c
gnrc/nib: Move GNRC_IPV6_NIB_CONF_ROUTER to 'CONFIG_' namespace
...
Also evaluate it using IS_ACTIVE macro.
2020-03-31 18:07:05 +02:00
Leandro Lanzieri
40c78f1c75
gnrc/nib: Move GNRC_IPV6_NIB_CONF_6LBR to 'CONFIG_' namespace
...
Also evaluate it using IS_ACTIVE macro.
2020-03-31 18:07:03 +02:00
benpicco
e7c1605119
Merge pull request #13691 from benpicco/tests/driver_netdev_common
...
tests/driver_netdev_common: add compile-test for network drivers
2020-03-31 14:50:28 +02:00
Hendrik van Essen
e38e3c5db9
tests/driver_pca9685: add atmega32u4 boards to Makefile.ci
...
fixed shell is too big for atmega32u4 based boards
2020-03-30 12:32:57 +02:00
Hendrik van Essen
a9b21ed911
tests/shell: remove redundant parentheses
2020-03-30 12:26:23 +02:00
Hendrik van Essen
68a35f53de
tests/shell: add test case for exceeding lines
...
Co-authored-by: Juan Carrano <j.carrano@fu-berlin.de>
2020-03-30 12:26:23 +02:00
Hendrik van Essen
8a8416a6f6
tests/shell: fix test case for line cancelling
...
The test for the line cancellation (ctrl-c) functionality was unable to
detect error because of the way pexpect matches output.
While working on the long line shell bug, a regression was about to be
introduced because of this. This commit fixes the test by directly reading from
the child process and expects an exact response.
Co-authored-by: Juan Carrano <j.carrano@fu-berlin.de>
2020-03-30 12:26:22 +02:00
Hendrik van Essen
c1e3e613a5
tests/shell: check for shell prompt
...
Co-authored-by: Juan Carrano <j.carrano@fu-berlin.de>
2020-03-30 12:26:22 +02:00
Hendrik van Essen
32d7c9b6b8
tests/shell: check for startup message
...
Co-authored-by: Juan Carrano <j.carrano@fu-berlin.de>
2020-03-30 12:26:21 +02:00
Hendrik van Essen
393eadcfb9
tests/shell: avoid sending an extra empty line on native
...
Co-authored-by: Juan Carrano <j.carrano@fu-berlin.de>
2020-03-30 12:26:21 +02:00
Hendrik van Essen
c8daf596c9
tests/shell: add test case for shell's buffer size
...
Co-authored-by: Juan Carrano <j.carrano@fu-berlin.de>
2020-03-30 12:26:21 +02:00
c526b11195
tests: add pkg_libbase58 test
2020-03-29 23:18:34 +02:00
Benjamin Valentin
3ec0acde8a
tests/driver_w5100: add compile-test for w5100
2020-03-28 19:23:19 +01:00
Benjamin Valentin
732cd51a52
tests/driver_xbee: use common netdev test
2020-03-28 18:02:09 +01:00
Benjamin Valentin
f71226c016
tests/driver_dose: add compile-test for DOSE
2020-03-28 18:02:09 +01:00
Benjamin Valentin
e02dffe5f8
tests/driver_mrf24j40: add compile-test for mrf24j40
2020-03-28 18:02:09 +01:00
Benjamin Valentin
b775475d1b
tests/driver_netdev_common: add compile-test for netif drivers
2020-03-28 18:02:09 +01:00
benpicco
8024380f7b
Merge pull request #13700 from miri64/gnrc_sock/enh/recv_buf
...
gnrc_sock: provide implementation for `sock_*_recv_buf()`
2020-03-27 16:34:57 +01:00
benpicco
b535c66ba1
Merge pull request #13729 from fjmolinas/pr_tests_usbus
...
test/usbus: disable auto_init_usbus
2020-03-26 22:56:33 +01:00
Francisco Molina
c2d5f6e8d9
test/usbus: disable auto_init_usbus
2020-03-26 15:56:21 +01:00
Martine Lenders
061eb88c05
Merge pull request #12994 from jia200x/pr/gnrc_netif_desc_alloc
...
gnrc_netif: implementation of dynamic GNRC_NETIF_NUMOF approach
2020-03-26 14:30:44 +01:00
Jose Alamos
124b7ae406
tests/gnrc_ipv6_nib_6ln: blacklist boards with insufficient memory
2020-03-26 14:19:03 +01:00
Jose Alamos
3b1c3426cb
tests/gnrc_ipv6_nib: blacklist boards with insufficient memory
2020-03-26 14:19:03 +01:00
Jose Alamos
e451570219
gnrc_netif: remove GNRC_NETIF_NUMOF macro
2020-03-26 11:12:23 +01:00
Jose Alamos
67ed9defbe
gnrc_netif_xxx_create: use external netif allocation
2020-03-26 11:12:23 +01:00
Marian Buschsieweke
937361856d
Merge pull request #13702 from ccoors/feature/esp32-ws281x
...
drivers/ws281x: Add support for esp32
2020-03-25 21:39:40 +01:00
Christian Friedrich Coors
08703766fc
drivers/ws281x: Add ESP32 support
2020-03-25 17:25:35 +01:00
Francisco
12b47452dc
Merge pull request #13697 from bergzand/pr/libcose/disable_monocypher
...
pkg/libcose: Remove monocypher crypto mode
2020-03-25 10:41:31 +01:00
bf2b495d34
Merge pull request #13703 from fjmolinas/pr_usbus_autoinit
...
Makefile.dep: add auto_init_usbus as usbus DEFAULT_MODULE
2020-03-25 10:19:04 +01:00
Gunar Schorcht
11b5503aa6
Merge pull request #13705 from benpicco/tests-rtt_rtc-fix
...
unittests/tests-rtt_rtc: blacklist test on esp32
2020-03-25 09:53:05 +01:00
bf703a70c3
tests/pkg_libcose: remove the monocypher crypto option
2020-03-25 09:37:06 +01:00
Francisco
ddf763c9da
Merge pull request #13696 from fjmolinas/pr_tests_fixes
...
tests: fixes for evtimer_msg and bench_runtime_coreapis
2020-03-25 08:52:34 +01:00
Benjamin Valentin
9c4eb8918f
tests/unittests: rtt_rtc: blacklist esp32
...
On esp32, pm_layered pulls in periph_rtc.
This results the real rtc functions being called, which of course
can't be fast-forwarded - all the tests fail.
2020-03-24 23:15:55 +01:00
7cc1529755
Merge pull request #13549 from kaspar030/add_tests_xtimer_overhead
...
tests/xtimer_overhead: initial commit
2020-03-24 21:55:33 +01:00
Martine S. Lenders
42f9e1953c
tests/gnrc_sock_{ip,udp}: extend tests for new function
2020-03-24 17:15:17 +01:00
Francisco Molina
15ab36409f
Makefile.dep: add auto_init_usbus as usbus DEFAULT_MODULE
2020-03-24 14:33:09 +01:00
Francisco Molina
62ff10fc54
bench_runtime_coreapis/tests: multiple fixes
2020-03-24 14:15:50 +01:00
Francisco Molina
865b975c3d
tests/evtimer_msg: fix assert range
2020-03-24 14:15:25 +01:00
6faae9a9c9
Merge pull request #13657 from aabadie/pr/boards/backlight_common_defines
...
boards/pinetime: add defines for controlling the backlight pin
2020-03-24 13:52:57 +01:00
Leandro Lanzieri
877db8c00e
Merge pull request #13557 from gschorcht/doc/fix_url
...
doc: fix broken links
2020-03-24 13:08:18 +01:00
6202e2da71
tests: use backlight defines instead of board module
2020-03-24 12:02:50 +01:00
Gunar Schorcht
2afc32099a
tests/pkg_tensorflow-lite: fix broken links
2020-03-24 10:39:49 +01:00
Gunar Schorcht
206d6651fd
tests/pkg_wolfcrypt-ed25519-verify: fix broken links
2020-03-24 10:39:49 +01:00
Gunar Schorcht
0d8fb5a463
tests/pkg_semtech-loramac: fix broken links
2020-03-24 10:39:49 +01:00
Gunar Schorcht
6ab0d8bf99
tests/driver_si114x: fix broken links
2020-03-24 10:39:49 +01:00
Gunar Schorcht
64dd27a679
tests/driver_bmx280: fix broken links
2020-03-24 10:39:49 +01:00
Francisco Molina
ec33b3eee4
tests: remove uneeded blacklist
...
With #12941 and #13613 some of the blacklisting introduced in #12461
are no longer needed, since `test_interactive_test_util` is lighter
or adds no extra code.
2020-03-24 10:18:59 +01:00
benpicco
1e38a3da63
Merge pull request #13673 from fjmolinas/pr_cc2538_cleanups
...
cpu/cc2538: clock cleanups
2020-03-21 22:24:48 +01:00
Francisco Molina
4cc2457b4f
tests/periph_timer: TIMER_SPEED=CLOCK_CORECLOCK for cc2538 boards
2020-03-21 19:32:24 +01:00
edfbcb5a4c
tests/pkg_utensor/: exclude nucleo-l412kb
2020-03-20 18:48:31 +01:00
84941a2548
tests/unittests: exclude nucleo-l412kb
2020-03-20 18:48:31 +01:00
7d0c475113
Merge pull request #13486 from bergzand/pr/suit/ietf_v3
...
SUIT: Update to draft-ietf-v3
2020-03-20 14:44:29 +01:00
Francisco
b98e4bf0d1
Merge pull request #13658 from fjmolinas/pr_periph_timer_cc2538
...
cpu/cc2538: fix GPT3 IRQ definition
2020-03-20 14:31:05 +01:00
Marian Buschsieweke
09946a8618
tests/driver_at86rf215: Fix Makefile.ci
2020-03-20 11:06:41 +01:00
Francisco
cdbf0b2d69
Merge pull request #13583 from benpicco/at86rf215-minimal
...
drivers/at86rf215: add basic support for AT86RF215 dual-band radio
2020-03-20 09:33:50 +01:00
413b91326f
tests/suit_v3_manifest: Add draft-ietf-v3 manifest parser test
...
Co-authored-by: Kaspar Schleiser <kaspar@schleiser.de>
2020-03-19 22:56:01 +01:00
Martine Lenders
a5fb39e1d6
Merge pull request #13659 from leandrolanzieri/pr/test/emcute_use_sync_shell
...
tests/emcute: Use test_utils_interactive_sync_shell to sync
2020-03-19 20:51:43 +01:00
Leandro Lanzieri
b8dd4f1005
tests/emcute: Use test_utils_interactive_sync_shell to sync
2020-03-19 17:42:49 +01:00
Gunar Schorcht
df19c6d1b4
Merge pull request #13519 from benpicco/rtt_rtc
...
drivers/rtt_rtc: add RTT based RTC implementation, enable it for cpu/cc2538, nrf5x_common
2020-03-19 17:18:43 +01:00
Francisco Molina
daab688998
tests/periph_timer: adapt to cc2538 boards
2020-03-19 16:31:58 +01:00
Benjamin Valentin
d632eb44b0
tests/unittests: add tests for rtt_rtc
2020-03-19 15:25:14 +01:00
Gunar Schorcht
4ac8f8df4c
Merge pull request #13646 from benpicco/BACKUP_RAM
...
cpu: add BACKUP_RAM attribute
2020-03-19 15:09:30 +01:00
Benjamin Valentin
8ac5bdc6c1
tests: added test app for the at86rf215 driver
2020-03-19 14:39:18 +01:00
Benjamin Valentin
aff99b64e9
tests/periph_backup_ram: use BACKUP_RAM attribute
2020-03-19 13:38:50 +01:00
10b7d5f922
tests/pkg_*: refactor some test scripts
...
in pkg_c25519, pkg_libcose and pkg_tweetnacl, use the check_unittests helper function and rework the way the test TIMEOUT value is determined
2020-03-19 10:39:35 +01:00
e9af310159
tests: use check_unittests func from testrunner
2020-03-19 10:39:34 +01:00
benpicco
df1719d2e8
Merge pull request #13655 from gschorcht/tests/button_int_flank_definition
...
tests: use button interrupt flank definition as optionally defined in board definitions
2020-03-19 10:30:01 +01:00
Gunar Schorcht
460c3e8274
tests/buttons: allow interrupt flank definition
2020-03-19 08:19:32 +01:00
Gunar Schorcht
c0c478a145
tests/periph_pm: allow interrupt flank definition
2020-03-19 08:19:10 +01:00
ae6382633a
tests: add LittlevGL test application
2020-03-18 15:02:33 +01:00
012567e0a8
tests/unittests: blacklist bootloader_arduino feature
2020-03-18 10:53:18 +01:00
4145c196b7
tests/ssp: blacklist bootloader_arduino feature
2020-03-18 10:53:17 +01:00
0e511a6892
tests/bench_xtimer: update low memory boards list
...
Samd21 based boards using the Arduino bootloader and stdio over usb by default doesn't have enough RAM to run the test in its default configuration (1000 timers)
2020-03-18 10:53:17 +01:00
7b17f6254f
Merge pull request #13643 from aabadie/pr/tests/ztimer_cleanup_unittests
...
tests/ztimer_mock: cleanup leftover debug messages
2020-03-18 10:33:36 +01:00
6538687a4c
Merge pull request #13613 from fjmolinas/pr_light_shell_interactive_sync
...
tests: add interactive_sync adapted to shell
2020-03-17 18:16:51 +01:00
Francisco Molina
e8be1f9856
tests: adapt to test_utils_interactive_sync_shell
2020-03-17 17:23:28 +01:00
Francisco Molina
9766c3e2f1
tests: remove shell commands added only for interactive_sync
...
Reverts parts of 416c048737
2020-03-17 17:23:27 +01:00
Francisco Molina
a31003a23c
tests: add interactive_sync adapted to shell
2020-03-17 17:23:27 +01:00
benpicco
796ae80ea2
Merge pull request #13478 from miri64/tests/fix/unittests-6ctx-prefix-match
...
unittests: tests-sixlowpan_ctx: fix prefix check
2020-03-17 13:31:49 +01:00
39d9d599cc
Merge pull request #13620 from kaspar030/add_pkg_yxml
...
pkg/yxml: add Yxml XML parser library package
2020-03-17 11:06:19 +01:00
329c1044bc
tests/ztimer_mock: cleanup leftover debug messages
2020-03-16 15:21:22 +01:00
francisco
55b11b7925
boards/im880b: add insufficient memory to tests
2020-03-13 14:36:51 +01:00
Martine Lenders
5defa1ae34
Merge pull request #13466 from gschorcht/fix_compilation_with_ndebug
...
tests: fix compilation problems with NDEBUG
2020-03-12 19:34:33 +01:00
Martine Lenders
20e30ec58b
Merge pull request #13622 from gschorcht/net/dhcpv6_fix_opt_len
...
sys/net/dhcpv6: fixes option length handling in client implementation
2020-03-12 18:56:43 +01:00
Martine S. Lenders
fcb8317d85
tests/gnrc_dhcpv6_client_6lbr: put IA_PD option first
...
In #13622 bugs in the option length handling were noted and fixed.
Putting the IA_PD option first (as the `isc-dhcp-server` does)
reproduces this bug.
2020-03-12 18:33:17 +01:00
Gunar Schorcht
953a4af0d9
tests/lwip: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
88cac0ff4b
tests/gnrc_sock_async_event: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
bc071044d7
tests/cpp11_mutex: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
944fb3909e
tests/gnrc_ndp: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
fd5fb46336
tests/usbus: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
a7e0071c45
tests/thread_msg_block_race: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
85ce49680b
tests/socket_zep: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
0cafa4ed61
tests/pkg_micro-ecc: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
89447ca68c
tests/pkg_cn-cbor: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
fbd486bf2e
tests/periph_eeprom: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
e77febff1d
tests/nimble_l2cap_server: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
d92277a0f0
tests/nimble_l2cap: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
ad4f1993b2
tests/lwip_sock_udp: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
e4909375b0
tests/lwip_sock_tcp: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
831e2de56c
tests/lwip_sock_ip: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
8af912b002
tests/lua_loader: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
72278d3463
tests/gnrc_sock_udp: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
d508b0ca09
tests/gnrc_sock_ip: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
e5508455c4
tests/gnrc_sock_async_event: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
1ed09f56a0
tests/gnrc_sixlowpan_iphc_w_vrb: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
d1167b2dbd
tests/gnrc_sixlowpan: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
c7fdb5eeba
tests/gnrc_netif: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
1757d5eae0
tests/gnrc_ipv6_nib_6ln: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
fff2d02378
tests/gnrc_ipv6_nib: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
c6b1d3216e
tests/gnrc_ipv6_fwd_w_sub: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
0f0344eb54
tests/gnrc_ipv6_fwd_w_sub: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
535863b80a
tests/gnrc_ipv6_ext_frag: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
a68c2f3008
tests/events: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
94aa7014cf
tests/embunit: fix NDEBUG compile problem
2020-03-12 18:04:42 +01:00
Gunar Schorcht
83f1537562
tests/driver_motor_driver: fix NDEBUG compile problem
2020-03-12 17:44:41 +01:00
Gunar Schorcht
08706e771e
tests/cpp11_condition_variable: fix NDEBUG compile problem
2020-03-12 17:40:46 +01:00
Gunar Schorcht
f4224890ae
tests/bench_xtimer: fix NDEBUG compile problem
2020-03-12 17:40:46 +01:00
Gunar Schorcht
8fb7a29eab
tests/bench_timers: fix NDEBUG compile problem
2020-03-12 17:40:46 +01:00
Gunar Schorcht
4f5dab16b7
tests/unittests/tests-gnrc_ipv6: fix NDEBUG compile problem
2020-03-12 17:40:46 +01:00
benpicco
1212165222
Merge pull request #13584 from kb2ma/nanocoap/add_uquery_improvements
...
net/nanocoap: add uquery improvements
2020-03-12 15:18:07 +01:00
benpicco
d5c7d28b38
Merge pull request #10745 from kaspar030/make_idle_stacksize_configurable
...
cpu: make default idle/main stacksizes configurable on all archs
2020-03-12 14:38:32 +01:00
f9e80f8b71
tests/pkg_yxml: add basic Yxml package test
2020-03-12 14:21:40 +01:00
Robert Hartung
dc6665d5cf
Merge pull request #12717 from dylad/pr/bme680_pkg_driver
...
driver/bme680: add I2C/SPI driver for BME680 device
2020-03-12 14:00:40 +01:00
Ken Bannister
2e0a5c053e
tests/nanocoap: add test for coap_opt_add_uquery2()
2020-03-12 08:44:26 -04:00
f88fa2e3f2
tests/minimal: reduce main/idle stacksize
2020-03-12 13:01:13 +01:00
Gunar Schorcht
2338944a1c
tests: add test application for BME680 driver
2020-03-12 08:42:59 +01:00
Martine Lenders
72d28d54e5
Merge pull request #13615 from miri64/sock_async/api/callback-arg
...
sock_async: add optional callback argument
2020-03-11 20:07:18 +01:00
benpicco
52cc02c9a9
Merge pull request #13387 from nmeum/mpu_noexec_ram_ng
...
Add optional support for executable space protections
2020-03-11 20:00:44 +01:00
Martine Lenders
086d0ac83e
Merge pull request #13152 from miri64/shell_commands/enh/version
...
shell_commands: provide command to print version
2020-03-11 18:36:43 +01:00
Martine S. Lenders
fe53525416
lwip: amend for async callback argument
2020-03-11 16:54:13 +01:00
Martine S. Lenders
f97e97555c
tests/gnrc_sock_async_event: amend for async callback argument
2020-03-11 16:54:12 +01:00
Martine S. Lenders
411e320b0c
sock_async_event: update for async callback argument support
2020-03-11 16:54:12 +01:00
Martine S. Lenders
6e6e435c65
sock_async: add optional callback argument
2020-03-11 16:54:11 +01:00
1e8037670b
Merge pull request #10420 from gschorcht/drivers_apds99xx
...
drivers: add driver for APDS99XX ambient light and proximity sensors
2020-03-11 16:27:53 +01:00
benpicco
d4e05edac0
Merge pull request #13524 from benpicco/openlabs-kw41z-mini-256kib
...
boards: add openlabs-kw41z-mini-256kib
2020-03-11 15:42:25 +01:00
Martine S. Lenders
f238dca044
tests/periph_wdt: provide Makefile.ci with too small boards
2020-03-11 15:30:09 +01:00
Schorcht
5f8508804b
tests: add APDS99XX ALS and proximity
2020-03-11 14:21:47 +01:00
Benjamin Valentin
9573b2bba0
boards: add openlabs-kw41z-mini-256kib
...
Add the 256k version of the openlabs-kw41z-mini.
They are identical to the openlabs-kw41z-mini except that it uses
the mkw41z256vht4 instead of the mkw41z512vht4.
2020-03-11 13:50:37 +01:00
benpicco
008faef16a
Merge pull request #13581 from Scallog/olimexino-stm32-support
...
boards/olimexino-stm32: add support for olimexino-stm32 board
2020-03-11 11:40:53 +01:00
benpicco
bb025e46ac
Merge pull request #13360 from wosym/tests/candev_native4
...
Tests/candev: Initial version with native support
2020-03-11 11:40:24 +01:00
Corentin 'Kmikaz' Vigourt
54cafc5125
boards/olimexino-stm32: add support for olimexino-stm32 board
2020-03-11 10:59:57 +01:00
Martine S. Lenders
0434ff45c8
tests/lwip: stabalize test script
...
While running this test script, I encountered the problem, that the
process for the previous test was not finished, not allowing the next
test to use its TAP interface. This small timer should fix that.
2020-03-10 18:39:05 +01:00
Wouter Symons
a7880ab98d
test/candev: add candev test app with native support
...
This test app bypasses candll and uses the candev abstraction directly.
This has the limitation that you can only use one can driver and one can
device, which is in most use cases sufficient.
2020-03-10 18:13:15 +01:00
Wouter Symons
9b829c99a9
tests/conn_can: make auto_init_can explicit
...
in other apps we might not want to automatically select the auto_init
2020-03-10 18:12:37 +01:00
90ca4f3b42
tests/ztimer_overhead: update to use signed ztimer_overhead()
2020-03-10 12:23:33 +01:00
Sören Tempel
9772f78a0e
tests/mpu_noexec_ram: convert to an automated test
2020-03-10 11:16:22 +01:00
Sören Tempel
5bb3b3dfea
tests: add test for the mpu_noexec_ram pseudomodule
...
The Makefiles have been copied from the mpu_stack_guard test.
2020-03-10 11:16:22 +01:00
benpicco
82b96ff831
Merge pull request #13592 from aydoganersoz/qcbor_pkg_add
...
pkg/qcbor: Add QCBOR package
2020-03-09 21:48:15 +01:00
Aydogan Ersoz
d66f35c31a
add QCBOR package
2020-03-09 20:29:50 +01:00
benpicco
6f7293d7c3
Merge pull request #13559 from aabadie/pr/sys/crypto_modules_rework
...
sys/crypto: define cipher using a module instead of CFLAGS
2020-03-09 19:41:27 +01:00
Vincent Dupont
97cfd1e512
memarray: fix memarray init
...
If memarray data is not initialized to 0 (for instance during a
re-init). The last element of the array is not properly cleared thus
leading to returning an invalid pointer when everything is allocated.
2020-03-09 17:56:34 +01:00
Gunar Schorcht
b8777e9a9d
tests: fix enumeration type usage in driver_sx127x
2020-03-09 13:53:57 +01:00
95f34e00b9
Merge pull request #13578 from benpicco/tests-auto_init
...
tests: clean up use of auto_init
2020-03-06 20:19:54 +01:00
Martine Lenders
c30f83ac3b
Merge pull request #13579 from jia200x/pr/gnrc_netif_send
...
gnrc_netif_send: add send function
2020-03-06 20:07:45 +01:00
5332ecec33
tests/crypto*: use crypto_% modules instead of CFLAGS
2020-03-06 19:49:58 +01:00
57985806c1
Merge pull request #13562 from jia200x/pr/netdev_irq_end
...
netdev: add netdev_trigger_event_isr() function
2020-03-06 15:37:24 +01:00
Jose Alamos
6143cd800b
gnrc_netif: use gnrc_netif_send where possible
2020-03-06 15:22:58 +01:00
Benjamin Valentin
d31eedb831
tests/c11_atomics_cpp_compat: don't disable auto_init
...
There is no reason to disable auto_init for this test.
Since the test only uses stdout, nothing would get initialized
anyway.
2020-03-06 15:20:25 +01:00
Benjamin Valentin
57a0e3acc8
tests/irq: remove USEMODULE += auto_init
...
auto_init is a default module, no need to select it manually.
2020-03-06 15:15:38 +01:00
Gunar Schorcht
fc37d7bf81
Merge pull request #13427 from miri64/lwip/enh/sock_async
...
lwip: provide sock_async support
2020-03-06 14:37:54 +01:00
Jose Alamos
3ad574a822
drivers/netdev: use netdev_trigger_event_isr function
2020-03-06 14:03:43 +01:00
benpicco
7877ffdf2a
Merge pull request #13511 from fjmolinas/pr_auto_init_periph
...
drivers/periph_common: add periph_init% modules
2020-03-06 13:05:57 +01:00
Martine Lenders
37df4ea7e2
tests/lwip: add regression test for multiple simultaneous connect case
2020-03-06 11:29:46 +01:00
Martine S. Lenders
ba2dd2cf44
tests/lwip: adapt test to use sock_async
2020-03-06 11:29:44 +01:00
Francisco Molina
740a386b17
tests/periph_rtt: only disable periph_init_rtt
2020-03-06 11:21:28 +01:00
ed316309c8
Merge pull request #11874 from kaspar030/ztimer
...
sys/ztimer: initial import
2020-03-06 09:46:27 +01:00
JulianHolzwarth
110c725321
tests/xtimer_mutex_lock_timeout: minimal xtimer_mutex_lock_timeout test
...
This test checks if the function works when the timeout is smaller than XTIMER_BACKOFF and the mutex is already locked.
This means the timer will spin and the timer will shoot before the mutex lock was called.
Then the mutex lock gets called and the timer will not remove the thread from the mutex.
Checking if this case is handled correctly.
2020-03-05 18:45:28 +01:00
Jan Mohr
aa5ffe5a6d
drivers/lis2dh12: added interrupt function
2020-03-04 17:01:58 +01:00
Francisco
9b1ab4aebd
Merge pull request #13553 from kaspar030/disable_softdevice_test
...
tests/nordic_softdevice: disable CI testing
2020-03-04 15:59:13 +01:00
e6bfba670d
tests/nordic_softdevice: disable CI testing
2020-03-04 14:15:17 +01:00
4d3c103a0d
tests/xtimer_drift: ztimer_xtimer_compat fix
2020-03-04 12:44:03 +01:00
779e47966a
tests: add ztimer test applications
2020-03-04 12:44:02 +01:00
Joakim Nohlgård
39980d5ea3
unittests: Add ztimer test suite
2020-03-04 12:44:02 +01:00
1298ae828a
Merge pull request #13202 from bergzand/pr/mtd/mapper
...
MTD: Add module for remapping MTD sectors
2020-03-04 11:51:39 +01:00
34e03a0c7f
tests/xtimer_overhead: initial commit
2020-03-04 11:32:12 +01:00
d2c3362c88
mtd_mapper: add test
2020-03-04 10:47:54 +01:00
68ec8b2c2b
Merge pull request #13391 from kaspar030/mpu_feature
...
cpu/cortex-m: turn MPU support into a feature
2020-03-04 07:09:40 +01:00
cbca43bf6c
tests/mpu_stack_guard: update Makefile.ci
2020-03-03 22:58:21 +01:00
b154784421
tests/mpu_stack_guard: error unless __MPU_PRESENT
2020-03-03 22:58:21 +01:00
Gunar Schorcht
9e372104f0
Merge pull request #13284 from benpicco/rtc_mktime
...
periph_common/rtc: add rtc_mktime() & rtc_localtime() helper functions for RTC implementations
2020-03-03 14:12:50 +01:00
Benjamin Valentin
6581d43337
tests/periph_rtc: don't set time in the past
2020-03-03 11:01:02 +01:00
Benjamin Valentin
5b64ae4ef5
periph_common/rtc: add rtc_localtime()
...
Add function to convert a RTC timestamp (non-UNIX) to a time struct.
2020-03-03 11:01:02 +01:00
ede7836b16
tests/sys_disp_dev: add disp_dev test application
2020-03-03 10:25:55 +01:00
Benjamin Valentin
becff61e20
periph_common/rtc: add rtc_mktime()
...
Add a function to convert a time struct to an unsigned timestamp (non-UNIX).
2020-02-29 17:42:50 +01:00
Gunar Schorcht
db04bc1af4
tests: add phydat dump test
2020-02-29 12:36:55 +01:00
benpicco
23c5d34284
Merge pull request #10846 from benemorius/kw41z-mini
...
boards: add support for kw41z-mini
2020-02-28 07:40:25 +01:00
Thomas Stilwell
ef6024cf1a
boards: add kw41z-mini
2020-02-27 21:34:04 -06:00
benpicco
244c7da050
Merge pull request #13026 from brummer-simon/gnrc_tcp-prepare_for_sock_integration
...
gnrc_tcp: Prepare for sock integration.
2020-02-26 23:22:58 +01:00