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
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
Simon Brummer
10872d9a85
gnrc_tcp: Add Endpoints for connection specification
2020-02-26 21:24:06 +01:00
Martine Lenders
079b3abd6a
Merge pull request #13343 from miri64/tests/cleanup/ws281x-arch-feature
...
tests/driver_ws281x: resolve weird feature dependencies
2020-02-26 17:06:19 +01:00
426b0d70d7
Merge pull request #13462 from dylad/pr/saml1x/fix_unittests
...
tests/unittests: fix GCC compiler bug in core-atomic for SAML1X
2020-02-26 12:38:22 +01:00
dylad
fd984439a3
tests/unittests: fix GCC compiler bug in core-atomic for SAML1X
...
Co-Authored-By: benpicco <benpicco@googlemail.com>
2020-02-26 10:56:15 +01:00
dylad
841140ad88
tests/unittests: remove the temporary fix from #13456
2020-02-26 10:56:15 +01:00
benpicco
99f3f67e67
Merge pull request #13317 from benpicco/arm7-event_thread
...
tests/event_threads: remove arch_arm7 from blacklist
2020-02-26 08:39:00 +01:00
462f320aaf
tests/driver_srf08: update with new init scheme
...
+ cleanup not needed export of variables
2020-02-25 21:24:02 +01:00
benpicco
aa1c23d4bd
Merge pull request #11929 from fabian18/driver-at24cxxx-eeprom
...
Driver for AT24CXXX EEPROM
2020-02-25 18:16:45 +01:00
13a6cfb9ba
tests/unittests: temporarily disable for saml1[01]-xpro
2020-02-24 14:56:04 +01:00
fabian18
cd817277d3
tests/driver_at24cxxx: test for at24cxxx EEPROM
2020-02-24 14:00:25 +01:00
63f805c5b7
Merge pull request #13268 from kaspar030/add_expect_header
...
sys/test_utils: add expect() header
2020-02-24 13:34:16 +01:00
870083375b
Merge pull request #13453 from aabadie/pr/tests/driver_srf08_cppcheck_fix
...
tests/driver_srf08: reduce scope of range_array
2020-02-24 12:36:35 +01:00
3ef7f38fb3
tests/bench_xtimer: change SUPER_LOW_MEMORY_BOARDS to 12 timers
2020-02-24 11:45:33 +01:00
981cdeaa47
tests/README.md: add paragraph explaining expect()
2020-02-24 11:45:33 +01:00
fc0ac42ba1
tests/bench_xtimer: use "expect()" instead of "assert()"
2020-02-24 11:45:33 +01:00
c152151204
tests/driver_srf08: reduce scope of range_array
...
The issue is reported by cppcheck when modifying this file
2020-02-24 10:39:36 +01:00
1e74280308
Merge pull request #13270 from wosym/conn_cann_native
...
tests/conn_can: fix build error on native
2020-02-24 10:39:29 +01:00
Benjamin Valentin
5256f061dd
tests/gnrc_sock_dns: add a message queue
...
Without it I get the following error when I try to use ping6
!!!! gnrc_netreg: initialize message queue of thread 2 using msg_init_queue() !!!!
Stack Pointer: 0x22ef
*** RIOT kernel panic:
FAILED ASSERTION.
So copy the message queue from examples/gnrc_networking
2020-02-22 00:18:01 +01:00
benpicco
aa00191384
Merge pull request #13256 from MichelRottleuthner/pr_sps30
...
Add driver for SPS30 particulate matter sensor
2020-02-21 18:58:56 +01:00
benpicco
336bfe54a9
Merge pull request #13366 from bergzand/pr/littlefs2/add_pkg
...
pkg/littlefs2: Add package for LittleFS v2.x.y
2020-02-20 16:23:59 +01:00
9e11e28686
tests/littlefs2: Add test for LittleFS v2.x.y
...
Intentionally a copy of the LittleFS v1.x.y test
2020-02-20 14:51:45 +01:00
Michel Rottleuthner
b5658e61a5
tests: add test application for Sensirion SPS30 sensor driver
2020-02-20 14:26:55 +01:00
Martine Lenders
ea3296df62
Merge pull request #11823 from miri64/tests/enh/emcute
...
tests: provide tests for emcute
2020-02-20 11:20:07 +01:00
benpicco
030e7ebc06
Merge pull request #13307 from miri64/dhcpv6-client-6lbr/feat/init
...
gnrc_dhcpv6_client_6lbr: initial import of a 6LBR DHCPv6 client
2020-02-20 11:00:35 +01:00
Martine Lenders
c6331bfc77
Merge pull request #13379 from cgundogan/pr/gnrc_rpl_p2p
...
gnrc_rpl_p2p: several compilation fixes
2020-02-20 10:25:55 +01:00
Cenk Gündoğan
ab414ce813
tests: add simple compile test for gnrc_rpl_p2p
2020-02-19 22:54:09 +01:00
Martine S. Lenders
8cafcc3ebf
tests: provide tests for 6LBR DHCPv6 client
2020-02-19 18:26:46 +01:00
Martine S. Lenders
5507b1b4a2
tests: provide tests for emcute
2020-02-19 17:28:20 +01:00