Francisco Acosta
ea27e96e7e
Merge pull request #7071 from kYc0o/gcoap_add_dependencies
...
gcoap: move dependencies to actual module
2017-05-22 14:21:07 +02:00
ad027e0498
tests: xtimer_periodic_wakeup: fix test application name
2017-05-22 13:49:30 +02:00
kYc0o
bc2387ed25
tests-gcoap: move dependencies to gcoap module
2017-05-22 12:23:43 +02:00
a188d7670b
tests: pkg_minmea: initial import of minmea pkg test application
2017-05-20 15:36:42 +02:00
ca70a58cfe
tests/unittests: add nucleo144-f412 to cortexM boards
2017-05-19 15:57:37 +02:00
Sebastian Meiling
dd4f8f7704
Merge pull request #6975 from OTAkeys/pr/ps_schedstatistics_fix
...
ps: fix schedstatistics
2017-05-17 13:50:42 +02:00
Vincent Dupont
cfe5eacd2d
tests: add a test app for schedstatistics
2017-05-16 10:33:42 +02:00
4c9866d634
test/unittests: add arduino-mkr1000 for ARM and unsufficient memory boards
2017-05-16 10:14:59 +02:00
MichelRottleuthner
938fe26757
pkg/fatfs: switched to git mirror for downloading FatFs code instead of authors webserver, added Makefile.dep for fatfs, cleanup code for using rtc
2017-05-15 15:21:29 +02:00
5f24b3ce7a
Merge pull request #7050 from kaspar030/add_atoi_cast_removal_cocci
...
cleanup: add atoi_cast_removal.cocci, apply to codebase (coccinelle)
2017-05-14 13:56:51 +02:00
Martine Lenders
45e959804a
Merge pull request #6737 from smlng/tests/msg_avail
...
tests: enhance msg_avail
2017-05-13 20:20:14 +02:00
9156aa1483
tests/unittests: skip nz32-sc151
2017-05-13 20:00:42 +02:00
smlng
8c8dbd7cf4
tests, msg_avail: add test script
2017-05-13 15:56:35 +02:00
smlng
67ae33fa3e
tests: enhance msg_avail
...
- rename `thread_msg_avail` to `msg_avail`, does not require threads
- minor code enhancements and corrections
2017-05-13 15:56:34 +02:00
3d48eee095
cleanup: apply remove_atoi_casts.cocci (coccinelle)
2017-05-13 12:39:48 +02:00
f5a4124866
Merge pull request #6976 from miri64/conn/cleanup/rm
...
net: remove conn API
2017-05-12 16:09:00 +02:00
Martine Lenders
f2e532e79b
Merge pull request #7036 from miri64/pkg/enh/lwip-2.0.2
...
lwip: port to v2.0.2
2017-05-11 13:19:47 +02:00
Martine Lenders
41eb29521f
tests: adapt lwip tests for v2.0.2's API
2017-05-11 11:49:38 +02:00
Vincent Dupont
9edda8d013
unittests/tests-spiffs: fix dummy memory layout
...
Use 8 pages per sector to comply with spiffs requirements:
- page_size must be block_size / (2^y) where y > 2
2017-05-10 17:44:59 +02:00
MichelRottleuthner
e0f60ba10a
pkg: add package for FatFs with support for sdcard_spi and native
2017-05-10 12:38:56 +02:00
José Alamos
137d4689da
tests/unittests/tests-hashes: add tests for AES-CMAC
2017-05-08 13:52:12 +02:00
Martine Lenders
d0967206ac
tests: fix gnrc_sixlowpan for 2db9ed1
and b272e90
...
2db9ed1
and b272e90
changed the output of `gnrc_pktdump`, but the
`gnrc_sixlowpan` tested fix was never adapted for that and was failing
because of that.
2017-05-04 14:52:58 +02:00
7364192241
Merge pull request #6982 from haukepetersen/fix_gnrcmin_xbeeconfig
...
examples/tests: remove redundant xbee config
2017-05-03 17:57:28 +02:00
Vincent Dupont
e2d392629b
unittests/tests-mtd: disable AND flash test with dummy flash
2017-05-02 09:59:14 +02:00
Hauke Petersen
e44d741e31
tests/driver_xbee: remove redundant xbee config
2017-04-28 15:43:43 +02:00
Martine Lenders
13770361bb
net: remove conn API
...
conn was deprecated in 38217347
. 3 Releases later and now that no module
is using it RIOT-internally anymore, I think it is time to say goodbye.
2017-04-28 15:23:54 +02:00
Martine Lenders
c23d624d27
Merge pull request #6012 from miri64/emb6/feat/sock
...
emb6: provide sock_udp port
2017-04-26 14:22:31 +02:00
Martine Lenders
4df288fade
Merge pull request #6372 from miri64/tests/enh/port-lwip-test-to-sock
...
tests: port tests/lwip to sock
2017-04-26 14:20:43 +02:00
Hauke Petersen
92d03d2eb6
Merge pull request #6659 from haukepetersen/add_test_threadflagsxtimer
...
tests: added test for thread_flags + xtimer
2017-04-26 14:12:58 +02:00
Hauke Petersen
26291774bc
tests: added test for thread_flags + xtimer
2017-04-26 09:20:40 +02:00
Martine Lenders
20f6ab6daf
emb6: provide sock_udp port
2017-04-26 09:18:01 +02:00
Martine Lenders
006b12e4b3
Merge pull request #6960 from emmanuelsearch/delete-3des
...
sys: crypto: Remove 3DES crypto
2017-04-26 08:17:44 +02:00
Martine Lenders
92fe842149
Merge pull request #6961 from miri64/ipv6_addr/fix/off-by-one
...
ipv6_addr: provide fix for off-by-x error
2017-04-26 07:57:16 +02:00
Simon Brummer
a9da0dc4f2
gnrc_tcp: cleanup: various minor changes
2017-04-25 20:02:44 +02:00
Martine Lenders
7f778988c3
tests: provide test for off-by-x error in ipv6_addr
2017-04-25 19:19:27 +02:00
Emmanuel Baccelli
6589c01aa0
sys/crypto: remove 3DES
2017-04-25 18:34:18 +02:00
Martine Lenders
b84f3cc904
tests: adapt tests/lwip for od changes
2017-04-25 18:15:23 +02:00
Martine Lenders
d1c75b4162
tests: port tests/lwip to sock
2017-04-25 18:15:23 +02:00
Ken Bannister
e7d6d57e5f
gcoap: Define length of client token in test to parse response.
2017-04-24 22:21:53 -04:00
Ken Bannister
412d0dd67e
gcoap: Use client token length macro when generate expected data.
2017-04-24 22:21:53 -04:00
smlng
3b50f30a6e
unittests: enhance tests-pkt with type search
2017-04-22 20:56:54 +02:00
Martine Lenders
38f383c68d
Merge pull request #6703 from OlegHahm/cppcheck_fixes
...
dist: enable cppcheck warnings for all files
2017-04-19 08:18:47 +02:00
Travis Griggs
b2e33e840f
unittests: unroll board lists to one item per line
2017-04-17 15:09:37 -07:00
908429eb33
tests: fix misc cppcheck warnings
2017-04-14 14:36:16 +02:00
Travis Griggs
43a9b85dd3
tests: update configuration for samd21-xpro
2017-04-13 18:21:07 -07:00
Martine Lenders
812c55727c
Merge pull request #6886 from smlng/driver/mag3110/rework
...
drivers: mag3110 rework
2017-04-14 02:25:16 +02:00
smlng
644dbb1224
driver, mag3110: rework
2017-04-13 14:31:09 +02:00
cfd10c394a
adapt to changed byteorder.h
2017-04-13 11:35:35 +02:00
Vincent Dupont
70ed63ed25
Merge pull request #6838 from aabadie/nucleo32_l432
...
boards/nucleo32-l432: initial support
2017-04-13 09:44:05 +02:00
dffbc70b1d
Merge pull request #6799 from dylad/adxl345_cleanup
...
drivers/adxl345: cleanup/enhancements
2017-04-11 10:34:16 +02:00
dylad
530a2ef277
drivers/adxl345: cleanup/enhancements
...
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
2017-04-10 21:13:47 +02:00
Francisco Acosta
422b0bd091
Merge pull request #6424 from aabadie/io1_xplained_cleanup
...
drivers/io1_xplained: driver cleanup + better saul integration
2017-04-10 19:27:54 +02:00
Joakim Nohlgård
a2b4c42c28
unittests: Only build C++ tests for some platforms
...
Known working platforms are native and Cortex-M
2017-04-10 09:31:13 +02:00
Joakim Nohlgård
0f477b8b44
unittests: Add C++ constructors test
2017-04-10 09:31:13 +02:00
3d2b11b251
tests/driver_io1_xplained: adapt application to API change
2017-04-07 16:59:04 +02:00
a454975ae5
tests/unittests: skip nucleo32-l432
2017-04-06 22:23:31 +02:00
d36bf378fc
Merge pull request #6819 from aabadie/nucleo_l1_adc_dac
...
stm32l1: add adc & dac support, update configuration for nucleo-l1
2017-04-06 17:23:36 +02:00
c65e57b308
Merge pull request #6835 from OTAkeys/pr/lsm6dsl
...
drivers: add lsm6dsl accelerometer/gyroscope device driver
2017-04-06 15:27:51 +02:00
Vincent Dupont
f5adafd813
tests/driver_lsm6dsl: add lsm6dsl driver test app
2017-04-06 10:58:18 +02:00
Hauke Petersen
3943d08b46
tests/periph_rtt: make wakeups more periodic
2017-04-06 09:49:30 +02:00
66c870a446
test/unittests: update ARM based boards list
2017-04-06 09:27:43 +02:00
Francisco Acosta
9edca89ea7
Merge pull request #6625 from aabadie/nucleo144_f303
...
boards/nucleo144-f303: initial support
2017-04-05 19:31:26 +02:00
74d2cb94f1
tests: add small nucleo32 to insufficient memory list
2017-04-05 17:19:52 +02:00
Martine Lenders
117c9341ab
Merge pull request #6854 from gebart/pr/unittests-dir-wildcard
...
unittests: Refactor Makefile test wildcard matching line
2017-04-04 19:55:07 +02:00
Joakim Nohlgård
9809db3d90
unittests: Refactor Makefile test wildcard matching line
...
Eliminate external shell calls
2017-04-04 15:04:17 +02:00
Joakim Nohlgård
7f9b37e2ca
unittests: Add missing check for result of vfs_opendir in tests-spiffs
2017-04-03 10:08:25 +02:00
Joakim Nohlgård
f4dd0a31b2
Merge pull request #5625 from OTAkeys/pr/spiffs
...
pkg: add SPIFFS support
2017-03-31 20:29:41 +02:00
Vincent Dupont
b52c9a79cf
unittests: add spiffs unittests
2017-03-31 17:17:42 +02:00
Loïc Dauphin
bb31db1cfb
tests/driver_dynamixel: initial support
2017-03-31 11:59:16 +02:00
Loïc Dauphin
172203dc9d
tests/driver_feetech: coding conventions
2017-03-31 11:44:13 +02:00
Hauke Petersen
053e6e87d6
test/periph_hwrng: fixed output formatting
2017-03-31 10:00:54 +02:00
Hauke Petersen
05bcd3106f
test: added nucleo-f476 to unittest targets
2017-03-30 16:58:34 +02:00
Martine Lenders
33991832d1
Merge pull request #6694 from kaspar030/add_sock_dns_client
...
sys: net: add sock dns client
2017-03-29 10:14:38 +02:00
Martine Lenders
ad38750587
Merge pull request #6693 from miri64/sntp/enh/real-time-types
...
sntp: extend API for common real time types
2017-03-29 09:05:56 +02:00
Martine Lenders
f2c9d0c810
Merge pull request #6529 from miri64/od/enh/reduce-func
...
od: simplify od module to only provide od_hex_dump
2017-03-29 00:10:41 +02:00
Martine Lenders
c5e6b16738
Merge pull request #6803 from smlng/tests/cleanup_riotbase
...
tests: cleanup, remove redundant RIOTBASE definition
2017-03-28 22:04:31 +02:00
Martine Lenders
3bcd9bb5c0
tests: add test application for SNTP
2017-03-28 21:13:17 +02:00
50a7248c70
tests: add sock dns client test application
2017-03-28 20:49:54 +02:00
Martine Lenders
7f4905c3ee
tests: adapt tests to od change
2017-03-28 19:14:59 +02:00
Joakim Nohlgård
d1ea50a600
mtd: Redefine MTD_0 as a mtd_dev_t *
2017-03-28 17:00:39 +02:00
smlng
9eb50c9abc
tests: add missing Makefile.tests_common for gnrc_tcp_client/server
2017-03-28 10:51:23 +02:00
smlng
d93db89e05
tests: cleanup, remove QUIET ?= 1, already defined in Makefile.tests_common
2017-03-28 10:49:50 +02:00
smlng
3d12edfd7f
tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common
2017-03-28 10:48:27 +02:00
lebrush
796eb64c0b
Merge pull request #6784 from kaspar030/add_fmt_lpad
...
sys: fmt: add fmt_lpad()
2017-03-27 20:10:12 +02:00
9b3c3eaf25
Merge pull request #6787 from smlng/driver/hd44780
...
Driver: add HD44780 LCD support
2017-03-27 19:30:04 +02:00
a3774adfaf
tests: unittests: add unittest for fmt_lpad()
2017-03-27 17:44:51 +02:00
8898f485ea
Merge pull request #6674 from astralien3000/feetech
...
drivers/feetech : initial support
2017-03-27 17:21:13 +02:00
smlng
8acb068dec
driver, hd44780: add tests application
2017-03-27 16:43:51 +02:00
Loïc Dauphin
753651d833
tests/driver_feetech: initial support
2017-03-27 15:51:36 +02:00
smlng
e72426a67d
tests: enhance xtimer_now64_continuity
...
- adapt code to use public, typesafe API calls
- add some statistical output
- minor code enhancements and doc corrections
- use fmt print_str for uint64_t
2017-03-27 13:21:49 +02:00
fb907b35f8
tests/unittests: add nucleo144-f303 to cortexM boards
2017-03-24 17:29:11 +01:00
Francisco Acosta
ffad15fa85
Merge pull request #6594 from aabadie/nucleo144_f429
...
boards/nucleo144-f429: initial support
2017-03-24 15:52:15 +01:00
Cenk Gündoğan
63e99eb9d6
tests/driver_nrf24l01p_lowlevel: add note about compatilibity
2017-03-22 13:39:48 +01:00
dylad
0d279ea699
tests/adxl345: add functionnal test
...
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
2017-03-20 22:52:58 +01:00
8d49054190
tests/unittests: add nucleo144-f429 to cortexM boards
2017-03-18 15:58:13 +01:00
Vincent Dupont
1b2b5d9df9
Merge pull request #5624 from OTAkeys/pr/mtdi_flash
...
mtd: add a generic low level flash interface
2017-03-17 17:18:13 +01:00
879fe0c416
tests/unittests: add nucleo144-f446 to cortexM boards
2017-03-16 18:24:34 +01:00
Joakim Nohlgård
9782be1d91
unittests: add unit test for mtd-vfs
2017-03-16 18:19:05 +01:00
Vincent Dupont
81149f1843
unittests: add mtd unittests
2017-03-16 11:24:46 +01:00
67b7111805
tests: add nucleo-f302 to unsufficient memory list
2017-03-16 10:46:14 +01:00