1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests
Martine Lenders a2e51a039a tests: remove unnecessary gnrc_netdev_default include
The `driver_enc28j60` and `driver_encx24j600` applications exist to
test the network device drivers of this type. Including the *default*
driver of the board is thus non-sensical and might even be harmful for
the success of this test (if default device in initialized before the
device that is tested).

Additionally, does the removal of this module allow for some boards to
fit this into their memory (at least in my linker configuration), so I
removed them from the `BOARD_INSUFFICIENT_MEMORY` list.
2017-11-28 20:12:43 +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 examples/tests: remove entries for qemu-i386 2017-11-16 10:42:02 +01: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/driver_at86rf2xx: fix var lengths and unused vars 2017-11-07 21:09:22 +01: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: fix displayed temperature when negative 2017-11-22 14:34:11 +01: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 tests: remove unnecessary gnrc_netdev_default include 2017-11-28 20:12:43 +01:00
driver_encx24j600 tests: remove unnecessary gnrc_netdev_default include 2017-11-28 20:12:43 +01: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_hts221 tests: add hts211 driver test app 2017-11-21 09:42:08 +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 test/driver_jc42: fix displayed temperature when negative 2017-11-25 11:59:22 +01:00
driver_kw2xrf gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01: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/driver_nrf24l01p_lowlevel/main.c: fix var length and unused var 2017-11-08 20:10:44 +01: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_soft_spi driver/soft_spi: initial implementation 2017-11-13 10:11:06 +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/driver_sx127x: fix typo in displayed message 2017-11-20 11:08:06 +01: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 gnrc: remove legacy network interface structures 2017-11-17 09:20:29 +01:00
emb6 boards: removed support for weio 2017-08-28 12:11:51 +02:00
events tests/event: initial commit of sys/event test application 2017-11-06 14:19:31 +01: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: migrate to testrunner 2017-11-12 20:20:45 +01:00
gnrc_ipv6_ext Merge pull request #7925 from RIOT-OS/gnrc_netif2_integration/master 2017-11-27 21:12:14 +01:00
gnrc_ipv6_nib tests: adapt tests for route lifetime 2017-11-17 13:45:41 +01:00
gnrc_ipv6_nib_6ln tests: adapt tests for route lifetime 2017-11-17 13:45:41 +01:00
gnrc_ndp gnrc_ndp2: rename to gnrc_ndp 2017-11-17 10:41:54 +01:00
gnrc_netif tests: add bluepill to gnrc_netif's insufficient memory list 2017-11-17 16:10:24 +01:00
gnrc_netif2 tests: add bluepill to gnrc_netif's insufficient memory list 2017-11-17 16:10:24 +01:00
gnrc_sixlowpan Merge pull request #7925 from RIOT-OS/gnrc_netif2_integration/master 2017-11-27 21:12:14 +01:00
gnrc_sock_dns gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
gnrc_sock_ip examples: tests: update insufficient memory lists 2017-11-16 16:17:21 +01:00
gnrc_sock_udp examples: tests: update insufficient memory lists 2017-11-16 16:17:21 +01:00
gnrc_tcp_client tests/examples: removed pca1000x from Makefiles 2017-11-09 13:59:18 +01:00
gnrc_tcp_server Merge pull request #7925 from RIOT-OS/gnrc_netif2_integration/master 2017-11-27 21:12:14 +01:00
gnrc_udp examples: tests: adapt udp shell commands for new forwarding engine 2017-11-21 10:40:01 +01:00
irq tests/irq: migrate to testrunner 2017-11-09 21:17:56 +01:00
leds tests: fix misc cppcheck warnings 2017-04-14 14:36:16 +02:00
libfixmath tests/libfixmath: migrate to testrunner 2017-11-11 23:18:34 +01:00
libfixmath_unittests examples/tests: remove entries for qemu-i386 2017-11-16 10:42:02 +01:00
lwip tests: fix python style 'E401 multiple imports on one line' 2017-11-27 15:41:33 +01: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 tests/lwmac: cleaned up used modules and Makefile 2017-11-13 15:27:40 +01:00
malloc tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common 2017-03-28 10:48:27 +02:00
mcuboot make: mcuboot: prefix mcuboot make targets 2017-11-07 12:44:38 +01:00
minimal tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common 2017-03-28 10:48:27 +02:00
mpu_stack_guard tests: mpu_stack_guard: whitelist efm32 boards + sort. 2017-11-24 21:35:32 +01: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/msg_try_receive: migrate to testrunner 2017-11-09 22:53:24 +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 Merge pull request #7925 from RIOT-OS/gnrc_netif2_integration/master 2017-11-27 21:12:14 +01:00
netstats_l2 tests/netstats_l2: migrate to testrunner 2017-11-15 16:30:00 +01:00
nhdp tests/nhdp: migrate to testrunner 2017-11-14 16:40:02 +01:00
od sys/od: add ASCII representation to memory dump 2017-11-14 09:22:02 +01: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,pkg_fatfs}: remove call to rtc_init 2017-11-13 18:43:50 +01: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 Merge pull request #8027 from aabadie/pr/test_pexpect_periph_timer 2017-11-14 13:59:06 +01:00
periph_uart cleanup: apply remove_atoi_casts.cocci (coccinelle) 2017-05-13 12:39:48 +02:00
pipe tests/pipe: migrate to testrunner 2017-11-14 16:40:00 +01:00
pkg_cmsis-dsp tests/examples: removed pca1000x from Makefiles 2017-11-09 13:59:18 +01:00
pkg_fatfs Merge pull request #6900 from OTAkeys/pr/init_rtc 2017-11-13 21:22:22 +01:00
pkg_jsmn tests/pkg_jsmn: migrate to testrunner 2017-11-14 16:40:01 +01:00
pkg_libcoap tests/pkg_libcoap: migrate to testrunner 2017-11-14 16:40:02 +01:00
pkg_micro-ecc tests/pkg_micro-ecc: migrate to testrunner 2017-11-14 16:40:01 +01:00
pkg_micro-ecc-with-hwrng tests/pkg_micro-ecc-with-hwrng: migrate to testrunner 2017-11-14 16:40:02 +01:00
pkg_microcoap Merge pull request #7925 from RIOT-OS/gnrc_netif2_integration/master 2017-11-27 21:12:14 +01:00
pkg_minmea tests/pkg_minmea: migrate to testrunner 2017-11-14 16:40:01 +01: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/pkg_8g2: migrate to testrunner 2017-11-15 11:12:01 +01:00
pkg_umorse tests: add test for uMorse package 2017-11-02 09:22:41 +01:00
posix_semaphore tests/examples: removed pca1000x from Makefiles 2017-11-09 13:59:18 +01:00
posix_time tests: update posix_time tests for running with pexpect script 2017-11-12 19:55:57 +01:00
ps_schedstatistics tests/ps_schedstatistics: migrate to testrunner 2017-11-14 16:40:02 +01:00
pthread tests/pthread: migrate to testrunner script 2017-11-08 09:00:05 +01:00
pthread_barrier tests/pthread_*: udpate BOARD_INSUFFICIENT_MEMORY variable 2017-11-08 09:00:21 +01:00
pthread_cleanup tests/pthread_cleanup: migrate to testrunner script 2017-11-08 09:00:05 +01:00
pthread_condition_variable tests/pthread_*: udpate BOARD_INSUFFICIENT_MEMORY variable 2017-11-08 09:00:21 +01:00
pthread_cooperation tests/pthread_cooperation: migrate to testrunner script 2017-11-08 09:00:21 +01:00
pthread_rwlock tests/pthread_*: udpate BOARD_INSUFFICIENT_MEMORY variable 2017-11-08 09:00:21 +01:00
pthread_tls tests/pthread_tls: migrate to testrunner script 2017-11-08 09:00:21 +01: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/sched_testing: migrate to testrunner 2017-11-14 16:40:00 +01:00
shell tests/shell: migrate to testunner 2017-11-10 21:39:55 +01:00
sizeof_tcb tests/sizeof_tcb: migrate to testrunner 2017-11-14 16:40:02 +01:00
slip gnrc_netif2: provide raw adaption layer (for e.g. SLIP) 2017-11-14 13:40:51 +01:00
sntp boards: removed support for weio 2017-08-28 12:11:51 +02:00
ssp tests/ssp: migrate to testrunner 2017-11-11 18:05:52 +01:00
struct_tm_utility tests/struct_tm_utility: migrate to testrunner 2017-11-11 17:19:52 +01:00
thread_basic test/thread_basic: fix pep8 in testrunner script 2017-11-07 21:15:43 +01:00
thread_cooperation tests: thread_cooperation add testrunner script 2017-11-10 09:27:18 +01:00
thread_exit tests/thread_exit: migrate to testrunner script 2017-11-07 19:10:34 +01:00
thread_flags tests/thread_flags: migrate to testrunner script 2017-11-07 19:10:34 +01:00
thread_flags_xtimer tests/thread_flags_xtimer: migrate to testrunner script 2017-11-07 19:12:04 +01:00
thread_flood tests, thread_flood: update test script and output 2017-10-26 15:15:49 +02:00
thread_msg tests/thread_msg: migrate to testrunner 2017-11-14 10:17:47 +01:00
thread_msg_block_w_queue tests/thread_msg_block_w_queue: add README & pexpect script, extend comments 2017-03-07 09:04:56 -08:00
thread_msg_block_wo_queue thread_msg_block_wo_queue: add README & pexpect script, extend comments 2017-03-07 09:06:42 -08:00
thread_msg_seq tests/thread_msg_seq: migrate to testrunner script 2017-11-07 19:29:31 +01:00
trickle tests: trickle: add pexpect script 2017-10-30 18:53:29 +01:00
unittests Merge pull request #7925 from RIOT-OS/gnrc_netif2_integration/master 2017-11-27 21:12:14 +01:00
warn_conflict tests: fix python style 'E401 multiple imports on one line' 2017-11-27 15:41:33 +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