1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests
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
..
bitarithm_timings tests: bitarithm_timings: convert to xtimer 2015-09-16 10:58:53 +02:00
bloom_bytes sys: random: rename genrand_* to random_* 2016-02-29 21:33:17 +01:00
coap tests coap: POSIX sockets require conn 2015-12-07 20:51:31 +01:00
conn_ip make: introduce netif_default pseudomodule 2016-03-24 16:47:30 +01:00
cpp11_condition_variable tests: cpp11_condition_variable: vtimer to xtimer 2015-11-11 13:02:04 +01:00
cpp11_mutex tests: cpp11_mutex: vtimer to xtimer 2015-11-11 13:21:19 +01:00
cpp11_thread tests: cpp11_thread: vtimer to xtimer 2015-11-11 13:21:21 +01:00
driver_adt7310 tests/driver_adt7310: blacklisted arduino-mega2560 2016-03-09 18:34:42 +01:00
driver_at30tse75x drivers/at30tse75x: add device driver for AT30TSE75x temperature sensor 2015-10-02 13:34:21 +02:00
driver_at86rf2xx all: remove pointer casts for msg.content.ptr 2016-06-02 23:13:42 +02:00
driver_bh1750 tests: added test app for the bh1750fvi driver 2016-02-09 16:01:32 +01:00
driver_bmp180 drivers/bmp180: initial implementation 2016-03-22 19:51:03 +01:00
driver_dht tests/driver_dht: adjusted to interface changes 2016-02-20 18:19:20 +01:00
driver_enc28j60 make: introduce netif_default pseudomodule 2016-03-24 16:47:30 +01:00
driver_encx24j600 tests: add test for encx24j600 driver 2016-04-06 23:00:20 +02:00
driver_hdc1000 tests/driver_hdc1000: simplified Makefile 2015-11-03 16:04:31 +01:00
driver_hih6130 tests/driver_hih6130: simplified Makefile 2015-11-03 16:04:31 +01:00
driver_ina220 tests/driver_ina220: simplified Makefile 2015-11-03 16:04:31 +01:00
driver_isl29020 tests/driver_isl29020: simplified Makefile 2015-11-03 16:04:31 +01:00
driver_isl29125 tests/driver_isl29125: simplified Makefile 2015-11-03 16:04:31 +01:00
driver_kw2xrf tests: use global gnrc_pktdump_pid 2016-03-11 14:23:07 +01:00
driver_l3g4200d tests/driver_l3g4200d: simplified Makefile 2015-11-03 16:04:32 +01:00
driver_lis3dh tests: adapted other tests to GPIO changes 2016-03-17 14:55:30 +01:00
driver_lis3mdl drivers/lis3mdl: Initial create of lis3mdl 2016-03-29 21:02:18 +02:00
driver_lps331ap tests/driver_lps331ap: simplified Makefile 2015-11-03 16:04:32 +01:00
driver_lsm303dlhc tests/driver_lsm303dlhc: simplified Makefile 2015-11-03 16:04:32 +01:00
driver_mag3110 tests/driver_mag3110: simplified Makefile 2015-11-03 16:04:32 +01:00
driver_mma8652 drivers/mma8652: convert raw data to milli g 2016-02-12 16:25:15 +01:00
driver_mpl3115a2 tests/driver_mpl3115a2: simplified Makefile 2015-11-03 16:04:32 +01:00
driver_mpu9150 tests/driver_mpu9150: Clean up printf formats 2016-02-11 15:13:50 +01:00
driver_mq3 tests/driver_mq3: adapted to ADC driver changes 2016-03-14 13:06:24 +01:00
driver_nrf24l01p_lowlevel all: remove pointer casts for msg.content.ptr 2016-06-02 23:13:42 +02:00
driver_nrfmin tests: use global gnrc_pktdump_pid 2016-03-11 14:23:07 +01:00
driver_nvram_spi tests/driver_nvram_spi: simplified Makefile 2015-11-03 16:04:32 +01:00
driver_pcd8544 tests/driver_pcd8544: simplified Makefile 2015-11-03 16:04:32 +01:00
driver_pir driver_pir: fix unused parameter 2016-03-30 19:10:25 +09:00
driver_servo all: Update @gebart family name, email 2015-09-20 13:47:39 +02:00
driver_si70xx drivers: si70xx: bugfixes + test improvements 2016-04-13 13:27:09 +02:00
driver_srf02 tests/driver_srf02: mutliple improvements 2016-03-22 17:07:04 +01:00
driver_srf08 tests/driver_srf08: simplified Makefile 2015-11-03 16:04:32 +01:00
driver_tcs37727 tests/driver_tcs37727: simplified Makefile 2015-11-03 16:04:32 +01:00
driver_tmp006 tests/driver_tmp006: simplified Makefile 2015-11-03 16:04:33 +01:00
driver_xbee xbee: fix naming inconsistency 2016-03-28 20:22:20 +02:00
emb6 tests: add emb6 test 2016-03-30 19:05:07 +02:00
fault_handler unify usage of inline assembly 2016-03-31 22:23:35 +02:00
float doc: use lgplv2.1-short license header instead of lgpl-short-riot 2014-07-31 22:57:20 +02:00
fmt_print tests: fmt_print: initial commit 2015-11-28 22:09:37 +01:00
gnrc_ipv6_ext tests: rework IPv6 extension header tests for changes 2016-04-22 10:11:45 +02:00
gnrc_sixlowpan tests: adds 6LoWPAN receiving test 2016-06-07 09:57:40 +09:00
irq tests/irq: Add static to compilation-unit local variables 2016-02-11 15:18:44 +01:00
leds unify usage of inline assembly 2016-03-31 22:23:35 +02:00
libfixmath tests: adapt libfixmath tests for change 2016-05-17 21:52:35 +02:00
libfixmath_unittests tests: adapt libfixmath tests for change 2016-05-17 21:52:35 +02:00
lwip tests: add comment about exclusion of MLD in lwIP app 2016-05-31 21:40:40 +02:00
malloc tests/malloc: Replace tabs by spaces 2015-05-19 12:26:34 +02:00
minimal tests: add minimal test application 2015-07-12 13:06:39 +02:00
msg_send_receive all: remove pointer casts for msg.content.ptr 2016-06-02 23:13:42 +02:00
msg_try_receive tests: msg_try_receive: initial commit 2016-02-25 14:13:33 +01:00
mutex_order tests: added test for mutex unlock order 2016-03-29 21:40:35 +02:00
mutex_unlock_and_sleep tests: adapted to renamed THREAD_FLAGS 2015-12-07 22:09:47 +01:00
netdev2_test all: remove pointer casts for msg.content.ptr 2016-06-02 23:13:42 +02:00
netstats_l2 tests: add compile test for netstats_l2 2016-04-04 18:37:20 +02:00
nhdp nhdp: blacklist chronos 2015-11-25 09:21:11 +01:00
periph_adc tests/periph_adc: adapted to ADC interface changes 2016-03-14 10:38:42 +01:00
periph_cpuid tests/periph_cpuid: s/CPUID_ID_LEN/CPUID_LEN/ 2016-02-08 11:10:59 +01:00
periph_dac tests/periph_dac: updated test for API changes 2016-03-14 20:39:31 +01:00
periph_gpio test/periph_gpio: adatped to GPIO interface changes 2016-03-17 14:39:11 +01:00
periph_hwrng tests: adapted to HWRNG interface changes 2016-02-14 12:59:47 +01:00
periph_i2c tests/periph_i2c: removed slave mode from test 2015-10-20 16:57:39 +02:00
periph_pwm tests/periph_pwm: adjusted to interface changes 2016-02-12 15:52:37 +01:00
periph_rtc tests: periph_rtc: switch to xtimer 2015-09-16 10:58:54 +02:00
periph_rtt tests/periph_rtt: let build fail w/o RTT 2014-10-16 19:35:41 +02:00
periph_spi tests: adapted other tests to GPIO changes 2016-03-17 14:55:30 +01:00
periph_timer tests/periph_timer: adapted to API changes 2016-02-29 14:45:00 +01:00
periph_uart tests/periph_uart: fixed signedness issues 2016-04-08 10:49:34 +02:00
pipe core: header cleanup 2016-02-28 22:46:28 +01:00
pkg_cmsis-dsp Rename 'openmote' board to 'openmote-cc2538' 2016-01-23 08:06:15 +13:00
pkg_jsmn tests: add jsmn package test application 2016-03-30 14:35:58 +02:00
pkg_micro-ecc micro-ecc: Adaptated testcase for newer version 2016-03-14 10:14:11 +01:00
posix_semaphore tests: make use of testrunner 2016-03-05 20:36:28 +01:00
posix_sleep tests: adapt posix tests to xtimer sleep/usleep 2015-11-20 00:55:58 +01:00
printf_float tests_printf_float: fixed precision in test case 2016-04-21 16:07:34 +02:00
pthread tests: adapt posix tests to xtimer sleep/usleep 2015-11-20 00:55:58 +01:00
pthread_barrier sys: random: rename genrand_* to random_* 2016-02-29 21:33:17 +01:00
pthread_cleanup all: remove extra blank lines at the end 2015-05-09 09:10:08 +02:00
pthread_condition_variable posix: Remove _t from struct names 2016-04-11 21:46:54 +02:00
pthread_cooperation tests: adapt posix tests to xtimer sleep/usleep 2015-11-20 00:55:58 +01:00
pthread_rwlock sys: random: rename genrand_* to random_* 2016-02-29 21:33:17 +01:00
pthread_tls tests: adapt posix tests to xtimer sleep/usleep 2015-11-20 00:55:58 +01:00
saul tests: added SAUL test application 2016-03-01 17:38:06 +01:00
sched_testing tests: adapted to renamed THREAD_FLAGS 2015-12-07 22:09:47 +01:00
shell tests, examples: adapt to simplified shell 2015-09-03 13:33:49 +02:00
sizeof_tcb core: make messaging optional 2016-03-30 23:27:09 +02:00
slip tests: use global gnrc_pktdump_pid 2016-03-11 14:23:07 +01:00
struct_tm_utility tests: removed redbee-econotag from blacklistings 2015-09-04 10:44:48 +02:00
thread_basic tests: make use of testrunner 2016-03-05 20:36:28 +01:00
thread_cooperation tests/thread_cooperation: cc2650stk insufficient memory 2016-04-18 19:00:49 +02:00
thread_exit tests/thread_exti: add minimal README 2016-06-28 17:39:24 +02:00
thread_flags tests: thread_flags: add thread_flags_wait_one() test 2016-03-30 17:11:49 +02:00
thread_flood tests: handle thread creation limit 2016-03-03 10:01:35 +01:00
thread_msg tests: adapted to renamed THREAD_FLAGS 2015-12-07 22:09:47 +01:00
thread_msg_avail core: add support to see if there are messages available for the current thread 2015-12-02 09:08:15 +01:00
thread_msg_block_w_queue all: remove pointer casts for msg.content.ptr 2016-06-02 23:13:42 +02:00
thread_msg_block_wo_queue all: remove pointer casts for msg.content.ptr 2016-06-02 23:13:42 +02:00
thread_msg_seq all: remove pointer casts for msg.content.ptr 2016-06-02 23:13:42 +02:00
unittests unittests: apply proper naming for gnrc_netif tests 2016-06-04 17:21:27 +02:00
warn_conflict RIOT/Makefile.include: added compile time warning on conflicting features 2015-05-07 21:05:08 +02:00
xtimer_drift all: remove pointer casts for msg.content.ptr 2016-06-02 23:13:42 +02:00
xtimer_hang tests/xtimer: remove redundant FEATURE_REQUIRED 2016-03-21 18:43:34 +01:00
xtimer_longterm tests/xtimer_longterm: fix expected delays 2016-06-28 15:23:30 +02:00
xtimer_msg all: remove pointer casts for msg.content.ptr 2016-06-02 23:13:42 +02:00
xtimer_msg_receive_timeout tests: xtimer_msg_receive_timeout: initialize values 2016-03-31 18:09:11 +02:00
xtimer_now64_continuity tests/xtimer: remove redundant FEATURE_REQUIRED 2016-03-21 18:43:34 +01:00
xtimer_remove tests/xtimer: remove redundant FEATURE_REQUIRED 2016-03-21 18:43:34 +01:00
xtimer_reset tests/xtimer: remove redundant FEATURE_REQUIRED 2016-03-21 18:43:34 +01:00
xtimer_shift_on_compare tests/xtimer: remove redundant FEATURE_REQUIRED 2016-03-21 18:43:34 +01:00
xtimer_usleep_until tests/xtimer: remove redundant FEATURE_REQUIRED 2016-03-21 18:43:34 +01:00
zep make: introduce netif_default pseudomodule 2016-03-24 16:47:30 +01:00
Makefile.tests_common make: don't use export on example makefiles 2014-07-10 15:23:31 +02:00