1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests
2017-11-05 22:19:07 +01:00
..
bitarithm_timings test/bitarithm_timings: added pexpect script 2017-10-19 14:46:04 +02:00
bloom_bytes tests/bloom_bytes: add pexpect script 2017-10-19 14:46:05 +02:00
board_calliope-mini tests: fix default board for tests/board_calliope_mini 2017-02-23 14:52:27 +01:00
board_microbit timex: unambiguous time conversion macros 2017-01-19 13:18:08 +01:00
buttons test/buttons: added pexpect script 2017-10-19 14:46:05 +02:00
cbor tests: remove setting TERMFLAGS= before running test 2017-10-19 19:43:07 +02:00
conn_can boards: removed support for weio 2017-08-28 12:11:51 +02:00
cpp11_condition_variable tests/cpp11_confition_var: added pexpect script 2017-10-19 14:46:05 +02:00
cpp11_mutex tests/cpp11_mutex: add pexpect script 2017-10-19 14:46:05 +02:00
cpp11_thread tests/cpp11_thread: added pexpect script 2017-10-19 14:46:05 +02:00
driver_adcxx1c tests/driver_adcxx1c: fix warning unused argument 2017-10-25 17:18:02 +02:00
driver_adt7310 drivers/adt7310: adapted to SPI API changes 2017-01-25 16:46:45 +01:00
driver_adxl345 drivers/adxl345: cleanup/enhancements 2017-04-10 21:13:47 +02:00
driver_apa102 tests: added test app for apa102 devices 2017-09-01 09:37:31 +02:00
driver_at30tse75x drivers/at30tse75x: add device driver for AT30TSE75x temperature sensor 2015-10-02 13:34:21 +02:00
driver_at86rf2xx tests: add small nucleo32 to insufficient memory list 2017-04-05 17:19:52 +02:00
driver_bh1750 timex: unambiguous time conversion macros 2017-01-19 13:18:08 +01:00
driver_bmp180 tests/driver_bmp180: apply changes in driver API 2017-06-14 09:48:20 +02:00
driver_bmx280 tests/driver_bmx280: enhance README and driver type selection 2017-07-09 23:25:41 +02:00
driver_dht tests/driver_dht: adapted to driver changes 2017-02-07 09:59:30 +01:00
driver_ds1307 tests: ds1307: adapt test result for initialization error 2017-10-23 14:42:27 +02:00
driver_dsp0401 tests/driver_dsp0401: add simple test application 2017-05-29 11:11:04 +02:00
driver_dynamixel cleanup: apply remove_atoi_casts.cocci (coccinelle) 2017-05-13 12:39:48 +02:00
driver_enc28j60 boards: removed support for weio 2017-08-28 12:11:51 +02:00
driver_encx24j600 boards: removed support for weio 2017-08-28 12:11:51 +02:00
driver_feetech cleanup: apply remove_atoi_casts.cocci (coccinelle) 2017-05-13 12:39:48 +02:00
driver_grove_ledbar tests: add driver_grove_ledbar test application 2017-08-30 09:07:35 +02:00
driver_hd44780 doc, tests: fix non-standard quotes 2017-09-06 08:49:05 +02:00
driver_hdc1000 tests: fix misc cppcheck warnings 2017-04-14 14:36:16 +02:00
driver_hih6130 drivers: use I2C_DEV(x) instead of deprecated I2C_x 2017-01-10 11:52:36 +01:00
driver_ina220 drivers: use I2C_DEV(x) instead of deprecated I2C_x 2017-01-10 11:52:36 +01:00
driver_io1_xplained tests/driver_io1_xplained: adapt application to API change 2017-04-07 16:59:04 +02:00
driver_isl29020 drivers: use I2C_DEV(x) instead of deprecated I2C_x 2017-01-10 11:52:36 +01:00
driver_isl29125 tests/driver_isl29125/main.c: fix counter var type 2017-10-26 02:06:31 +02:00
driver_jc42 timex: unambiguous time conversion macros 2017-01-19 13:18:08 +01:00
driver_kw2xrf boards: removed support for weio 2017-08-28 12:11:51 +02:00
driver_l3g4200d drivers: use I2C_DEV(x) instead of deprecated I2C_x 2017-01-10 11:52:36 +01:00
driver_lis3dh drivers/lis3dh: fixed bug and simplified init() 2017-01-26 10:12:44 +01:00
driver_lis3mdl tests: set default board=limifrog-v1 for tests/driver_lis3mdl 2017-02-23 14:52:27 +01:00
driver_lpd8808 xtimer: Update xtimer usage to match API changes 2016-11-29 20:44:31 +01:00
driver_lps331ap drivers: use I2C_DEV(x) instead of deprecated I2C_x 2017-01-10 11:52:36 +01:00
driver_lsm6dsl tests/driver_lsm6dsl: add power down/up test 2017-08-18 15:08:58 +02:00
driver_lsm303dlhc drivers: use I2C_DEV(x) instead of deprecated I2C_x 2017-01-10 11:52:36 +01:00
driver_mag3110 driver, mag3110: rework 2017-04-13 14:31:09 +02:00
driver_mma8x5x tests/mma8x5x: adapted test for driver changes 2017-01-18 10:51:15 +01:00
driver_mpl3115a2 tests: adapt driver_mpl3115a2 2017-06-29 09:57:17 +02:00
driver_mpu9150 drivers: use I2C_DEV(x) instead of deprecated I2C_x 2017-01-10 11:52:36 +01:00
driver_mq3 tests/driver_mq3: don't use timex constant 2017-02-13 21:58:28 +01:00
driver_my9221 tests: add driver_my9221 test application 2017-08-30 09:06:03 +02:00
driver_nrf24l01p_lowlevel tests: add small nucleo32 to insufficient memory list 2017-04-05 17:19:52 +02:00
driver_nvram_spi drivers/nvram_spi: adapted to SPI API changes 2017-01-25 16:46:46 +01:00
driver_pcd8544 cleanup: apply remove_atoi_casts.cocci (coccinelle) 2017-05-13 12:39:48 +02:00
driver_pir tests: add nucleo32-f031 to unsufficient memory boards 2017-02-22 18:43:02 +01:00
driver_pn532 tests: fix misc cppcheck warnings 2017-04-14 14:36:16 +02:00
driver_sdcard_spi cleanup: apply remove_atoi_casts.cocci (coccinelle) 2017-05-13 12:39:48 +02:00
driver_servo tests/driver_servo/main.c: fix var len 2017-10-26 01:36:31 +02:00
driver_si70xx drivers/si70xx: cleanup and use pseudomodules 2017-11-05 18:13:19 +01:00
driver_srf02 cleanup: apply remove_atoi_casts.cocci (coccinelle) 2017-05-13 12:39:48 +02:00
driver_srf08 drivers: use I2C_DEV(x) instead of deprecated I2C_x 2017-01-10 11:52:36 +01:00
driver_sx127x tests/sx127x: remove unused periph/rtc.h include 2017-10-28 21:48:17 +02:00
driver_tcs37727 drivers/tcs37727: SAUL support + misc fixes 2017-02-16 14:46:50 +01:00
driver_tmp006 tests: adapt driver_tmp006 to rework 2017-06-14 20:45:01 +02:00
driver_tsl2561 tests: add test for tsl2561 sensor driver 2017-01-31 17:49:16 +01:00
driver_veml6070 tests/driver_veml6070: cleanup 2017-03-15 10:11:24 +01:00
driver_xbee boards: removed support for weio 2017-08-28 12:11:51 +02:00
emb6 boards: removed support for weio 2017-08-28 12:11:51 +02:00
evtimer_msg tests: remove setting TERMFLAGS= before running test 2017-10-19 19:43:07 +02:00
evtimer_underflow tests: remove setting TERMFLAGS= before running test 2017-10-19 19:43:07 +02:00
fault_handler tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common 2017-03-28 10:48:27 +02:00
float tests/float: automated test and added pexpect script 2017-10-25 12:57:10 +02:00
fmt_print tests: fmt_print: initial commit 2015-11-28 22:09:37 +01:00
gnrc_ipv6_ext tests/gnrc_ipv6_ext: fix documentation on ENABLE_DEBUG for test 2017-10-24 12:00:15 +02:00
gnrc_ipv6_nib tests: remove setting TERMFLAGS= before running test 2017-10-19 19:43:07 +02:00
gnrc_ipv6_nib_6ln tests: remove setting TERMFLAGS= before running test 2017-10-19 19:43:07 +02:00
gnrc_ndp2 tests: remove setting TERMFLAGS= before running test 2017-10-19 19:43:07 +02:00
gnrc_netif2 Merge pull request #7727 from beduino-project/bluepill-rebased 2017-10-27 20:33:07 +02:00
gnrc_sixlowpan tests: remove setting TERMFLAGS= before running test 2017-10-19 19:43:07 +02:00
gnrc_sock_dns tests/unittests: cleanup makefile indentation 2017-09-22 14:53:01 +02:00
gnrc_sock_ip tests: gnrc_sock_ip: remove timing tests from pexpect script 2017-10-24 15:18:54 +02:00
gnrc_sock_udp tests: gnrc_sock_udp: remove timing tests from pexpect script 2017-10-24 15:19:05 +02:00
gnrc_tcp_client boards: removed support for weio 2017-08-28 12:11:51 +02:00
gnrc_tcp_server boards: removed support for weio 2017-08-28 12:11:51 +02:00
gnrc_udp boards: removed support for weio 2017-08-28 12:11:51 +02:00
irq tests: add nucleo32-f031 to unsufficient memory boards 2017-02-22 18:43:02 +01:00
leds tests: fix misc cppcheck warnings 2017-04-14 14:36:16 +02:00
libfixmath tests: adapt libfixmath tests for change 2016-05-17 21:52:35 +02:00
libfixmath_unittests boards: removed support for weio 2017-08-28 12:11:51 +02:00
lwip Merge pull request #7766 from cladmi/pr/test_lwip_native 2017-10-24 13:09:09 +02:00
lwip_sock_ip tests: gnrc_lwip_ip: remove timing tests from pexpect script 2017-10-24 15:19:25 +02:00
lwip_sock_tcp tests: gnrc_lwip_tcp: remove timing tests from pexpect script 2017-10-24 15:19:50 +02:00
lwip_sock_udp tests: gnrc_lwip_udp: remove timing tests from pexpect script 2017-10-24 15:20:09 +02:00
lwmac all: fix my email address 2017-10-20 15:02:41 +02:00
malloc tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common 2017-03-28 10:48:27 +02:00
mcuboot tests/mcuboot/README.md: add Python3 dependencies 2017-10-25 15:14:26 +02:00
minimal tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common 2017-03-28 10:48:27 +02:00
mpu_stack_guard boards: rename nucleo-l1 to nucleo-l152 2017-07-17 18:24:15 +02:00
msg_avail tests, msg_avail: add test script 2017-05-13 15:56:35 +02:00
msg_send_receive tests: add nucleo32-f031 to unsufficient memory boards 2017-02-22 18:43:02 +01:00
msg_try_receive tests: add nucleo32-f031 to unsufficient memory boards 2017-02-22 18:43:02 +01:00
mutex_order tests: remove setting TERMFLAGS= before running test 2017-10-19 19:43:07 +02:00
mutex_unlock_and_sleep tests: add nucleo32-f031 to unsufficient memory boards 2017-02-22 18:43:02 +01:00
netdev_test netdev: Make set() value parameter const void * 2017-08-25 13:41:19 +02:00
netstats_l2 tests: update configuration for samd21-xpro 2017-04-13 18:21:07 -07:00
nhdp boards: removed support for weio 2017-08-28 12:11:51 +02:00
od tests: remove setting TERMFLAGS= before running test 2017-10-19 19:43:07 +02:00
openthread pkg/openthread: Add tests 2017-06-01 13:44:06 -04:00
periph_adc tests: set default board=pba-d-01-kw2x for tests/periph_adc 2017-02-23 14:52:28 +01:00
periph_cpuid tests: add prefix to Makefile.tests_common 2017-01-19 15:20:37 +01:00
periph_dac tests: set default board=stm32f4discovery for tests/periph_dac 2017-02-23 14:52:28 +01:00
periph_flashpage tests: set default board=iotlab-m3 for tests/periph_flashpage 2017-02-23 14:52:29 +01:00
periph_gpio tests: add prefix to Makefile.tests_common 2017-01-19 15:20:37 +01:00
periph_hwrng tests: fix misc cppcheck warnings 2017-04-14 14:36:16 +02:00
periph_i2c tests/periph_i2c: fix some printfs formatting 2017-09-06 21:21:25 +02:00
periph_pwm tests: set default board=samr21-xpro for tests/periph_pwm 2017-02-23 14:53:52 +01:00
periph_rtc tests/periph_rtc: repaired and cleaned up RTC test 2017-08-23 15:39:16 +02:00
periph_rtt tests/periph_rtt: make wakeups more periodic 2017-04-06 09:49:30 +02:00
periph_spi tests, periph_spi: fix unused variable 2017-06-03 22:55:43 +02:00
periph_timer tests: add missing include for Makefile.tests_common 2017-01-20 17:24:56 +01:00
periph_uart cleanup: apply remove_atoi_casts.cocci (coccinelle) 2017-05-13 12:39:48 +02:00
pipe tests: add nucleo32-f031 to unsufficient memory boards 2017-02-22 18:43:02 +01:00
pkg_cmsis-dsp boards: rename nucleo-l1 to nucleo-l152 2017-07-17 18:24:15 +02:00
pkg_fatfs tests: pkg_fatfs: add periph_rtc to required features 2017-11-02 15:06:27 +01:00
pkg_jsmn tests: add jsmn package test application 2016-03-30 14:35:58 +02:00
pkg_libcoap boards: removed support for weio 2017-08-28 12:11:51 +02:00
pkg_micro-ecc pkg/micro-ecc: support boards without hwrng feature 2017-01-04 02:32:40 -08:00
pkg_micro-ecc-with-hwrng pkg/micro-ecc: support boards without hwrng feature 2017-01-04 02:32:40 -08:00
pkg_microcoap tests/pkg_microcoap: move microcoap_server example to tests 2017-09-28 22:26:00 +02:00
pkg_minmea tests: pkg_minmea: initial import of minmea pkg test application 2017-05-20 15:36:42 +02:00
pkg_oonf_api tests/pkg_oonf_api: exchange printf with puts 2017-02-01 14:12:44 +01:00
pkg_tiny-asn1 tests: add prefix to Makefile.tests_common 2017-01-19 15:20:37 +01:00
pkg_u8g2 tests: fix for u8g2 default I2C address. 2017-11-05 18:54:22 +01:00
pkg_umorse tests: add test for uMorse package 2017-11-02 09:22:41 +01:00
posix_semaphore tests/posix_semaphore: test4: allow native to take more time 2017-10-24 13:38:35 +02:00
posix_sleep tests: adapt posix tests to xtimer sleep/usleep 2015-11-20 00:55:58 +01:00
ps_schedstatistics Merge pull request #7048 from smlng/enh/ps/schedstats 2017-09-28 16:08:51 +02:00
pthread tests: adapt for arduino uno and duemilanove support 2016-09-21 21:12:58 +02:00
pthread_barrier tests: add small nucleo32 to insufficient memory list 2017-04-05 17:19:52 +02:00
pthread_cleanup tests: fix misc cppcheck warnings 2017-04-14 14:36:16 +02:00
pthread_condition_variable tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically 2017-03-13 18:27:50 +01:00
pthread_cooperation tests: add nucleo32-f031 to unsufficient memory boards 2017-02-22 18:43:02 +01:00
pthread_rwlock boards: removed support for weio 2017-08-28 12:11:51 +02:00
pthread_tls tests: adapt for arduino uno and duemilanove support 2016-09-21 21:12:58 +02:00
rmutex tests: remove setting TERMFLAGS= before running test 2017-10-19 19:43:07 +02:00
saul tests/saul: added some more descriptive output 2017-02-16 12:46:49 +01:00
sched_testing tests: add nucleo32-f031 to unsufficient memory boards 2017-02-22 18:43:02 +01:00
shell doc, tests: fix non-standard quotes 2017-09-06 08:49:05 +02:00
sizeof_tcb tests: fix sizeof_tcb output 2016-11-08 16:28:40 +01:00
slip slip: port to be used with netdev 2017-10-10 23:14:12 +02:00
sntp boards: removed support for weio 2017-08-28 12:11:51 +02:00
ssp tests/ssp: Fix on macOS while compiling w/ clang 2017-10-30 10:53:46 +01:00
struct_tm_utility tests: removed redbee-econotag from blacklistings 2015-09-04 10:44:48 +02:00
thread_basic tests: add nucleo32-f031 to unsufficient memory boards 2017-02-22 18:43:02 +01:00
thread_cooperation add support for bluepill board 2017-10-27 16:06:50 +02:00
thread_exit tests: add nucleo32-f031 to unsufficient memory boards 2017-02-22 18:43:02 +01:00
thread_flags tests/thread_flags: add xtimer_set_timeout_flag() test 2017-09-01 23:54:36 +02:00
thread_flags_xtimer tests: added test for thread_flags + xtimer 2017-04-26 09:20:40 +02:00
thread_flood tests, thread_flood: update test script and output 2017-10-26 15:15:49 +02:00
thread_msg tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically 2017-03-13 18:27:50 +01:00
thread_msg_block_w_queue tests: add nucleo32-f031 to unsufficient memory boards 2017-02-22 18:43:02 +01:00
thread_msg_block_wo_queue tests: add nucleo32-f031 to unsufficient memory boards 2017-02-22 18:43:02 +01:00
thread_msg_seq tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically 2017-03-13 18:27:50 +01:00
trickle tests: trickle: add pexpect script 2017-10-30 18:53:29 +01:00
unittests tests: exclude feather-m0 board from unittests 2017-11-05 22:19:07 +01:00
warn_conflict tests: set default board=stm32f4discovery for tests/warn_conflict 2017-02-23 14:52:27 +01:00
xtimer_drift tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically 2017-03-13 18:27:50 +01:00
xtimer_hang test/xtimer_hang: accept 10% timing deviations 2017-10-25 14:18:47 +02:00
xtimer_longterm tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically 2017-03-13 18:27:50 +01:00
xtimer_msg tests: add nucleo32-f031 to unsufficient memory boards 2017-02-22 18:43:02 +01:00
xtimer_msg_receive_timeout tests: xtimer_msg_receive_timeout: always wait for not received message 2017-06-27 17:33:22 +02:00
xtimer_now64_continuity tests/xtimer_now64_continuity: added pexpect script 2017-10-24 21:22:42 +02:00
xtimer_periodic_wakeup tests/xtimer_periodic_wakeup: added pexpect script 2017-10-24 21:23:06 +02:00
xtimer_remove tests/xtimer_remove: added pexpect script 2017-10-24 21:23:35 +02:00
xtimer_reset tests/xtimer_reset: added pexpect script 2017-10-24 21:23:56 +02:00
xtimer_usleep tests: xtimer_usleep: provide README 2017-10-25 11:31:29 +02:00
xtimer_usleep_short address comments by smlng 2017-07-11 12:33:26 +02:00
Makefile.tests_common tests: set default board=samr21-xpro for tests/driver_ 2017-02-23 14:56:30 +01:00