1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests
2014-12-19 08:19:56 +01:00
..
bitarithm_timings tests: fix cppcheck findings 2014-08-05 17:54:19 +02:00
bloom_bytes sys: use typedef for struct bloom_t 2014-09-17 19:54:40 +02:00
coap test/coap: update blacklist for features 2014-11-24 16:07:09 +01:00
disable_module tests: fix APPLICATION name 2014-07-31 07:34:11 +02:00
driver_hdc1000 add test app for hdc1000 sensor 2014-11-24 13:15:58 +01:00
driver_isl29020 tests: added test for ISL29020 light sensor driver 2014-10-15 14:54:07 +02:00
driver_l3g4200d tests: define random default GPIOs to pass Travis builds 2014-11-21 13:26:41 +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_mq3 tests: added test for MQ-3 alcohol sensor driver 2014-10-30 14:05:34 +01:00
driver_nrf24l01p_lowlevel test/driver_nrf24l01p: changed default GPIOs 2014-12-08 15:41:54 +01:00
driver_pir tests/driver_pir: set default GPIO 2014-10-06 18:55:54 +02:00
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
float doc: use lgplv2.1-short license header instead of lgpl-short-riot 2014-07-31 22:57:20 +02:00
hwtimer tests/hwtimer: add self as author 2014-09-09 13:45:33 +02:00
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 core: harmonizes the data type for the process ID 2014-08-01 12:02:54 +02:00
irq doc: use lgplv2.1-short license header instead of lgpl-short-riot 2014-07-31 22:57:20 +02:00
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 tests: Add automatic test for msg_send_receive 2014-11-05 14:45:25 +01:00
mutex_unlock_and_sleep tests: fix mutex_unlock_and_sleep pids 2014-10-01 12:28:13 +02:00
nativenet core: adapt to msg_try_send 2014-10-22 12:37:33 +02:00
net_if make: add Makefile.features telling the BOARDs' features 2014-10-06 17:42:11 +02:00
netdev tests: remove do-while(0) blocks for netdev tests or comment on them 2014-12-19 08:19:56 +01:00
periph_adc tests/periph_adc: added test for adc driver 2014-11-06 15:19:36 +01:00
periph_cpuid tests/periph_cpuid: let test fail w/o CPUID_ID_LEN 2014-10-16 19:35:47 +02:00
periph_dac Initial import of a DAC test application 2014-12-03 08:38:05 +01:00
periph_gpio tests/periph_gpio: let build fail without GPIO 2014-10-16 19:02:18 +02:00
periph_gpio_exti tests/periph_gpio_exti: let build fail w/o GPIO 2014-10-16 19:35:41 +02:00
periph_i2c tests: added i2c driver test 2014-10-15 14:50:19 +02:00
periph_pwm tests/periph_pwm: let build fail w/o PWM 2014-10-16 19:35:41 +02:00
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 Added a function for the slave to print received data. 2014-10-24 15:43:01 +02: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 tests: fix APPLICATION name 2014-07-31 07:34:11 +02:00
pnet make: add Makefile.features telling the BOARDs' features 2014-10-06 17:42:11 +02:00
posix_semaphore tests: fix tests/posix_semaphore 2014-11-21 14:33:28 +01:00
posix_sleep tests: blacklist failing test on arduino-mega2560 2014-08-27 17:47:24 +02:00
pthread tests: blacklist failing test on arduino-mega2560 2014-08-27 17:47:24 +02:00
pthread_barrier tests: blacklist failing test on arduino-mega2560 2014-08-27 17:47:24 +02:00
pthread_cleanup tests: blacklist failing test on arduino-mega2560 2014-08-27 17:47:24 +02:00
pthread_condition_variable tests: blacklist failing test on arduino-mega2560 2014-08-27 17:47:24 +02:00
pthread_cooperation tests: blacklist failing test on arduino-mega2560 2014-08-27 17:47:24 +02:00
pthread_rwlock added spark core board 2014-11-02 14:36:42 +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 make: fix dependencies 2014-10-07 12:14:14 +02:00
sizeof_tcb core: move optional tcb members to DEVELHELP 2014-10-30 16:37:10 +01:00
struct_tm_utility make: fix dependencies 2014-10-07 12:14:14 +02:00
thread_basic tests: Fix tests that were defect 2014-08-21 23:21:06 +02:00
thread_cooperation added board airfy beacon 2014-11-02 18:26:42 +01:00
thread_exit tests: Fix tests that were defect 2014-08-21 23:21:06 +02:00
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 tests: remove do-while(0) blocks for netdev tests or comment on them 2014-12-19 08:19:56 +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 make: don't use export on example makefiles 2014-07-10 15:23:31 +02:00