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
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
Leandro Lanzieri
196345928f
tests: Remove pkg_oonf_api tests
...
The OONF package has been deprecated and is being removed
2020-02-19 15:04:21 +01:00
Leandro Lanzieri
7cacc594cd
test: Remove nhdp tests
...
NHDP module has been deprecated and is being removed.
2020-02-18 13:20:05 +01:00
db7d8a58e8
tests/pkg_cmsis-nn: add cifar10 example application
2020-02-14 16:23:41 +01:00
Hauke Petersen
2c41f762b0
Merge pull request #13373 from haukepetersen/add_event_timeout64
...
sys/event: add event_wait_timeout64()
2020-02-13 17:21:50 +01:00
benpicco
f9f222c907
Merge pull request #12746 from benpicco/at25mac
...
drivers: add driver for the AT24MAC unique ID chip
2020-02-13 16:39:10 +01:00
Hauke Petersen
a574a67ca4
tests/event_wait_timeout: test 64-bit variant
2020-02-13 16:18:32 +01:00
Benjamin Valentin
ecd084781a
tests: add test for at24mac driver
2020-02-13 15:58:43 +01:00
Hauke Petersen
0bcef73067
tests/thread_flags: add call to set_timeout_flag64
2020-02-13 15:37:30 +01:00
e694708bbb
tests/driver_stmpe811: add test application
2020-02-13 09:14:51 +01:00
Francisco Molina
e0855dedfd
tests: remove uneeded DISABLE_MODULE+=auto_init
2020-02-12 16:51:34 +01:00
benpicco
f5b6544123
Merge pull request #13329 from wosym/pr/bh1900nux
...
Add bh1900nux driver
2020-02-12 11:16:23 +01:00
95d451da95
Merge pull request #12982 from kaspar030/xtimer_bench_load
...
tests/bench_xtimer_load: initial commit
2020-02-12 10:11:48 +01:00
Wouter Symons
a2d9389373
Add bh1900nux driver
2020-02-12 07:34:22 +01:00
47527e5a00
tests/bench_xtimer_load: initial commit
2020-02-11 15:49:23 +01:00
benpicco
628aa1197e
Merge pull request #13331 from btcven/2020_02_10-sram-size
...
cc26x2_cc13x2: use correct RAM value
2020-02-11 15:43:38 +01:00
c30df3cac9
Merge pull request #7572 from kaspar030/zptr
...
core: add pointer compression header
2020-02-11 15:25:24 +01:00
benpicco
33291ad675
Merge pull request #13306 from fjmolinas/pr_samr21_use_xosc
...
boards/sam[r/d]21-xpro: prefer XOSC32K for RTC/RTT (GCLK2)
2020-02-11 15:18:36 +01:00
f3874edd14
tests/unittests: add basic zptr test
2020-02-11 13:59:59 +01:00
Jean Pierre Dudey
de50518146
cc26x2_cc13x2: use correct RAM value
...
Previous value was 20 K, now it's 80 K. The older family of these MCUs
(cc13x0, cc26x0) had that size, currently for cc13x2 and cc26x2 it's
80 K.
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
2020-02-10 18:38:15 -05:00
Benjamin Valentin
720eff3416
tests/driver_ws281x: allow build on native
...
Also add an additional newline before each test title to improve
the rendering on native console output.
2020-02-10 14:45:26 +01:00
Francisco Molina
dd4f6600b8
tests/periph_wdt: wait for prompt
2020-02-07 15:54:58 +01:00
Gunar Schorcht
3514eecf9d
Merge pull request #12474 from kaspar030/add_event_threads
...
sys: add shared event threads
2020-02-07 13:29:29 +01:00
benpicco
5a4d39e2ee
Merge pull request #13288 from catcombo/fix-ds18-temperature-conversion
...
Fix ds18 temperature conversion
2020-02-07 13:09:22 +01:00
9a93805bee
tests/event_threads: initial event threads test application
2020-02-07 12:17:56 +01:00
Evgeniy Krysanov
234313a9f1
drivers/ds18: add arduino-nano to BOARD_WHITELIST in ds18 driver test
2020-02-07 12:55:43 +03:00
Peter Kietzmann
b339b1c134
Merge pull request #13254 from maksim-ka/pr-relic-branch
...
pkg/relic: use random module for seeding relic PRNG
2020-02-06 23:48:43 +01:00
maksim-ka
d3d181c5a8
pkg/relic: use random module for seeding relic PRNG
2020-02-06 21:11:39 +01:00
Einhornhool
8c1246d6a5
tests/pkg_cryptoauthlib_internal: add unsupported device handling
2020-02-06 15:09:38 +01:00
Lena Boeckmann
23aa05126d
pkg/cryptoauthlib: make atca dev type configurable
2020-02-05 16:51:43 +01:00
benpicco
f760625cd0
Merge pull request #13035 from gschorcht/tests/periph_rtc_fix
...
tests/periph_rtc: fix system locks in ISR
2020-02-02 15:57:43 +01:00
Gunar Schorcht
46dbd867f2
tests/periph_rtc: fix system locks in ISR
...
`tests/periph` calls the functions `rtc_get_alarm` and `rtc_set_alarm` from an ISR. Depending on the implementation of `periph_rtc`, however, these functions use `newlib` functions such as `localtime` and `mktime`, which in turn call the `newlib` lock function `__tz_lock`. This can lead to a system lock if the `newlib` with real lock functionality is used instead of the `newlib_nano`.
2020-02-02 15:04:22 +01:00
Hauke Petersen
1506ed3d22
Merge pull request #13249 from haukepetersen/fix_test_periphuartshellbufsize
...
tests/periph_uart: fix shell buffer size
2020-01-31 19:42:18 +01:00
Hauke Petersen
98478f0514
tests/periph_uart: fix shell buffer size
2020-01-31 13:57:08 +01:00
benpicco
c7b0483549
Merge pull request #12879 from miri64/gnrc_sixlowpan_iphc/feat/nhc-ext
...
gnrc_sixlowpan_iphc: add support for IPv6 extension header compression
2020-01-31 12:02:47 +01:00
Peter Kietzmann
92c7a7a452
Merge pull request #13014 from Einhornhool/cryptoauthlib_implementation
...
pkg: add library for Microchip CryptoAuth devices as package
2020-01-31 00:28:30 +01:00
Einhornhool
83de1cf0c8
tests: add pkg_cryptoauthlib_internal-tests
2020-01-30 23:51:48 +01:00
Einhornhool
7842c3dc6f
tests: add pkg_cryptoauthlib_compare_sha256
2020-01-30 23:51:48 +01:00
Martine S. Lenders
0300fb4bfd
tests: extend list of BOARD_INSUFFICIENT_MEMORY for IPHC+VRB test
2020-01-30 17:59:59 +01:00
Leandro Lanzieri
6481076866
tests/gnrc_ipv6_ext_frag: Add Kconfig default configurations
...
This test needs the pool size for limit objects set to 3 by default so
it does not fail. As this is done with the 'app.config' file, we
explicitly disable Kconfig by default.
2020-01-30 17:42:42 +01:00
Leandro Lanzieri
e1e302f8d1
tests/gnrc_ipv6_ext_frag: Set limits pool size if not set by Kconfig
2020-01-30 17:42:42 +01:00
Leandro Lanzieri
5602bd55ed
gnrc/ipv6/ext/frag: Move configurations to 'CONFIG_' namespace
...
Macros that changed:
GNRC_IPV6_EXT_FRAG_SEND_SIZE -> CONFIG_GNRC_IPV6_EXT_FRAG_SEND_SIZE
GNRC_IPV6_EXT_FRAG_RBUF_SIZE -> CONFIG_GNRC_IPV6_EXT_FRAG_RBUF_SIZE
GNRC_IPV6_EXT_FRAG_LIMITS_POOL_SIZE -> CONFIG_GNRC_IPV6_EXT_FRAG_LIMITS_POOL_SIZE
GNRC_IPV6_EXT_FRAG_RBUF_TIMEOUT_US -> CONFIG_GNRC_IPV6_EXT_FRAG_RBUF_TIMEOUT_US
2020-01-30 17:42:41 +01:00
Ken Bannister
b354722574
net/gcoap: remove test migrated to nanocoap
2020-01-29 09:24:46 -05:00