You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RIOT/tests
Hauke Petersen dd16560070 drivers/si70xx: adapted to GPIO changes 7 years ago
..
bitarithm_timings tests: bitarithm_timings: convert to xtimer 8 years ago
bloom_bytes sys: random: rename genrand_* to random_* 7 years ago
coap tests coap: POSIX sockets require conn 8 years ago
conn_ip tests: adapted to renamed THREAD_FLAGS 8 years ago
cpp11_condition_variable tests: cpp11_condition_variable: vtimer to xtimer 8 years ago
cpp11_mutex tests: cpp11_mutex: vtimer to xtimer 8 years ago
cpp11_thread tests: cpp11_thread: vtimer to xtimer 8 years ago
driver_adt7310 tests/driver_adt7310: blacklisted arduino-mega2560 7 years ago
driver_at30tse75x drivers/at30tse75x: add device driver for AT30TSE75x temperature sensor 8 years ago
driver_at86rf2xx tests: use global gnrc_pktdump_pid 7 years ago
driver_bh1750 tests: added test app for the bh1750fvi driver 7 years ago
driver_dht tests/driver_dht: adjusted to interface changes 7 years ago
driver_enc28j60 tests: added test application for enc28j60 driver 8 years ago
driver_hdc1000 tests/driver_hdc1000: simplified Makefile 8 years ago
driver_hih6130 tests/driver_hih6130: simplified Makefile 8 years ago
driver_ina220 tests/driver_ina220: simplified Makefile 8 years ago
driver_isl29020 tests/driver_isl29020: simplified Makefile 8 years ago
driver_isl29125 tests/driver_isl29125: simplified Makefile 8 years ago
driver_kw2xrf tests: use global gnrc_pktdump_pid 7 years ago
driver_l3g4200d tests/driver_l3g4200d: simplified Makefile 8 years ago
driver_lis3dh tests: adapted other tests to GPIO changes 7 years ago
driver_lps331ap tests/driver_lps331ap: simplified Makefile 8 years ago
driver_lsm303dlhc tests/driver_lsm303dlhc: simplified Makefile 8 years ago
driver_mag3110 tests/driver_mag3110: simplified Makefile 8 years ago
driver_mma8652 drivers/mma8652: convert raw data to milli g 7 years ago
driver_mpl3115a2 tests/driver_mpl3115a2: simplified Makefile 8 years ago
driver_mpu9150 tests/driver_mpu9150: Clean up printf formats 7 years ago
driver_mq3 tests/driver_mq3: adapted to ADC driver changes 7 years ago
driver_nrf24l01p_lowlevel Merge pull request #4217 from haukepetersen/opt_tests_makefiles 8 years ago
driver_nrfmin tests: use global gnrc_pktdump_pid 7 years ago
driver_nvram_spi tests/driver_nvram_spi: simplified Makefile 8 years ago
driver_pcd8544 tests/driver_pcd8544: simplified Makefile 8 years ago
driver_pir tests/driver_pir: Add static to compilation-unit local variables 7 years ago
driver_servo all: Update @gebart family name, email 8 years ago
driver_si70xx drivers/si70xx: adapted to GPIO changes 7 years ago
driver_srf02 test/driver_srf02: added some commands 7 years ago
driver_srf08 tests/driver_srf08: simplified Makefile 8 years ago
driver_tcs37727 tests/driver_tcs37727: simplified Makefile 8 years ago
driver_tmp006 tests/driver_tmp006: simplified Makefile 8 years ago
driver_xbee tests: use global gnrc_pktdump_pid 7 years ago
fault_handler tests: allow language extensions for fault_handler test in clang 8 years ago
float doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
fmt_print tests: fmt_print: initial commit 8 years ago
irq tests/irq: Add static to compilation-unit local variables 7 years ago
leds tests/leds: blink ALL defined on-board LEDs 7 years ago
libfixmath Revert "tests: don't build test/libfixmath on Travis CI" 9 years ago
libfixmath_unittests tests/libfixmath_unittests: Remove stm32f0discovery, redbee-econotag blacklists 8 years ago
malloc tests/malloc: Replace tabs by spaces 8 years ago
minimal tests: add minimal test application 8 years ago
msg_send_receive tests: make use of testrunner 7 years ago
msg_try_receive tests: msg_try_receive: initial commit 7 years ago
mutex_unlock_and_sleep tests: adapted to renamed THREAD_FLAGS 8 years ago
nhdp nhdp: blacklist chronos 8 years ago
periph_adc tests/periph_adc: adapted to ADC interface changes 7 years ago
periph_cpuid tests/periph_cpuid: s/CPUID_ID_LEN/CPUID_LEN/ 7 years ago
periph_dac tests/periph_dac: updated test for API changes 7 years ago
periph_gpio test/periph_gpio: adatped to GPIO interface changes 7 years ago
periph_hwrng tests: adapted to HWRNG interface changes 7 years ago
periph_i2c tests/periph_i2c: removed slave mode from test 8 years ago
periph_pwm tests/periph_pwm: adjusted to interface changes 7 years ago
periph_rtc tests: periph_rtc: switch to xtimer 8 years ago
periph_rtt tests/periph_rtt: let build fail w/o RTT 9 years ago
periph_spi tests: adapted other tests to GPIO changes 7 years ago
periph_timer tests/periph_timer: adapted to API changes 7 years ago
periph_uart tests/periph_uart: adapted to cb type changtests/periph_uart: adapted to cb type changee 7 years ago
pipe core: header cleanup 7 years ago
pkg_cmsis-dsp Rename 'openmote' board to 'openmote-cc2538' 7 years ago
pkg_micro-ecc micro-ecc: Adaptated testcase for newer version 7 years ago
posix_semaphore tests: make use of testrunner 7 years ago
posix_sleep tests: adapt posix tests to xtimer sleep/usleep 8 years ago
pthread tests: adapt posix tests to xtimer sleep/usleep 8 years ago
pthread_barrier sys: random: rename genrand_* to random_* 7 years ago
pthread_cleanup all: remove extra blank lines at the end 8 years ago
pthread_condition_variable tests: adapted to renamed THREAD_FLAGS 8 years ago
pthread_cooperation tests: adapt posix tests to xtimer sleep/usleep 8 years ago
pthread_rwlock sys: random: rename genrand_* to random_* 7 years ago
pthread_tls tests: adapt posix tests to xtimer sleep/usleep 8 years ago
saul tests: added SAUL test application 7 years ago
sched_testing tests: adapted to renamed THREAD_FLAGS 8 years ago
shell tests, examples: adapt to simplified shell 8 years ago
sizeof_tcb core: rename tcb_t -> thread_t, move into thread.h 7 years ago
slip tests: use global gnrc_pktdump_pid 7 years ago
struct_tm_utility tests: removed redbee-econotag from blacklistings 8 years ago
thread_basic tests: make use of testrunner 7 years ago
thread_cooperation boards/nucleo-f103: add support for nucleo-f103 8 years ago
thread_exit tests: adapted to renamed THREAD_FLAGS 8 years ago
thread_flood tests: handle thread creation limit 7 years ago
thread_msg tests: adapted to renamed THREAD_FLAGS 8 years ago
thread_msg_avail core: add support to see if there are messages available for the current thread 8 years ago
thread_msg_block_w_queue tests: adapted to renamed THREAD_FLAGS 8 years ago
thread_msg_block_wo_queue tests: adapted to renamed THREAD_FLAGS 8 years ago
thread_msg_seq tests: adapted to renamed THREAD_FLAGS 8 years ago
unittests unittests/tests-ipv6_nc: add tear_down 7 years ago
warn_conflict RIOT/Makefile.include: added compile time warning on conflicting features 8 years ago
xtimer_drift tests: adapted to renamed THREAD_FLAGS 8 years ago
xtimer_hang tests:xtimer_hang: use THREAD_STACKSIZE_DEFAULT instead of literal. 8 years ago
xtimer_msg tests: adapted to renamed THREAD_FLAGS 8 years ago
xtimer_msg_receive_timeout tests: xtimer_msg_receive_timeout: speed up test 7 years ago
xtimer_now64_continuity tests: xtimer_now64_continuity: initial commit 8 years ago
xtimer_remove test/xtimer_remove: s/N/NUMOF/ 8 years ago
xtimer_reset tests: add xtimer_reset 8 years ago
xtimer_shift_on_compare tests/xtimer_shift_on_compare: Add static to compilation-unit local variables 7 years ago
xtimer_usleep_until tests/xtimer_usleep_until: Print statistics at the end 7 years ago
zep tests: use global gnrc_pktdump_pid 7 years ago
Makefile.tests_common make: don't use export on example makefiles 9 years ago