1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests
2015-02-20 19:27:17 +01:00
..
bitarithm_timings
bloom_bytes
coap test/coap: update blacklist for features 2014-11-24 16:07:09 +01:00
disable_module
driver_hdc1000 drivers/hdc1000: Acquire exclusive access to I2C bus and minor bug fixes 2015-01-28 10:26:02 +01:00
driver_isl29020
driver_l3g4200d tests: define random default GPIOs to pass Travis builds 2014-11-21 13:26:41 +01:00
driver_lis3dh lis3dh: New device driver for LIS3DH accelerometer sensors. 2015-01-20 14:53:27 +01:00
driver_lps331ap tests: added test for LPS331AP sensor driver 2014-10-30 20:24:51 +01:00
driver_lsm303dlhc tests: define random default GPIOs to pass Travis builds 2014-11-21 13:26:41 +01:00
driver_mag3110 add test app for mag3110 magnetometer driver 2015-01-09 11:11:01 +01:00
driver_mma8652 add test app for mma8652 accelerometer driver 2015-01-08 11:44:39 +01:00
driver_mpl3115a2 add test app for mpl3115a2 sensor driver 2015-01-07 13:03:32 +01:00
driver_mpu9150 tests: Add test for MPU-9150 9-Axis motion sensor driver 2015-02-13 10:09:16 +01:00
driver_mq3 tests: added test for MQ-3 alcohol sensor driver 2014-10-30 14:05:34 +01:00
driver_nrf24l01p_lowlevel tests/driver_nrf24l01p_lowlevel: adapt doc. 2015-01-21 10:28:46 +01:00
driver_pir
driver_srf02 Initial import of the updated srf02 driver with general i2c interface 2014-11-21 09:21:27 +01:00
driver_srf08 drivers/srf08: initial import of the updated ultrasonic driver 2014-12-17 15:37:25 +01:00
driver_tmp006 add test app for tmp006 sensor 2015-01-07 13:53:23 +01:00
float
hwtimer
hwtimer_spin tests/hwtimer_spin: revert behavior, fix doc 2014-11-28 16:23:24 +01:00
hwtimer_wait tests/hwtimer_wait: test smallest value possible 2014-11-28 13:48:25 +01:00
ipc_pingpong
irq
libfixmath Revert "tests: don't build test/libfixmath on Travis CI" 2014-12-17 09:47:43 +01:00
libfixmath_unittests Revert "tests: don't build test/libfixmath on Travis CI" 2014-12-17 09:47:43 +01:00
malloc resurrect malloc test 2014-11-05 12:11:24 +01:00
msg_send_receive doc: use my real name 2015-02-08 18:52:16 +01:00
mutex_unlock_and_sleep
nativenet tests/nativenet: reduce scope of globals in main.c 2015-01-23 14:05:54 +01:00
net_if doc: use my real name 2015-02-08 18:52:16 +01:00
netdev doc: use my real name 2015-02-08 18:52:16 +01:00
periph_adc tests/periph_adc: added test for adc driver 2014-11-06 15:19:36 +01:00
periph_cpuid doc: use my real name 2015-02-08 18:52:16 +01:00
periph_dac Initial import of a DAC test application 2014-12-03 08:38:05 +01:00
periph_gpio
periph_gpio_exti
periph_i2c
periph_pwm
periph_random lint: tests: fix improper use of format specifiers 2014-11-21 15:25:56 +01:00
periph_rtt tests/periph_rtt: let build fail w/o RTT 2014-10-16 19:35:41 +02:00
periph_spi tests/periph_spi: Lock bus for exclusive access when communicating. 2015-01-19 19:05:40 +01:00
periph_uart_blocking tests: fixed blacklisting for UART tests 2014-12-08 18:08:49 +01:00
periph_uart_int tests: fixed blacklisting for UART tests 2014-12-08 18:08:49 +01:00
pipe
pkg_micro-ecc pkg_micro-ecc: Eliptic curve cryptography from https://github.com/kmackay/micro-ecc 2015-02-07 21:08:06 +01:00
pnet doc: use my real name 2015-02-08 18:52:16 +01:00
posix_semaphore tests: fix tests/posix_semaphore 2014-11-21 14:33:28 +01:00
posix_sleep
pthread
pthread_barrier
pthread_cleanup
pthread_condition_variable
pthread_cooperation
pthread_rwlock tests/pthread_rwlock: blacklisted airfy-beacon 2015-02-07 16:33:09 +01:00
queue_fairness core: move optional tcb members to DEVELHELP 2014-10-30 16:37:10 +01:00
sched_testing core: introduce thread_yield_higher(), yield less 2014-10-24 00:09:56 +02:00
shell
sizeof_tcb core: move optional tcb members to DEVELHELP 2014-10-30 16:37:10 +01:00
struct_tm_utility
thread_basic
thread_cooperation tests: blacklist nucleo-f334 in tests not fitting into RAM 2015-01-28 11:20:44 +01:00
thread_exit
thread_msg core: adapt to msg_try_send 2014-10-22 12:37:33 +02:00
thread_msg_block_w_queue core: adapt to msg_try_send 2014-10-22 12:37:33 +02:00
thread_msg_block_wo_queue core: adapt to msg_try_send 2014-10-22 12:37:33 +02:00
thread_msg_seq core: move optional tcb members to DEVELHELP 2014-10-30 16:37:10 +01:00
unittests Merge pull request #2433 from authmillenon/ng_ipv6_addr/feat/initial 2015-02-20 19:27:17 +01:00
vtimer_msg vtimer: set custom msg_t.type with vtimer_set_msg 2014-12-09 10:07:26 +01:00
vtimer_msg_diff vtimer: set custom msg_t.type with vtimer_set_msg 2014-12-09 10:07:26 +01:00
Makefile.tests_common