1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests
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
..
bitarithm_timings tests: bitarithm_timings: convert to xtimer 2015-09-16 10:58:53 +02:00
bloom_bytes tests/bloom_bytes: add boards to insufficient memory 2015-10-05 12:53:36 +02:00
coap tests coap: POSIX sockets require conn 2015-12-07 20:51:31 +01:00
conn_ip tests: adapted to renamed THREAD_FLAGS 2015-12-07 22:09:47 +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: simplified Makefile 2015-11-03 15:27:24 +01:00
driver_at30tse75x drivers/at30tse75x: add device driver for AT30TSE75x temperature sensor 2015-10-02 13:34:21 +02:00
driver_at86rf2xx tests/driver_at86rf2xx: use default atrf_params.h 2015-11-19 16:25:40 +01:00
driver_dht tests/driver_dht: simplified Makefile 2015-11-03 16:04:31 +01:00
driver_enc28j60 tests: added test application for enc28j60 driver 2015-12-08 11:51:18 +01: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/driver_kw2xrf: simplified Makefile 2015-11-03 16:04:31 +01:00
driver_l3g4200d tests/driver_l3g4200d: simplified Makefile 2015-11-03 16:04:32 +01:00
driver_lis3dh tests/driver_lis3dh: simplified Makefile 2015-11-03 16:04:32 +01: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 tests/driver_mma8652: simplified Makefile 2015-11-03 16:04:32 +01:00
driver_mpl3115a2 tests/driver_mpl3115a2: simplified Makefile 2015-11-03 16:04:32 +01:00
driver_mpu9150 tests/driver_mpu9150: simplified Makefile 2015-11-03 16:04:32 +01:00
driver_mq3 tests/driver_mq3: simplified Makefile 2015-11-03 16:04:32 +01:00
driver_nrf24l01p_lowlevel Merge pull request #4217 from haukepetersen/opt_tests_makefiles 2015-11-13 15:46:04 +01:00
driver_nrfmin tests, examples: adapt to simplified shell 2015-09-03 13:33:49 +02: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 tests: adapted to renamed THREAD_FLAGS 2015-12-07 22:09:47 +01:00
driver_servo all: Update @gebart family name, email 2015-09-20 13:47:39 +02:00
driver_srf02 tests/driver_srf02: simplified Makefile 2015-11-03 16:04:32 +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 tests/driver_xbee: simplified Makefile 2015-11-03 16:04:33 +01:00
fault_handler tests: allow language extensions for fault_handler test in clang 2016-01-07 13:38:12 +01: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
irq tests: adapted to renamed THREAD_FLAGS 2015-12-07 22:09:47 +01:00
libfixmath Revert "tests: don't build test/libfixmath on Travis CI" 2014-12-17 09:47:43 +01:00
libfixmath_unittests tests/libfixmath_unittests: Remove stm32f0discovery, redbee-econotag blacklists 2015-08-11 18:40:01 +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 tests: swap thread priorities in msg_snd_rcv test 2016-01-08 14:16:30 +01:00
mutex_unlock_and_sleep tests: adapted to renamed THREAD_FLAGS 2015-12-07 22:09:47 +01:00
nhdp nhdp: blacklist chronos 2015-11-25 09:21:11 +01:00
periph_adc tests: periph_adc: vtimer -> xtimer 2015-09-16 10:58:55 +02:00
periph_cpuid global: renamed cpu-conf.h into cpu_conf.h 2015-05-28 15:45:05 +02:00
periph_dac tests: periph_dac: vtimer -> xtimer 2015-09-16 10:58:55 +02:00
periph_gpio tests: s/GPIO(x,y)/GPIO_PIN(x,y)/ 2015-10-13 14:59:54 +02:00
periph_i2c tests/periph_i2c: removed slave mode from test 2015-10-20 16:57:39 +02:00
periph_pwm tests: periph_pwm: vtimer -> xtimer 2015-09-16 10:58:55 +02:00
periph_random tests: periph_random: vtimer -> xtimer 2015-09-16 10:58:55 +02: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: s/GPIO(x,y)/GPIO_PIN(x,y)/ 2015-10-13 14:59:54 +02:00
periph_timer s test/main: changed num from int to unsigned 2015-09-17 13:57:59 +02:00
periph_uart tests: added new UART test application 2015-10-27 14:59:37 +01:00
pipe tests: adapted to renamed THREAD_FLAGS 2015-12-07 22:09:47 +01:00
pkg_cmsis-dsp boards/nucleo-f103: add support for nucleo-f103 2015-12-15 17:23:27 +01:00
pkg_micro-ecc tests/pkg_micro-ecc: Replace tabs by spaces 2015-05-19 12:26:47 +02:00
posix_semaphore tests: adapted to renamed THREAD_FLAGS 2015-12-07 22:09:47 +01:00
posix_sleep tests: adapt posix tests to xtimer sleep/usleep 2015-11-20 00:55:58 +01:00
pthread tests: adapt posix tests to xtimer sleep/usleep 2015-11-20 00:55:58 +01:00
pthread_barrier tests: pthread_barrier: vtimer -> xtimer 2015-09-16 10:58:55 +02:00
pthread_cleanup all: remove extra blank lines at the end 2015-05-09 09:10:08 +02:00
pthread_condition_variable tests: adapted to renamed THREAD_FLAGS 2015-12-07 22:09:47 +01:00
pthread_cooperation tests: adapt posix tests to xtimer sleep/usleep 2015-11-20 00:55:58 +01:00
pthread_rwlock tests: adapted to renamed THREAD_FLAGS 2015-12-07 22:09:47 +01:00
pthread_tls tests: adapt posix tests to xtimer sleep/usleep 2015-11-20 00:55:58 +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: move optional tcb members to DEVELHELP 2014-10-30 16:37:10 +01:00
slip tests/slip: simplified Makefile 2015-11-03 16:04:33 +01:00
struct_tm_utility tests: removed redbee-econotag from blacklistings 2015-09-04 10:44:48 +02:00
thread_basic tests: adapted to renamed THREAD_FLAGS 2015-12-07 22:09:47 +01:00
thread_cooperation boards/nucleo-f103: add support for nucleo-f103 2015-12-15 17:23:27 +01:00
thread_exit tests: adapted to renamed THREAD_FLAGS 2015-12-07 22:09:47 +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 tests: adapted to renamed THREAD_FLAGS 2015-12-07 22:09:47 +01:00
thread_msg_block_wo_queue tests: adapted to renamed THREAD_FLAGS 2015-12-07 22:09:47 +01:00
thread_msg_seq tests: adapted to renamed THREAD_FLAGS 2015-12-07 22:09:47 +01:00
unittests unittests: add unittests for overflow fix 2016-01-07 15:17:52 +01:00
warn_conflict RIOT/Makefile.include: added compile time warning on conflicting features 2015-05-07 21:05:08 +02:00
xtimer_drift tests: adapted to renamed THREAD_FLAGS 2015-12-07 22:09:47 +01:00
xtimer_hang tests:xtimer_hang: use THREAD_STACKSIZE_DEFAULT instead of literal. 2016-01-07 13:57:22 +01:00
xtimer_msg tests: adapted to renamed THREAD_FLAGS 2015-12-07 22:09:47 +01:00
xtimer_msg_receive_timeout tests: added test for xtimer_msg_receive_timeout 2015-11-28 22:58:22 +01:00
xtimer_now64_continuity tests: xtimer_now64_continuity: initial commit 2016-01-07 19:33:40 +01:00
xtimer_remove test/xtimer_remove: s/N/NUMOF/ 2015-09-02 17:10:28 +02:00
xtimer_reset tests: add xtimer_reset 2015-08-25 13:20:36 +02:00
xtimer_shift_on_compare xtimer: Rename _xtimer_now() -> _lltimer_now() 2015-10-28 13:54:54 +01:00
xtimer_usleep_until tests: xtimer_usleep_until: some updates 2015-09-16 11:13:42 +02:00
zep tests/zep: simplified Makefile 2015-11-03 16:04:33 +01:00
Makefile.tests_common make: don't use export on example makefiles 2014-07-10 15:23:31 +02:00