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
Kaspar Schleiser 39533eb28c drivers: hih6130: switch to xtimer 8 years ago
..
bitarithm_timings tests/bitarithm_timings: Fix warning about integer overflow on msp430 8 years ago
bloom_bytes tests/bloom_bytes: Remove stm32f0discovery blacklist 8 years ago
coap tests: removed redbee-econotag from blacklistings 8 years ago
cpp11_condition_variable tests/cpp11_condition_variable: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY 8 years ago
cpp11_mutex tests/cpp11_mutex: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY 8 years ago
cpp11_thread tests/cpp11_thread: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY 8 years ago
driver_adt7310 drivers/adt7310: Add test application 8 years ago
driver_at86rf2xx tests, examples: adapt to simplified shell 8 years ago
driver_dht tests/driver_dht: printf format fixes 8 years ago
driver_hdc1000 drivers/hdc1000: Acquire exclusive access to I2C bus and minor bug fixes 8 years ago
driver_hih6130 drivers: hih6130: switch to xtimer 8 years ago
driver_ina220 drivers/ina220: Add driver for INA220 current and power sensor. 8 years ago
driver_isl29020 iot-lab_M3: rename to iotlab-m3 8 years ago
driver_isl29125 tests: adjusted test to changed GPIO interface 8 years ago
driver_kw2xrf tests, examples: adapt to simplified shell 8 years ago
driver_l3g4200d tests: adjusted test to changed GPIO interface 8 years ago
driver_lis3dh lis3dh: Refactor, add INT1 handling, improve FIFO mode 8 years ago
driver_lps331ap tests: added test for LPS331AP sensor driver 9 years ago
driver_lsm303dlhc iot-lab_M3: rename to iotlab-m3 8 years ago
driver_mag3110 add test app for mag3110 magnetometer driver 9 years ago
driver_mma8652 add test app for mma8652 accelerometer driver 9 years ago
driver_mpl3115a2 add test app for mpl3115a2 sensor driver 9 years ago
driver_mpu9150 tests/driver_mpu9150: Add missing inttypes.h include 8 years ago
driver_mq3 tests: added test for MQ-3 alcohol sensor driver 9 years ago
driver_nrf24l01p_lowlevel tests, examples: adapt to simplified shell 8 years ago
driver_nrfmin tests, examples: adapt to simplified shell 8 years ago
driver_nvram_spi tests: adjusted test to changed GPIO interface 8 years ago
driver_pcd8544 tests, examples: adapt to simplified shell 8 years ago
driver_pir tests/driver_pir: printf format fix 8 years ago
driver_servo drivers/servo: Handle inexact frequencies from periph_pwm 8 years ago
driver_srf02 tests/driver_srf02: adapted to driver changes 8 years ago
driver_srf08 doc/drivers/srf: edit author and copyright 8 years ago
driver_tmp006 add test app for tmp006 sensor 9 years ago
driver_xbee tests, examples: adapt to simplified shell 8 years ago
float doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
hwtimer tests: some hwtimer cosmetics 8 years ago
hwtimer_spin native: timer: synchronize HWTIMER_SPIN_BARRIER with timer min resolution 8 years ago
hwtimer_wait native: timer: synchronize HWTIMER_SPIN_BARRIER with timer min resolution 8 years ago
irq Improve naming of thread stacksize/priority constants 8 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 global: renamed cpu-conf.h into cpu_conf.h 8 years ago
mutex_unlock_and_sleep Improve naming of thread stacksize/priority constants 8 years ago
periph_adc tests/periph_adc: added test for adc driver 9 years ago
periph_cpuid global: renamed cpu-conf.h into cpu_conf.h 8 years ago
periph_dac tests/periph_dac/README.md: trailing whitespace and line lengths 8 years ago
periph_gpio tests, examples: adapt to simplified shell 8 years ago
periph_i2c tests, examples: adapt to simplified shell 8 years ago
periph_pwm tests/periph_pwm: Handle pwm_init return value as actual frequency 8 years ago
periph_random lint: tests: fix improper use of format specifiers 9 years ago
periph_rtc cpu/stm32f0: RTC implementation with external clock 8 years ago
periph_rtt tests/periph_rtt: let build fail w/o RTT 9 years ago
periph_spi tests, examples: adapt to simplified shell 8 years ago
periph_uart_blocking tests/periph_uart_blocking: use uint32_t for baudrates 8 years ago
periph_uart_int tests/periph_uart_int: warning fixes 8 years ago
pipe tests/pipe: Remove stm32f0discovery blacklist 8 years ago
pkg_cmsis-dsp boards: added nrf6310 support. (NRF51 MCU) 8 years ago
pkg_micro-ecc tests/pkg_micro-ecc: Replace tabs by spaces 8 years ago
posix_semaphore tests: removed redbee-econotag from blacklistings 8 years ago
posix_sleep tests: blacklist failing test on arduino-mega2560 9 years ago
pthread all: remove extra blank lines at the end 8 years ago
pthread_barrier tests/pthread_barrier: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY 8 years ago
pthread_cleanup all: remove extra blank lines at the end 8 years ago
pthread_condition_variable tests/pthread_condition_variable: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY 8 years ago
pthread_cooperation all: remove extra blank lines at the end 8 years ago
pthread_rwlock tests/pthread_rwclock: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY 8 years ago
pthread_tls sys/posix/pthread: added dynamic pthread thread local storage 8 years ago
sched_testing Improve naming of thread stacksize/priority constants 8 years ago
shell tests, examples: adapt to simplified shell 8 years ago
sizeof_tcb core: move optional tcb members to DEVELHELP 9 years ago
slip tests, examples: adapt to simplified shell 8 years ago
struct_tm_utility tests: removed redbee-econotag from blacklistings 8 years ago
thread_basic Improve naming of thread stacksize/priority constants 8 years ago
thread_cooperation tests: removed redbee-econotag from blacklistings 8 years ago
thread_exit tests/thread_exit: Remove stm32f0discovery blacklist 8 years ago
thread_msg tests/thread_msg: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY 8 years ago
thread_msg_block_w_queue Improve naming of thread stacksize/priority constants 8 years ago
thread_msg_block_wo_queue Improve naming of thread stacksize/priority constants 8 years ago
thread_msg_seq tests/thread_msg_seq: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY 8 years ago
unittests unittests: tests-ipv6_addr: adapt for optional IPv4 address support 8 years ago
vtimer_msg tests/vtimer_msg: Remove stm32f0discovery blacklist 8 years ago
vtimer_msg_diff tests/vtimer_msg_diff: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY 8 years ago
warn_conflict RIOT/Makefile.include: added compile time warning on conflicting features 8 years ago
xtimer_msg tests: add xtimer_msg 8 years ago
xtimer_remove test/xtimer_remove: s/N/NUMOF/ 8 years ago
xtimer_reset tests: add xtimer_reset 8 years ago
xtimer_usleep_until tests: xtimer_usleep_until: fix diff calculation 8 years ago
zep tests, examples: adapt to simplified shell 8 years ago
Makefile.tests_common make: don't use export on example makefiles 9 years ago