1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph
Marian Buschsieweke af6bb03bc7
tests/periph/selftest_shield: improve SPI test
- fix a copy-paste error (`TIMER_FREQ_UART_TEST` was used in the SPI
  test, but that should be `TIMER_FREQ_SPI_TEST`)
- use 400 kHz as slow SPI frequency, as faster STM32 MCUs just cannot
  divide the APB clock down to 100 kHz
- when detailed output is enabled, print the SPI clock in addition to
  the SPI mode to ease figuring out what went wrong
- only have one `FAILURE` message for a too fast byte transfer per
  check, rather than per transmitted byte, to reduce the noise
- work around a bug of `periph_timer` on STM32 by reducing the clock
  speed of the timer for the SPI test
2023-11-15 20:29:53 +01:00
..
adc examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
adc_continuous periph/adc_continous: add test for ADC continous API 2023-11-10 12:10:49 +01:00
backup_ram tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
cpuid tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
dac tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
dma tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
eeprom examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
flashpage tests: update tests for MSP430 CPU 2023-06-19 14:49:55 +02:00
flashpage_unittest tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
fmc tests/periph/fmc: remove a double empty line 2023-07-28 14:50:06 +02:00
gpio examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
gpio_arduino treewide: replace occurrences of tests/periph_ with new path 2023-05-06 15:33:03 +02:00
gpio_ll examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
hwrng tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
i2c examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
ltdc tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
pio tests/periph/pio: Add basic PIO test 2023-05-23 08:49:37 +02:00
pm tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
ptp_clock tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
ptp_timer tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
pwm examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
qdec tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
rtc tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
rtt tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
rtt_min treewide: replace occurrences of tests/periph_ with new path 2023-05-06 15:33:03 +02:00
selftest_shield tests/periph/selftest_shield: improve SPI test 2023-11-15 20:29:53 +01:00
spi examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
spi_dma tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
timer tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
timer_periodic tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
timer_short_relative_set tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
uart examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
uart_mode tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
uart_nonblocking tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
vbat tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
wdt examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
Makefile.periph_common tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00