1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph/pio
2023-05-23 08:49:37 +02:00
..
app.config.test tests/periph/pio: Add basic PIO test 2023-05-23 08:49:37 +02:00
Kconfig tests/periph/pio: Add basic PIO test 2023-05-23 08:49:37 +02:00
main.c tests/periph/pio: Add basic PIO test 2023-05-23 08:49:37 +02:00
Makefile tests/periph/pio: Add basic PIO test 2023-05-23 08:49:37 +02:00
Readme.md tests/periph/pio: Add basic PIO test 2023-05-23 08:49:37 +02:00

Peripheral PIO Test Application

This application tests basic PIO functionality.

  • allocation and deallocation of instruction memory
  • state machine claim and release

Expected Output on Success

main(): This is RIOT! (Version: <INSERT VERSION HERE>)
TEST SUCCEEDED!