RIOT-OS / RobotFW-tests

Includes tests for RIOT based on the Robot Framework
GNU Lesser General Public License v2.1
4 stars 13 forks source link

tests/periph_spi: Add test to expose spi API #29

Closed MrKevinWeiss closed 4 years ago

MrKevinWeiss commented 5 years ago

Description:

Add basic implementation of SPI test. This is ment to expose the API from the C perspective and run a basic test from the Robot perspective to ensure wiring and the environment is correct.

Testing

Read the README and check the CI.

MrKevinWeiss commented 5 years ago

It seems that I need some way to describe the arguments better when it fails...

smlng commented 4 years ago

please rebase?

MrKevinWeiss commented 4 years ago

yup yup

MrKevinWeiss commented 4 years ago

I still need to add the README but this is getting close!

MrKevinWeiss commented 4 years ago

Wooo. Thanks for the review and paying closer attention than me!