Skip to content

Disasm/stm32-usbd-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing process

Stage 1: testing disconnected behavior

Disconnect USB cable from the target board. Connect ST-LINK programmer and power.

cargo run --release --example interrupt

Observe that there is no panic message.

Repeat for all the boards available.

Stage 2: general tests

Connect USB cable to the target board.

cargo run --release
cd /path/to/usb-device
cargo test

Repeat for all the boards available.

Stage 3: compliance tests

Use USB 2.0 Test Tool to run the Chapter 9 Tests [USB 2 devices] test suite.

Repeat for all the boards available.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published