1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

1177 Commits

Author SHA1 Message Date
d94e53690b Merge pull request #5820 from makomi/xtimer_now64_continuity
tests/xtimer_now64_continuity: fix variableScope (cppcheck)
2016-09-05 15:33:21 +02:00
Martine Lenders
8754a3da4d Merge pull request #5812 from makomi/periph_uart
tests/periph_uart: fix invalidPrintfArgType_sint (cppcheck)
2016-09-05 13:08:40 +02:00
Martine Lenders
0b627be82e Merge pull request #5809 from makomi/driver_dht
tests/driver_dht: fix invalidPrintfArgType_sint (cppcheck)
2016-09-05 13:06:46 +02:00
Matthias Kolja Miehl
2ea342dcaf tests/xtimer_now64_continuity: fix variableScope 2016-09-05 02:31:11 +02:00
Matthias Kolja Miehl
6ea7a8f6ae tests/periph_uart: fix invalidPrintfArgType_sint
Since the argument type is 'unsigned int', the printf
format string has to be '%u' instead of '%i'.
2016-09-05 02:27:24 +02:00
Matthias Kolja Miehl
54fc0fd2a8 tests/driver_dht: fix invalidPrintfArgType_sint
Since the argument type is 'unsigned int', the printf
format string has to be '%u' instead of '%i'.
2016-09-05 02:26:41 +02:00
Martine Lenders
dd7fb1c63b Merge pull request #5228 from OlegHahm/gnrc_ipv6_hdr_get
gnrc ipv6: convenient function to get the header
2016-09-01 23:16:49 +02:00
Mathias Tausig
1e5195722a tiny-asn1: Created new package tiny-asn1 2016-09-01 13:57:35 +02:00
Martine Lenders
bd2429f299 cpu: drivers: adapt devices for netdev2 parameter type change 2016-08-03 12:30:51 +02:00
kYc0o
1b3012bcc6 Merge pull request #5612 from gebart/pr/xtimer-periodic-wakeup
xtimer: Refactor xtimer_usleep_until and rename to xtimer_periodic_wakeup
2016-07-29 13:44:26 +02:00
Joakim Nohlgård
c0ad83c167 tests: Update xtimer_usleep_until usage to xtimer_periodic_wakeup 2016-07-29 13:05:02 +02:00
Joakim Nohlgård
71501de4c6 tests/xtimer_periodic_wakeup: Copy and adapt from xtimer_usleep_until 2016-07-29 13:05:02 +02:00
kYc0o
5a79b5c0de Merge pull request #5700 from BytesGalore/test_nhdp_changed_print_info
tests/nhdp: changed printf to puts
2016-07-27 17:52:01 +02:00
e8927388d3 tests: msg_send_receive: fix "sent ptr goes out of scope" bug 2016-07-27 17:08:14 +02:00
BytesGalore
8986d2cb85 tests/nhdp: changed printf to puts 2016-07-27 16:45:36 +02:00
Bas Stottelaar
0902ccb2e0 drivers: si70xx: adapt for SAUL 2016-07-22 18:22:13 +02:00
Oleg Hahm
de0963948c tests: unittests for gnrc_ipv6_get_header 2016-07-22 16:34:52 +02:00
c239ec351a Merge pull request #5666 from aabadie/bmp180_deps
drivers/bmp180: add dependency to periph_i2c
2016-07-22 09:47:28 +02:00
Bas Stottelaar
d72afd37fd tests: driver_bh1750: fix application name 2016-07-20 23:33:18 +02:00
b469cedd6d tests: pkg_micro-ecc: fix application name to avoid clash with pkg 2016-07-20 21:16:04 +02:00
Lotte Steenbrink
fef429e16b fix typo 2016-07-20 12:20:50 +02:00
144ab431e7 drivers/bmp180: add dependency to periph_i2c 2016-07-20 10:47:05 +02:00
Hauke Petersen
260a8ab7ad tests: removed printf_float test application
this test is covered by the unittests and not longer needed
2016-07-18 23:22:28 +02:00
Hauke Petersen
08a2aed46d unittests: added test for printf with floats 2016-07-18 23:22:28 +02:00
Martine Lenders
e16bbda5f6 Merge pull request #5629 from kaspar030/improve_clist
core: improve clist
2016-07-18 19:36:16 +02:00
d86c141842 core, tests: adapt to changed clist function names 2016-07-18 16:20:40 +02:00
Victor Arino
e84e2996f3 core/cib: add unittest for cib_peek 2016-07-18 08:57:44 +02:00
Bas Stottelaar
7033401eaa tests: pkg_u8g2: blacklist boards with insufficient memory 2016-07-13 22:33:29 +02:00
Bas Stottelaar
d8b02b5620 tests: pkg_u8g2: improve readme. 2016-07-13 21:23:36 +02:00
Bas Stottelaar
25d7fd33a1 tests: pkg_u8g2: improvements after comments. 2016-07-13 21:23:36 +02:00
Bas Stottelaar
4b2fca6f1a tests: pkg_u8g2: add u8g2 test application. 2016-07-13 21:23:36 +02:00
kYc0o
f6303d5f53 tests/periph_spi: print int variables instead of spi_*_t variables 2016-07-13 16:43:46 +02:00
kYc0o
8c6ebc0785 tests/periph_spi: match with overriden spi enumerations 2016-07-12 16:58:16 +02:00
PeterKietzmann
3b18263ce8 tests/periph_spi: fix printf format fot GPIO 2016-07-11 09:05:20 +02:00
Joakim Nohlgård
ffb4573667 Merge pull request #5097 from gebart/pr/make-include
make: Place most configuration macros in a separate file instead of on the command line
2016-07-07 18:03:18 +02:00
1c6c447493 Merge pull request #5607 from gebart/pr/xtimer-cleanups
xtimer: Code refactoring and clean ups
2016-07-07 06:37:50 +02:00
Joakim Nohlgård
a0fb3b7d91 delete tests/xtimer_shift_on_compare 2016-07-06 22:23:05 +02:00
kYc0o
0a70094449 tests: add telosb to memory insufficient boards 2016-07-06 20:23:49 +02:00
9bb61f5aca tests: some fixes for <32bit platforms 2016-07-06 18:16:15 +02:00
Joakim Nohlgård
4d6883a732 tests/unittests: Remove unnecessary FORCE target
Changes to CFLAGS #defines are now picked up by the configuration
header (genconfigheader) when building, so the FORCE target is no longer
necessary when building different test suites.
2016-07-05 16:06:33 +02:00
kYc0o
62a9773a9c boards/waspmote-pro: add support for Waspmote PRO v1.2 2016-07-05 13:05:12 +02:00
Peter Kietzmann
fef632aa57 Merge pull request #5577 from PeterKietzmann/tests_thread_exti_doc
tests/thread_exti: add small README
2016-06-29 11:21:33 +02:00
PeterKietzmann
a74bc86eec tests/thread_exti: add minimal README 2016-06-28 17:39:24 +02:00
PeterKietzmann
dbd51aeb65 tests/thread_exti: fix typo 2016-06-28 17:39:21 +02:00
PeterKietzmann
473b2e8fe2 tests/xtimer_longterm: fix expected delays 2016-06-28 15:23:30 +02:00
Martine Lenders
1701b12f29 Merge pull request #5383 from A-Paul/fix_tests_printf_float
tests_printf_float: fixed precision in test case
2016-06-16 11:16:43 +02:00
Martine Lenders
e67eb87f57 Merge pull request #5510 from miri64/tests/enh/gnrc_netif_naming
unittests: apply proper naming for gnrc_netif tests
2016-06-08 18:53:44 +02:00
Yonezawa-T2
f7bd2374d0 tests: adds 6LoWPAN receiving test 2016-06-07 09:57:40 +09:00
Martine Lenders
2af14d6373 unittests: apply proper naming for gnrc_netif tests 2016-06-04 17:21:27 +02:00
7718f114cb all: remove pointer casts for msg.content.ptr 2016-06-02 23:13:42 +02:00