1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests
2017-05-17 13:50:42 +02:00
..
bitarithm_timings
bloom_bytes tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically 2017-03-13 18:27:50 +01:00
board_calliope-mini
board_microbit
cpp11_condition_variable tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common 2017-03-28 10:48:27 +02:00
cpp11_mutex tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common 2017-03-28 10:48:27 +02:00
cpp11_thread tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common 2017-03-28 10:48:27 +02:00
driver_adt7310
driver_adxl345 drivers/adxl345: cleanup/enhancements 2017-04-10 21:13:47 +02:00
driver_at30tse75x
driver_at86rf2xx tests: add small nucleo32 to insufficient memory list 2017-04-05 17:19:52 +02:00
driver_bh1750
driver_bme280
driver_bmp180
driver_dht
driver_dynamixel cleanup: apply remove_atoi_casts.cocci (coccinelle) 2017-05-13 12:39:48 +02:00
driver_enc28j60 tests: add small nucleo32 to insufficient memory list 2017-04-05 17:19:52 +02:00
driver_encx24j600 tests: add small nucleo32 to insufficient memory list 2017-04-05 17:19:52 +02:00
driver_feetech cleanup: apply remove_atoi_casts.cocci (coccinelle) 2017-05-13 12:39:48 +02:00
driver_hd44780 driver, hd44780: add tests application 2017-03-27 16:43:51 +02:00
driver_hdc1000 tests: fix misc cppcheck warnings 2017-04-14 14:36:16 +02:00
driver_hih6130
driver_ina220
driver_io1_xplained tests/driver_io1_xplained: adapt application to API change 2017-04-07 16:59:04 +02:00
driver_isl29020
driver_isl29125
driver_jc42
driver_kw2xrf cleanup: apply remove_atoi_casts.cocci (coccinelle) 2017-05-13 12:39:48 +02:00
driver_l3g4200d
driver_lis3dh
driver_lis3mdl
driver_lpd8808
driver_lps331ap
driver_lsm6dsl tests/driver_lsm6dsl: add lsm6dsl driver test app 2017-04-06 10:58:18 +02:00
driver_lsm303dlhc
driver_mag3110 driver, mag3110: rework 2017-04-13 14:31:09 +02:00
driver_mma8x5x
driver_mpl3115a2
driver_mpu9150
driver_mq3
driver_nrf24l01p_lowlevel tests: add small nucleo32 to insufficient memory list 2017-04-05 17:19:52 +02:00
driver_nvram_spi
driver_pcd8544 cleanup: apply remove_atoi_casts.cocci (coccinelle) 2017-05-13 12:39:48 +02:00
driver_pir
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
driver_si70xx
driver_srf02 cleanup: apply remove_atoi_casts.cocci (coccinelle) 2017-05-13 12:39:48 +02:00
driver_srf08
driver_tcs37727
driver_tmp006
driver_tsl2561
driver_veml6070 tests/driver_veml6070: cleanup 2017-03-15 10:11:24 +01:00
driver_xbee tests/driver_xbee: remove redundant xbee config 2017-04-28 15:43:43 +02:00
emb6 cleanup: apply remove_atoi_casts.cocci (coccinelle) 2017-05-13 12:39:48 +02:00
fault_handler tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common 2017-03-28 10:48:27 +02:00
float
fmt_print
gnrc_ipv6_ext tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common 2017-03-28 10:48:27 +02:00
gnrc_sixlowpan tests: fix gnrc_sixlowpan for 2db9ed1 and b272e90 2017-05-04 14:52:58 +02:00
gnrc_sock_dns tests: add sock dns client test application 2017-03-28 20:49:54 +02:00
gnrc_sock_ip tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common 2017-03-28 10:48:27 +02:00
gnrc_sock_udp tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common 2017-03-28 10:48:27 +02:00
gnrc_tcp_client gnrc_tcp: cleanup: various minor changes 2017-04-25 20:02:44 +02:00
gnrc_tcp_server gnrc_tcp: cleanup: various minor changes 2017-04-25 20:02:44 +02:00
irq
leds tests: fix misc cppcheck warnings 2017-04-14 14:36:16 +02:00
libfixmath
libfixmath_unittests tests: remove nucleo32-l031 from memory intensive tests 2017-03-15 14:08:06 +01:00
lwip tests: adapt tests/lwip for od changes 2017-04-25 18:15:23 +02:00
lwip_sock_ip tests: adapt lwip tests for v2.0.2's API 2017-05-11 11:49:38 +02:00
lwip_sock_tcp adapt to changed byteorder.h 2017-04-13 11:35:35 +02:00
lwip_sock_udp tests: adapt lwip tests for v2.0.2's API 2017-05-11 11:49:38 +02:00
malloc tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common 2017-03-28 10:48:27 +02:00
minimal tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common 2017-03-28 10:48:27 +02:00
mpu_stack_guard tests: update configuration for samd21-xpro 2017-04-13 18:21:07 -07:00
msg_avail tests, msg_avail: add test script 2017-05-13 15:56:35 +02:00
msg_send_receive
msg_try_receive
mutex_order tests: remove nucleo32-l031 from memory intensive tests 2017-03-15 14:08:06 +01:00
mutex_unlock_and_sleep
netdev_test netdev2: rename to netdev and remove gnrc_netdev 2017-03-15 09:31:20 +01:00
netstats_l2 tests: update configuration for samd21-xpro 2017-04-13 18:21:07 -07:00
nhdp tests: remove nucleo32-l031 from memory intensive tests 2017-03-15 14:08:06 +01:00
od Merge pull request #6529 from miri64/od/enh/reduce-func 2017-03-29 00:10:41 +02:00
periph_adc
periph_cpuid
periph_dac
periph_flashpage tests: set default board=iotlab-m3 for tests/periph_flashpage 2017-02-23 14:52:29 +01:00
periph_gpio
periph_hwrng tests: fix misc cppcheck warnings 2017-04-14 14:36:16 +02:00
periph_i2c tests: set default board=samr21-xpro for tests/periph_i2c 2017-02-23 14:53:28 +01:00
periph_pwm tests: set default board=samr21-xpro for tests/periph_pwm 2017-02-23 14:53:52 +01:00
periph_rtc
periph_rtt tests/periph_rtt: make wakeups more periodic 2017-04-06 09:49:30 +02:00
periph_spi tests: set default board=samr21-xpro for tests/periph_spi 2017-02-23 14:56:26 +01:00
periph_timer
periph_uart cleanup: apply remove_atoi_casts.cocci (coccinelle) 2017-05-13 12:39:48 +02:00
pipe
pkg_aversiveplusplus
pkg_cmsis-dsp tests: update configuration for samd21-xpro 2017-04-13 18:21:07 -07:00
pkg_jsmn
pkg_libcoap tests: remove nucleo32-l031 from memory intensive tests 2017-03-15 14:08:06 +01:00
pkg_micro-ecc
pkg_micro-ecc-with-hwrng
pkg_oonf_api
pkg_tiny-asn1
pkg_u8g2
posix_semaphore tests: remove nucleo32-l031 from memory intensive tests 2017-03-15 14:08:06 +01:00
posix_sleep
ps_schedstatistics tests: add a test app for schedstatistics 2017-05-16 10:33:42 +02:00
pthread
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
pthread_rwlock tests: remove nucleo32-l031 from memory intensive tests 2017-03-15 14:08:06 +01:00
pthread_tls
rmutex tests: remove nucleo32-l031 from memory intensive tests 2017-03-15 14:08:06 +01:00
saul
sched_testing
shell
sizeof_tcb
slip tests: remove nucleo32-l031 from memory intensive tests 2017-03-15 14:08:06 +01:00
sntp tests: add test application for SNTP 2017-03-28 21:13:17 +02:00
struct_tm_utility
thread_basic
thread_cooperation tests: add nucleo-f302 to unsufficient memory list 2017-03-16 10:46:14 +01:00
thread_exit
thread_flags test/thread_flags: remove unused module 'xtimer' 2017-02-27 15:09:30 +01:00
thread_flags_xtimer tests: added test for thread_flags + xtimer 2017-04-26 09:20:40 +02:00
thread_flood tests/thread_flood: add test target to Makefile 2017-03-07 07:37:06 -08:00
thread_msg tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically 2017-03-13 18:27:50 +01:00
thread_msg_block_w_queue
thread_msg_block_wo_queue
thread_msg_seq tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically 2017-03-13 18:27:50 +01:00
unittests test/unittests: add arduino-mkr1000 for ARM and unsufficient memory boards 2017-05-16 10:14:59 +02:00
warn_conflict
xtimer_drift tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically 2017-03-13 18:27:50 +01:00
xtimer_hang tests, xtimer_hang: add README 2017-02-27 19:37:55 +01:00
xtimer_longterm tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically 2017-03-13 18:27:50 +01:00
xtimer_msg
xtimer_msg_receive_timeout
xtimer_now64_continuity tests: enhance xtimer_now64_continuity 2017-03-27 13:21:49 +02:00
xtimer_periodic_wakeup tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common 2017-03-28 10:48:27 +02:00
xtimer_remove tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common 2017-03-28 10:48:27 +02:00
xtimer_reset tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common 2017-03-28 10:48:27 +02:00
xtimer_usleep
Makefile.tests_common tests: set default board=samr21-xpro for tests/driver_ 2017-02-23 14:56:30 +01:00