Skip to content

issues Search Results · repo:hdoordt/powertest language:Rust

Filter by

8 results
 (73 ms)

8 results

inhdoordt/powertest (press backspace or delete to remove)

Hello @hdoordt, thank you for publishing this project. I would like to try it out, since I m currently working on something similar. However, I failed to get running. I installed powertest by running cargo ...
  • sense-Jo
  • 4
  • Opened 
    on Dec 2, 2022
  • #8

Loading test code in RAM makes running the tests much quicker. Allow for easily linking the test code such that it s stored in and run from RAM.
  • hdoordt
  • Opened 
    on Oct 5, 2022
  • #7

As defmt-test panics on a false assertion, the test signal pin may be pulled low indefinitely. Define a panic handler that can push the signal pin up on panic, signifying that the test has stopped. Implement ...
  • hdoordt
  • Opened 
    on Oct 5, 2022
  • #6

Rumor is that the increased power draw with an attached debugger is only visible as long as these bytes are set: https://github.com/probe-rs/probe-rs/blob/master/probe-rs/src/architecture/arm/sequences/mod.rs#L518-L519 ...
  • hdoordt
  • Opened 
    on Oct 5, 2022
  • #5

As the debugger is detachted during test, the test logs need to be buffered so they can be sent to the host after test completion. There should be a 1kb buffer to do this.
  • hdoordt
  • Opened 
    on Oct 5, 2022
  • #4

Create a macro that outputs functions annotated with defmt-test before_each and after_each macros, allowing for more consistent control of test signal pin.
  • hdoordt
  • Opened 
    on Oct 4, 2022
  • #3

Have powertest accept the --bench flag, and proxy the arguments to another runner like probe-run if --bench is not set. The argument validation should only happen if --bench is set. If it s not, validation ...
  • hdoordt
  • Opened 
    on Oct 3, 2022
  • #2

Add a section to the README on how powertest works.
  • hdoordt
  • Opened 
    on Oct 3, 2022
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub