Joakim Nohlgård
686cad8170
tests/unittests/tests-cbor: Add static to compilation-unit local variables
2016-02-11 15:19:56 +01:00
Joakim Nohlgård
03fbca46fa
tests/xtimer_shift_on_compare: Add static to compilation-unit local variables
2016-02-11 15:19:00 +01:00
Joakim Nohlgård
d1e860380c
tests/irq: Add static to compilation-unit local variables
2016-02-11 15:18:44 +01:00
Joakim Nohlgård
a5862f8710
tests/driver_pir: Add static to compilation-unit local variables
2016-02-11 15:18:34 +01:00
Joakim Nohlgård
c60e35e97c
tests/driver_mpu9150: Clean up printf formats
2016-02-11 15:13:50 +01:00
Hauke Petersen
49dd104fd6
tests: added test app for the bh1750fvi driver
2016-02-09 16:01:32 +01:00
Hauke Petersen
f09a631d66
tests/periph_cpuid: s/CPUID_ID_LEN/CPUID_LEN/
2016-02-08 11:10:59 +01:00
BytesGalore
b1537bc17c
hashes/sha256: initial commit for hmac-sha256 computation
2016-02-06 08:11:37 +01:00
Oleg Hahm
3f645884a4
crc: rename checksum to CRC
2016-02-04 14:58:34 +01:00
Oleg Hahm
51db509f7c
sha256: move from crypto to hashes
2016-02-04 14:58:34 +01:00
Cenk Gündoğan
e0bf46ce60
unittests: nc: test reachability of unmanaged entries
2016-01-30 15:27:08 +01:00
Ludwig Knüpfer
1df395f364
Merge pull request #4647 from LudwigKnuepfer/pr/sys-checksum
...
sys/checksum: initial import including CRC16-CCITT
2016-01-28 18:11:35 +01:00
Oleg Hahm
a57e77e46a
sys: remove hash_string module
...
hash_string implements djb2 which is already part of `sys/hashes/`
2016-01-28 14:20:54 +01:00
Martine Lenders
03081216f3
Merge pull request #4692 from authmillenon/unittests/fix/python3
...
unittests: fix for python3
2016-01-27 23:32:37 +01:00
Ludwig Knüpfer
edbfdeb02e
tests/unittests: add checksum test
2016-01-27 19:28:05 +01:00
Martine Lenders
0f7f9fe986
unittests: fix for python3
2016-01-27 15:07:35 +01:00
BytesGalore
59a69796ab
unittests/crypto: changed to really compare digest vs string of digest
...
* added additional test with longer input
* uncrustified file
2016-01-27 06:32:28 +01:00
Cenk Gündoğan
617796241e
Merge pull request #4295 from authmillenon/gnrc_ipv6_nc/enh/l2addr-lookup
...
gnrc_ipv6_nc: introduce L2 address lookup function
2016-01-26 19:30:01 +01:00
Martine Lenders
9740ccae52
unittests: add tests for gnrc_ipv6_nc_get_l2_addr()
2016-01-26 10:19:16 +01:00
Martine Lenders
4fb7939ab9
unittests: add new test runner script
2016-01-23 15:22:18 +01:00
Martine Lenders
55044512fb
unittests: do not powerdown node at the end
2016-01-23 15:17:36 +01:00
Aaron Sowry
7759611713
Rename 'openmote' board to 'openmote-cc2538'
...
This is to avoid ambiguity with future versions of the OpenMote platform.
2016-01-23 08:06:15 +13:00
Oleg Hahm
0ab1d4bed1
tests: swap thread priorities in msg_snd_rcv test
...
c3f7925c1c
was the wrong fix for the described problem. The replying thread 2 needs a higher priority because otherwise the sender thread 1 may send before 2 is in receiving mode again.
2016-01-08 14:16:30 +01:00
Cenk Gündoğan
2cd2738eb3
Merge pull request #4585 from kaspar030/fix_native_timer_set_absolute
...
cpu: native: fix native timer_set_absolute()
2016-01-07 23:31:22 +01:00
781ee875aa
tests: xtimer_now64_continuity: initial commit
2016-01-07 19:33:40 +01:00
Cenk Gündoğan
461365f390
Merge pull request #4602 from jfischer-phytec-iot/fix@of-gnrc_pktbuf_realloc_data
...
gnrc_pktbuf_static.c: fix overflow in gnrc_pktbuf_realloc_data
2016-01-07 19:33:17 +01:00
Martine Lenders
31e40467c3
Merge pull request #4606 from thomaseichinger/pr/tests_xtimer_hang_fix
...
tests:xtimer_hang: use THREAD_STACKSIZE_DEFAULT instead of literal.
2016-01-07 16:58:18 +01:00
Oleg Hahm
a8036ebe21
Merge pull request #4593 from thomaseichinger/pr/fix_fault_handler
...
tests: allow language extensions for fault_handler test in clang
2016-01-07 16:38:17 +01:00
Martine Lenders
d48a8230f9
unittests: add unittests for overflow fix
2016-01-07 15:17:52 +01:00
Thomas Eichinger
f5310bfd5e
tests:xtimer_hang: use THREAD_STACKSIZE_DEFAULT instead of literal.
2016-01-07 13:57:22 +01:00
Thomas Eichinger
4f502a4a61
tests: allow language extensions for fault_handler test in clang
2016-01-07 13:38:12 +01:00
2488bbf4a1
tests: remove vtimer tests
2016-01-06 22:10:59 +01:00
Thomas Eichinger
ebf8bfa4ce
tests: fix clang missing field error
...
Without this clang complains about missing initializers.
`error: missing field 'microseconds' initializer [-Werror,-Wmissing-field-initializers]`
2016-01-06 17:21:24 +01:00
Martine Lenders
3b9c9abad8
unittests: fix formatting of fib_sr tests
2015-12-19 21:58:40 +01:00
Martine Lenders
e664507f00
unittests: some fixes to fib_sr tests
2015-12-19 21:56:50 +01:00
Martine Lenders
fa7df9adb2
unittests: deactivate relic tests for all but native
2015-12-18 23:48:32 +01:00
Martine Lenders
d1d39fd3cf
Revert "unittests: deactivate relic tests for all but native"
2015-12-18 23:44:58 +01:00
Martine Lenders
18ab5bf898
unittests: deactivate relic tests for all but native
2015-12-18 23:40:20 +01:00
Victor Arino
3a8a932b27
boards/nucleo-f103: add support for nucleo-f103
2015-12-15 17:23:27 +01:00
Hauke Petersen
6cbdec8395
tests: added test application for enc28j60 driver
2015-12-08 11:51:18 +01:00
Hauke Petersen
cf53aeddd8
Merge pull request #4382 from haukepetersen/rm_core_flagsh
...
core: move thread flags from flags.h to thread.h
2015-12-08 11:36:43 +01:00
Oleg Hahm
f3e3e40bda
Merge pull request #4360 from OlegHahm/relic_import
...
Add a RELIC package and unit test that shows how to use it
2015-12-08 10:05:54 +01:00
Oleg Hahm
7fd62876af
unittests: exclude tests for particular platforms
2015-12-08 08:58:11 +01:00
Tobias Markmann
57b8a24466
Add a RELIC package and unit test that shows how to use it
...
Add install of cmake to .travis.yml.
Test-Information:
This has been tested on OS X and on Ubuntu for both the native target
and STM32F4Discovery.
2015-12-08 08:58:11 +01:00
Hauke Petersen
cc23481d55
tests: adapted to renamed THREAD_FLAGS
2015-12-07 22:09:47 +01:00
Hauke Petersen
fa7c2a1b45
tests: removed includes of flags.h
2015-12-07 22:09:46 +01:00
Oleg Hahm
834f77a15e
tests coap: POSIX sockets require conn
...
Currently the only implementation for POSIX sockets is through gnrc_conn. This was missing in the Makefile for this application.
2015-12-07 20:51:31 +01:00
Oleg Hahm
baa4869b70
tests: unittests for gnrc_netif_exist
2015-12-04 10:38:04 +01:00
Martine Lenders
281b0ba46e
Merge pull request #4343 from kb2ma/misc/fix-checksum
...
Fix UDP/ICMPv6 checksum for a sliced/accumulated payload.
2015-12-03 13:16:12 +01:00
Ken Bannister
0cd5bf9b8f
Add unit tests for inet_csum_slice()
2015-12-02 05:53:58 -05:00
Oleg Hahm
349d333ede
Merge pull request #3997 from DipSwitch/core_msg_avail_support
...
core: add support to see if there are messages available for the curr…
2015-12-02 11:07:17 +01:00
DipSwitch
15e8f4e3d1
core: add support to see if there are messages available for the current thread
2015-12-02 09:08:15 +01:00
Lucas Jenss
ddaa9863f2
Add 256 byte block hamming code implementation
2015-11-30 20:08:36 +01:00
Peter Kietzmann
329820ddd4
Merge pull request #4119 from latsku/nucleo-f401
...
boards: Add support for Nucleo-f401
2015-11-30 10:52:24 +01:00
Lari Lehtomäki
14be504b6a
boards/nucleo-f401: Add initial support
...
cpu: Add support for STM32F401xE cpu
boards: Add support for Nucleo-f401
boards/nucleo-f401: New line fixes and comment on green led pin
board/nucleo-f401: Added LED GPIO
board/nucleo-f401: Fixed LED GPIO
board/nucleo-f401: Minor fixes
2015-11-30 11:06:34 +02:00
2d1ad4b31e
Merge pull request #4272 from OlegHahm/xtimer_msg_receive_timeout
...
xtimer: implement missing msg receive timeout
2015-11-29 00:02:08 +01:00
Oleg Hahm
24ce427a3a
tests: added test for xtimer_msg_receive_timeout
2015-11-28 22:58:22 +01:00
dc1187ac6f
tests: fmt_print: initial commit
2015-11-28 22:09:37 +01:00
René Kijewski
ab3345ac5a
Merge pull request #4321 from kaspar030/cleanup_posix
...
sys: cleanup posix compat code
2015-11-26 20:39:30 +01:00
test
d927ecdb7f
nhdp: blacklist chronos
2015-11-25 09:21:11 +01:00
Peter Kietzmann
81b943e2c0
Merge pull request #4147 from gebart/pr/test-xtimer-drift
...
tests/xtimer_drift: Introduce drift test application.
2015-11-24 21:20:25 +01:00
Cenk Gündoğan
3ff6030e89
tests: add buildtest for nhdp
2015-11-24 21:18:02 +01:00
Martine Lenders
7af2a62b12
Merge pull request #4110 from authmillenon/posix/api/i4109
...
posix_semaphore: make API POSIX compliant and port to xtimer (+ fixes)
2015-11-24 15:04:44 +01:00
Martine Lenders
aca1224401
tests: port semaphore tests to xtimer
2015-11-24 14:06:00 +01:00
e051a388d9
tests: adapt posix tests to xtimer sleep/usleep
2015-11-20 00:55:58 +01:00
Hauke Petersen
6e3e99cf4d
tests/driver_at86rf2xx: use default atrf_params.h
2015-11-19 16:25:40 +01:00
e98237a26f
sys: div: remove div_u32_by_10()
2015-11-19 13:29:10 +01:00
Cenk Gündoğan
567d0efe16
Merge pull request #4217 from haukepetersen/opt_tests_makefiles
...
tests: simplified Makefiles for device driver test apps
2015-11-13 15:46:04 +01:00
Cenk Gündoğan
bc12c7a69a
tests: cpp11_thread: vtimer to xtimer
2015-11-11 13:21:21 +01:00
Cenk Gündoğan
751507a961
tests: cpp11_mutex: vtimer to xtimer
2015-11-11 13:21:19 +01:00
Cenk Gündoğan
2672787ccb
tests: cpp11_condition_variable: vtimer to xtimer
2015-11-11 13:02:04 +01:00
Cenk Gündoğan
b863fabfcf
tests: nrf24l01p: use xtimer in Makefile
2015-11-11 08:57:43 +01:00
Joakim Nohlgård
6378be104c
Merge pull request #4100 from authmillenon/tests/fix/i4095
...
unittests: initialize xtimer if present
2015-11-06 08:53:18 +01:00
Hauke Petersen
58245bab60
tests/zep: simplified Makefile
2015-11-03 16:04:33 +01:00
Hauke Petersen
1db162adbf
tests/slip: simplified Makefile
2015-11-03 16:04:33 +01:00
Hauke Petersen
77d40d789d
tests/driver_xbee: simplified Makefile
2015-11-03 16:04:33 +01:00
Hauke Petersen
770efad28a
tests/driver_tmp006: simplified Makefile
2015-11-03 16:04:33 +01:00
Hauke Petersen
c78fbe92ee
tests/driver_tcs37727: simplified Makefile
2015-11-03 16:04:32 +01:00
Hauke Petersen
cba6a74294
tests/driver_srf08: simplified Makefile
2015-11-03 16:04:32 +01:00
Hauke Petersen
8c3a526441
tests/driver_srf02: simplified Makefile
2015-11-03 16:04:32 +01:00
Hauke Petersen
3ee0980243
tests/driver_pir: simplified Makefile
2015-11-03 16:04:32 +01:00
Hauke Petersen
23c3315654
tests/driver_pcd8544: simplified Makefile
2015-11-03 16:04:32 +01:00
Hauke Petersen
f9ce415d3f
tests/driver_nvram_spi: simplified Makefile
2015-11-03 16:04:32 +01:00
Hauke Petersen
ddd4117e12
tests/driver_nrf24l01p_lowlevel: simplified Makefile
2015-11-03 16:04:32 +01:00
Hauke Petersen
d3676d20c2
tests/driver_mq3: simplified Makefile
2015-11-03 16:04:32 +01:00
Hauke Petersen
400857070b
tests/driver_mpu9150: simplified Makefile
2015-11-03 16:04:32 +01:00
Hauke Petersen
379717b0b0
tests/driver_mpl3115a2: simplified Makefile
2015-11-03 16:04:32 +01:00
Hauke Petersen
c53fcb49db
tests/driver_mma8652: simplified Makefile
2015-11-03 16:04:32 +01:00
Hauke Petersen
269a4e0c68
tests/driver_mag3110: simplified Makefile
2015-11-03 16:04:32 +01:00
Hauke Petersen
965c69d8be
tests/driver_lsm303dlhc: simplified Makefile
2015-11-03 16:04:32 +01:00
Hauke Petersen
208c72f4dd
tests/driver_lps331ap: simplified Makefile
2015-11-03 16:04:32 +01:00
Hauke Petersen
f54e16ac84
tests/driver_lis3dh: simplified Makefile
2015-11-03 16:04:32 +01:00
Hauke Petersen
a67a57ae39
tests/driver_l3g4200d: simplified Makefile
2015-11-03 16:04:32 +01:00
Hauke Petersen
fddfa7487b
tests/driver_kw2xrf: simplified Makefile
2015-11-03 16:04:31 +01:00
Hauke Petersen
3ac943aa77
tests/driver_isl29125: simplified Makefile
2015-11-03 16:04:31 +01:00
Hauke Petersen
5c55aad752
tests/driver_isl29020: simplified Makefile
2015-11-03 16:04:31 +01:00
Hauke Petersen
9e94faf389
tests/driver_ina220: simplified Makefile
2015-11-03 16:04:31 +01:00
Hauke Petersen
7c381a0282
tests/driver_hih6130: simplified Makefile
2015-11-03 16:04:31 +01:00
Hauke Petersen
f3643ee3cd
tests/driver_hdc1000: simplified Makefile
2015-11-03 16:04:31 +01:00
Hauke Petersen
26eed54b0b
tests/driver_dht: simplified Makefile
2015-11-03 16:04:31 +01:00
Hauke Petersen
6d9d6b428a
tests/driver_at86rf2xx: simplified Makefile
2015-11-03 16:04:31 +01:00
Hauke Petersen
b7f2c5f7ee
tests/driver_adt7310: simplified Makefile
2015-11-03 15:27:24 +01:00
BytesGalore
523d1f87ca
net/fib: Added network prefix flag to indicate a network destination
2015-11-02 15:57:39 +01:00
Cenk Gündoğan
26e67b86b5
Merge pull request #4161 from kaspar030/add_fmt
...
sys: fmt: initial commit of simple string formatting library
2015-10-30 18:51:29 +01:00
Cenk Gündoğan
de52225c70
sys: fmt: add basic unittests for fmt
2015-10-29 19:18:24 +01:00
Cenk Gündoğan
206e027725
Merge pull request #3647 from BytesGalore/fib_source_routing
...
fib: initial source route support
2015-10-29 12:08:47 +01:00
Martine Lenders
42d387a42f
unittests: initialize xtimer if present
2015-10-29 09:39:30 +01:00
Martine Lenders
5c2da0e289
tests: adapt posix_semaphores test to correct API
2015-10-28 17:16:23 +01:00
Martine Lenders
45b30a8e91
posix_semaphore: make API POSIX compliant
2015-10-28 17:16:23 +01:00
Joakim Nohlgård
d1b4e7a70b
xtimer: Rename _xtimer_now() -> _lltimer_now()
...
This matches _lltimer_set() and _lltimer_mask()
2015-10-28 13:54:54 +01:00
Hauke Petersen
85e05d411e
Merge pull request #4114 from haukepetersen/opt_periph_uart
...
drivers/periph/uart: remodeled UART interface
2015-10-28 10:50:03 +01:00
Hauke Petersen
4e18d9e1a5
tests: blacklisted some boards for insufficent RAM
2015-10-28 09:48:45 +01:00
BytesGalore
6c57582107
fib: initial source route support
2015-10-27 20:20:18 +01:00
Hauke Petersen
a38e51c0d0
tests: added new UART test application
2015-10-27 14:59:37 +01:00
Hauke Petersen
ad0e036a31
tests: removed old UART test applications
2015-10-27 14:59:36 +01:00
Cenk Gündoğan
697e7923e6
ipv6-tests_addr: add test for ipv6_addr_init_iid
2015-10-26 16:55:02 +01:00
Joakim Nohlgård
97189b6541
tests/xtimer_drift: Introduce drift test application.
...
The xtimer_drift test application can be used to measure the drift of
the xtimer subsystem when referenced against the wall clock or,
preferably, a PC with NTP synchronized clock as reference.
2015-10-25 08:33:51 +01:00
Johann F
a3e187e767
tests/driver_tcs37727: initial commit for tcs37727 driver test
2015-10-22 12:06:35 +02:00
Hauke Petersen
3bd01d7516
tests/periph_i2c: removed slave mode from test
2015-10-20 16:57:39 +02:00
Martine Lenders
3d4f373ba5
Merge pull request #3549 from authmillenon/sem/feat/initial
...
sem: initial import of a lightweight semaphore layer
2015-10-19 14:45:34 +02:00
Martine Lenders
f050c4e39b
tests: posix_semaphore: mark nucleo-f334 as of insufficient RAM
2015-10-19 14:12:31 +02:00
Martine Lenders
174e2d5f35
tests: add pexpect script for semaphore test app
2015-10-19 14:12:31 +02:00
Martine Lenders
12472a8984
tests: add test for sem_timedwait()
2015-10-19 14:12:31 +02:00
Martine Lenders
4b92961f82
tests: expand semaphore test for multiple semaphores
2015-10-19 14:12:31 +02:00
Martine Lenders
ae65746d59
tests: adapt semaphore test application
2015-10-19 14:12:31 +02:00
Martine Lenders
de421cdf78
posix: use sem module for semaphore implementation
2015-10-19 14:12:31 +02:00
Cenk Gündoğan
7ecd6d4a8a
fib: reduce scope of global vars to the scope of fib_table_t
2015-10-19 10:26:41 +02:00
Paul Rathgeb
df68ac9f79
cpu/lpc11u34 : Added SPI for NXP LPC11U34 (SPI_0 and SPI_1)
...
make: Blacklisted 'weio' in driver_at86rf2xx and driver_kw2xrf due to insufficient memory
2015-10-16 17:28:09 +02:00
Thomas Eichinger
2b29abed8e
Merge pull request #4071 from thomaseichinger/hauke-fix-gpio-gpiodev
...
drivers/gpio: renamed GPIO(x,y) macro to GPIO_PIN
2015-10-13 16:05:19 +02:00
Thomas Eichinger
34bedb4870
tests: Makefiles: s/GPIO(x,y)/GPIO_PIN(x,y)/
2015-10-13 14:59:54 +02:00
Hauke Petersen
3ece1fc4c4
tests: s/GPIO(x,y)/GPIO_PIN(x,y)/
2015-10-13 14:59:54 +02:00
f1e742dcf4
tests: unittests: add unittests for div.h
2015-10-12 23:25:58 +02:00
Cenk Gündoğan
bcb0d54028
Merge pull request #3758 from cgundogan/pr/bloom/static
...
sys/bloom: Pass buffer to bloom instead of using m/calloc
2015-10-08 16:35:28 +02:00
6558795c6c
tests: add xtimer_hang
2015-10-07 19:55:19 +02:00
Cenk Gündoğan
bc44c44dce
tests/bloom_bytes: add boards to insufficient memory
2015-10-05 12:53:36 +02:00
Cenk Gündoğan
13229a6b33
tests/bloom_bytes: adjust test to use static buffer for bloom
2015-10-05 11:41:53 +02:00
Cenk Gündoğan
4b405b9680
unittests/tests-bloom: use static memory for bloom
2015-10-05 11:41:53 +02:00
Oleg Hahm
c3f7925c1c
tests: msg_send_receive: add a delay
...
Otherwise the pre-condition (receiver is already in RX block) is not met.
2015-10-03 03:48:58 +02:00
Oleg Hahm
de74a64e8a
tests: msg_send_receive: use correct stack sizes
2015-10-03 03:48:51 +02:00
Peter Kietzmann
10bddd5ca6
Merge pull request #3755 from daniel-k/pr/at30tse75x
...
drivers/at30tse75x: add device driver for AT30TSE75x temperature sensor
2015-10-02 14:55:04 +02:00
daniel-k
396b76c039
drivers/at30tse75x: add device driver for AT30TSE75x temperature sensor
2015-10-02 13:34:21 +02:00
Paul Rathgeb
cefe2a6698
make: Blacklisted the board 'weio' for some test due to insufficient
...
RAM/ROM
Blacklisted LPC11Uxx.h for doxygen
2015-10-01 20:11:48 +02:00
Thomas Eichinger
99720b4eec
unittest/fib: fix printf formating for OS X
2015-09-30 15:41:59 +02:00
Daniel Krebs
1c585688bc
Merge pull request #3700 from gebart/pr/cortexm-state-rebased
...
cortexm: Attempt to reconstruct state for debugging hard faults
2015-09-29 11:26:28 +02:00
Ludwig Knüpfer
eda6328e21
documentation: update my name (Ortmann -> Knüpfer)
2015-09-27 18:58:30 +02:00
Joakim Gebart
d9c44ffabc
tests/fault_handler: Add fault handler test application
2015-09-23 13:50:37 +02:00
Martine Lenders
4508e22da8
Merge pull request #3646 from authmillenon/posix/feat/sockets
...
posix: redo socket API to use conn
2015-09-22 23:04:03 +02:00
Martine Lenders
c36f9e0537
tests: adapt coap test app
2015-09-22 22:28:32 +02:00
Martine Lenders
8df17de95b
Merge pull request #3925 from authmillenon/gnrc_pktbuf_static/fix/short_snip
...
gnrc_pktbuf_static: fix marking of pktsnips with short payload
2015-09-22 16:20:22 +02:00
Oleg Hahm
a0957b11d6
Merge pull request #3926 from OlegHahm/some-scan-build-warnings
...
clean up: Some scan build warnings
2015-09-22 11:43:20 +02:00
Martine Lenders
b254889b2b
tests: unittests: provide test for fix
2015-09-22 10:50:17 +02:00
Martine Lenders
39f8a41066
tests: add test application for gnrc_conn_ip
2015-09-21 20:09:08 +02:00
Joakim Nohlgård
98c465008b
all: Update @gebart family name, email
2015-09-20 13:47:39 +02:00
Hauke Petersen
002985db1d
s test/main: changed num from int to unsigned
2015-09-17 13:57:59 +02:00
Hauke Petersen
8739a2a319
s test: fixed copyright and reformatted license
2015-09-17 13:57:59 +02:00
Hauke Petersen
7f74c41c40
tests: added test for periph timer
2015-09-17 13:57:58 +02:00
Oleg Hahm
423d6e31f3
unittests: add an netif before performing nc tests
2015-09-17 11:11:49 +02:00
Oleg Hahm
5644102399
unittests: adapt netif tests to 1461675
...
Since 14616753433559bb7be7a8bed224d86d339b5fe2 an IPv6 interface doesn't have a link-local address per default any more, so tests shouldn't check for it.
2015-09-17 11:11:26 +02:00
7c97c38a96
tests: xtimer_usleep_until: some updates
2015-09-16 11:13:42 +02:00
bd19a903ab
sys: xtimer: add slow-timer-read compensation + test application
2015-09-16 11:13:41 +02:00
5a485c3f73
sys: net: fib: switch to xtimer
2015-09-16 10:58:56 +02:00
13aad65049
tests: pthread_rwlock: vtimer -> xtimer
2015-09-16 10:58:55 +02:00
096823e4d0
tests: pthread_barrier: vtimer -> xtimer
2015-09-16 10:58:55 +02:00
144a912e37
tests: periph_uart_int: vtimer -> xtimer
2015-09-16 10:58:55 +02:00
d4ed8fe63d
tests: periph_random: vtimer -> xtimer
2015-09-16 10:58:55 +02:00
a4a421cb1d
tests: periph_pwm: vtimer -> xtimer
2015-09-16 10:58:55 +02:00
3695433092
tests: periph_dac: vtimer -> xtimer
2015-09-16 10:58:55 +02:00
fb1ed800a1
tests: periph_adc: vtimer -> xtimer
2015-09-16 10:58:55 +02:00
affcbffb6a
tests: driver_tmp006: vtimer -> xtimer
2015-09-16 10:58:55 +02:00
1d34b27933
tests: driver_srf08: vtimer -> xtimer
2015-09-16 10:58:55 +02:00
4f8a495836
tests: driver_servo: vtimer -> xtimer
2015-09-16 10:58:55 +02:00
df5b89a444
tests: driver_pir: vtimer -> xtimer
2015-09-16 10:58:55 +02:00
ec01c9dee5
tests: driver_nvram_spi: vtimer -> xtimer
2015-09-16 10:58:55 +02:00
480a90256d
tests: driver_mq3: vtimer -> xtimer
2015-09-16 10:58:55 +02:00
941acb180d
tests: driver_mpl3115a2: vtimer -> xtimer
2015-09-16 10:58:55 +02:00
cd99ca5c19
tests: driver_mma8652: vtimer -> xtimer
2015-09-16 10:58:55 +02:00
2199aa3d1c
tests: driver_mag3110: vtimer -> xtimer
2015-09-16 10:58:54 +02:00
0438fe9146
tests: driver_lsm303dlhc: vtimer -> xtimer
2015-09-16 10:58:54 +02:00
205aed03b0
tests: driver_lps331ap: vtimer -> xtimer
2015-09-16 10:58:54 +02:00
8be416cc41
tests: driver_lis3dh: vtimer -> xtimer
2015-09-16 10:58:54 +02:00
122b238587
tests: driver_l3g4200d: vtimer -> xtimer
2015-09-16 10:58:54 +02:00
ef01db6d69
tests: driver_isl29125: vtimer -> xtimer
2015-09-16 10:58:54 +02:00
e4a239b78a
tests: driver_isl29020: vtimer -> xtimer
2015-09-16 10:58:54 +02:00
4a74e88ad2
tests: driver_ina220: vtimer -> xtimer
2015-09-16 10:58:54 +02:00
6ede769620
tests: driver_hdc1000: vtimer -> xtimer
2015-09-16 10:58:54 +02:00
ada00d1ca6
tests: driver_adt7310: vtimer -> xtimer
2015-09-16 10:58:54 +02:00
c530ca4db5
tests: driver_mpu9150: vtimer -> xtimer
2015-09-16 10:58:54 +02:00
1fe205924a
tests: driver_nrf24l01p_lowlevel: use xtimer_usleep
2015-09-16 10:58:54 +02:00
b512b98dc2
tests: periph_gpio: remove obsolete hwtimer include
2015-09-16 10:58:54 +02:00
c6c7e9e981
tests: periph_rtc: switch to xtimer
2015-09-16 10:58:54 +02:00
8e446af6bb
tests: irq: switch to xtimer
2015-09-16 10:58:54 +02:00
25c0fc0eb7
tests: driver_nrf24l01p_lowlevel: swithc to xtimer
2015-09-16 10:58:54 +02:00
75720c70ae
tests: driver_dht: switch to xtimer
2015-09-16 10:58:54 +02:00
01b8c57882
tests: bloom_bytes: switch to xtimer
2015-09-16 10:58:53 +02:00
14cbec41bb
tests: bitarithm_timings: convert to xtimer
2015-09-16 10:58:53 +02:00
8b2dc150dc
tests: remove hwtimer tests
2015-09-16 10:58:53 +02:00
39533eb28c
drivers: hih6130: switch to xtimer
2015-09-16 10:58:51 +02:00
Martine Lenders
f595ac32a6
unittests: tests-ipv6_addr: adapt for optional IPv4 address support
2015-09-11 20:03:46 +02:00
Martine Lenders
be587ca717
tests: add unittests for ipv4_addr
2015-09-11 16:32:36 +02:00
d2f6b351d0
Merge pull request #3786 from kaspar030/fix_tests_xtimer_usleep_until
...
tests: xtimer_usleep_until: fix diff calculation
2015-09-07 14:19:20 +02:00
Hauke Petersen
2529a91010
tests/driver_srf02: adapted to driver changes
...
- switched test to xtimer
- adapted to interface changes
2015-09-07 12:02:38 +02:00
Oleg Hahm
8afecdd8a6
Merge pull request #3658 from OlegHahm/ipv6_fib
...
universal_addresses: configure sizes according to the used modules
2015-09-07 10:14:08 +02:00
Oleg Hahm
7d2f414476
universal_address: make size dependent on FIB size
2015-09-07 09:18:29 +02:00
f85e21d23a
tests: xtimer_usleep_until: fix diff calculation
...
xtimer_usleep_until's internal logic has changed, always setting
&last_wakeup to the expected instead of real value.
In order to make this test output valid values, this commit adapts it.
2015-09-05 16:21:46 +02:00
48baf5ddcf
Merge pull request #3683 from kaspar030/add_gnrc_netdev2_support
...
sys: net: add gnrc netdev2 support
2015-09-04 18:00:18 +02:00
4e5a675280
tests: remove obsolete ethernet tests
2015-09-04 15:39:04 +02:00
Hauke Petersen
fe5d9fb3df
tests: removed redbee-econotag from blacklistings
2015-09-04 10:44:48 +02:00
25f900e489
tests, examples: adapt to simplified shell
2015-09-03 13:33:49 +02:00
448e90ba3a
Revert "applications: only use uart0 for none-newlib boards"
...
This reverts commit 9c6ab1007b
.
2015-09-03 13:33:18 +02:00
Hauke Petersen
151dbf95b8
test/xtimer_usleep_until: fix and blacklist
...
- s/N/NUMOF/
- blacklisted chronos for insufficient RAM
2015-09-02 17:10:28 +02:00
Hauke Petersen
6df83c55db
test/xtimer_remove: s/N/NUMOF/
2015-09-02 17:10:28 +02:00
Oleg Hahm
3edfb772f3
auto_init: rename ng_slip to gnrc_slip
2015-09-01 19:11:30 +02:00
Oleg Hahm
b514eeab04
Merge pull request #3706 from OlegHahm/fib_size_parameter
...
fib: add size parameter
2015-09-01 11:28:55 +02:00
Oleg Hahm
86cabbd102
fib: add data struct for meta information
...
In order to properly make use of different FIB tables, handling of different sizes is required. The fib_table_t provides a pointer to the array of entries and its size.
2015-09-01 11:09:10 +02:00
Cenk Gündoğan
ce14897665
tests/cpp11_mutex: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
2015-08-28 18:18:34 +02:00
Cenk Gündoğan
6563ea55b2
tests/cpp11_condition_variable: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
2015-08-28 18:17:57 +02:00
Cenk Gündoğan
780da384cc
tests/slip: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
2015-08-28 18:17:20 +02:00
Cenk Gündoğan
447d0be129
tests/cpp11_thread: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
2015-08-28 18:16:57 +02:00
Cenk Gündoğan
a5058869d8
tests/driver_kw2xrf: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
2015-08-28 18:16:19 +02:00
Cenk Gündoğan
dee6cc9408
tests/driver_at86rf2xx: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
2015-08-28 18:15:46 +02:00
Cenk Gündoğan
25802adbe8
tests/driver_xbee: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
2015-08-28 18:14:57 +02:00
Cenk Gündoğan
5ea852cabd
tests/vtimer_msg_diff: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
2015-08-28 18:14:23 +02:00
Cenk Gündoğan
7848a03549
tests/unittests: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
2015-08-28 18:13:34 +02:00
Cenk Gündoğan
9badbb200c
tests/thread_msg_seq: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
2015-08-28 18:13:02 +02:00
Cenk Gündoğan
c6c6c41219
tests/thread_msg: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
2015-08-28 18:12:27 +02:00
Cenk Gündoğan
2bfd214a92
tests/thread_coorporation: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
2015-08-28 18:11:55 +02:00
Cenk Gündoğan
484c568094
tests/pthread_rwclock: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
2015-08-28 18:11:09 +02:00
Cenk Gündoğan
c3e176c1f2
tests/pthread_condition_variable: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
2015-08-28 18:10:38 +02:00
Cenk Gündoğan
2d052a4299
tests/pthread_barrier: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
2015-08-28 18:09:45 +02:00
Cenk Gündoğan
5eaf226690
tests/posix_semaphore: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
2015-08-28 18:08:40 +02:00
Cenk Gündoğan
e6a775cf16
tests/coap: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
2015-08-28 18:07:55 +02:00
fe61811095
tests/periph_i2c: fix custom shell commands
2015-08-28 09:39:33 +02:00
4bd830121a
tests: driver_pcd8544: fix custom shell commands
2015-08-28 09:38:21 +02:00
bc260fff88
tests: periph_gpio: fix usage of shell_commands
2015-08-28 09:16:51 +02:00
76502c7558
tests: slip: fix auto_init_ng_netif -> auto_init_gnrc_netif
2015-08-26 07:21:20 +02:00
Martine Lenders
293c5322de
Merge pull request #3137 from authmillenon/slip/fix/some-fixes
...
gnrc_slip: Fixes
2015-08-25 22:19:37 +02:00
bd40b2c56b
Merge pull request #3661 from authmillenon/auto_init/api/auto_init_gnrc_netif
...
sys: auto_init: rename auto_init_ng_netif to auto_init_gnrc_netif
2015-08-25 21:17:19 +02:00
René Kijewski
11ce199c41
cbor: compare asserted lengths in unit test
...
In `test_array`, `test_array` and `test_map` the variable `offset` was
written to but not read. The accumulated value should equal the total
length of the input. This diff adds this check and fixes the warning
in turn.
Found via scan-build.
2015-08-25 21:16:50 +02:00
Cenk Gündoğan
ed3a33982c
Merge pull request #3690 from OlegHahm/shell_uart0_newlib_distinction
...
shell: uart0 newlib distinction (workaround)
2015-08-25 21:15:44 +02:00
Martine Lenders
b66ada2ae7
ng_slip: fix auto initialization
2015-08-25 20:40:52 +02:00
Oleg Hahm
9c6ab1007b
applications: only use uart0 for none-newlib boards
2015-08-25 20:11:23 +02:00
6d1aab7126
Merge pull request #2926 from kaspar030/wtimer
...
sys: add new timer subsystem
2015-08-25 19:20:07 +02:00
Peter Kietzmann
7ce87862f8
Merge pull request #3609 from gebart/pr/tests-unblacklist-boards
...
tests: unblacklist some boards
2015-08-25 19:03:10 +02:00
301c6f49ae
tests: add xtimer_sleep_until
2015-08-25 13:20:36 +02:00
57630b764e
tests: add xtimer_reset
2015-08-25 13:20:36 +02:00
b21aca4fef
tests: add xtimer_remove
2015-08-25 13:20:36 +02:00
a1dde926c4
tests: add xtimer_msg
2015-08-25 13:20:36 +02:00
Frank Holtz
ee952f79fe
boards: added nrf6310 support. (NRF51 MCU)
2015-08-23 17:00:01 +02:00
Martine Lenders
c1e24d449e
Merge pull request #3584 from cgundogan/pr/seqno
...
sys: Serial Number Arithmetic (RFC1982)
2015-08-21 23:55:08 +02:00
Cenk Gündoğan
9d1b899e56
tests/unittests/tests-seq: unittests for Serial Number Arithmetic
2015-08-21 23:30:06 +02:00