-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test error handling for SPI code #315
base: master
Are you sure you want to change the base?
Commits on Nov 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e326d6b - Browse repository at this point
Copy the full SHA e326d6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eedf0e - Browse repository at this point
Copy the full SHA 1eedf0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a44f5e8 - Browse repository at this point
Copy the full SHA a44f5e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95e4d6e - Browse repository at this point
Copy the full SHA 95e4d6eView commit details -
Refactor debug messages of SPI supervisor and test threads
- Use proper English grammar and spelling - Add missing line breaks
Configuration menu - View commit details
-
Copy full SHA for 17f416f - Browse repository at this point
Copy the full SHA 17f416fView commit details -
Rename PeripherySupervision.test.cpp to SpiSupervisor.test.cpp
Rename PeripherySupervision to SpiSupervisor, part 2
Configuration menu - View commit details
-
Copy full SHA for f609f6b - Browse repository at this point
Copy the full SHA f609f6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6f2bd7 - Browse repository at this point
Copy the full SHA b6f2bd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26a7b29 - Browse repository at this point
Copy the full SHA 26a7b29View commit details -
Configuration menu - View commit details
-
Copy full SHA for eed05a8 - Browse repository at this point
Copy the full SHA eed05a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d582b5d - Browse repository at this point
Copy the full SHA d582b5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0451406 - Browse repository at this point
Copy the full SHA 0451406View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a6aaab - Browse repository at this point
Copy the full SHA 3a6aaabView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcadf30 - Browse repository at this point
Copy the full SHA dcadf30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cd2ee9 - Browse repository at this point
Copy the full SHA 7cd2ee9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f880c10 - Browse repository at this point
Copy the full SHA f880c10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 374b414 - Browse repository at this point
Copy the full SHA 374b414View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93bb27f - Browse repository at this point
Copy the full SHA 93bb27fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd2baa2 - Browse repository at this point
Copy the full SHA dd2baa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 507f773 - Browse repository at this point
Copy the full SHA 507f773View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1944a3 - Browse repository at this point
Copy the full SHA b1944a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a455c9a - Browse repository at this point
Copy the full SHA a455c9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa96c27 - Browse repository at this point
Copy the full SHA aa96c27View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc62c36 - Browse repository at this point
Copy the full SHA fc62c36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8521b4e - Browse repository at this point
Copy the full SHA 8521b4eView commit details -
Refactor time functionality into Rodos and real time parts
This makes it easier to avoid cyclic dependencies.
Configuration menu - View commit details
-
Copy full SHA for 03cb576 - Browse repository at this point
Copy the full SHA 03cb576View commit details -
We actually do need this to break the cyclic dependency between `RealTime.hpp` and `FramLayout.hpp`.
Configuration menu - View commit details
-
Copy full SHA for 2f5b495 - Browse repository at this point
Copy the full SHA 2f5b495View commit details -
Configuration menu - View commit details
-
Copy full SHA for eed1df9 - Browse repository at this point
Copy the full SHA eed1df9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f70be77 - Browse repository at this point
Copy the full SHA f70be77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 021609a - Browse repository at this point
Copy the full SHA 021609aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f9b02f - Browse repository at this point
Copy the full SHA 6f9b02fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 354ac29 - Browse repository at this point
Copy the full SHA 354ac29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64435dd - Browse repository at this point
Copy the full SHA 64435ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb46392 - Browse repository at this point
Copy the full SHA eb46392View commit details
Commits on Nov 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f5eb415 - Browse repository at this point
Copy the full SHA f5eb415View commit details -
Configuration menu - View commit details
-
Copy full SHA for a902d0a - Browse repository at this point
Copy the full SHA a902d0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8edb02 - Browse repository at this point
Copy the full SHA a8edb02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 524e219 - Browse repository at this point
Copy the full SHA 524e219View commit details -
Configuration menu - View commit details
-
Copy full SHA for b202cf8 - Browse repository at this point
Copy the full SHA b202cf8View commit details
Commits on Nov 16, 2024
-
Add stubs for startup test threads
The resume functions were not enough. We really needed the threads.
Configuration menu - View commit details
-
Copy full SHA for 2762912 - Browse repository at this point
Copy the full SHA 2762912View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bf5fce - Browse repository at this point
Copy the full SHA 0bf5fceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e04da5 - Browse repository at this point
Copy the full SHA 2e04da5View commit details -
Add integration test for SPI supervisor, part 1
Everything is set up such that the startup tests pass and the real fun can begin in the `run()` method of the test thread.
Configuration menu - View commit details
-
Copy full SHA for 57e60a6 - Browse repository at this point
Copy the full SHA 57e60a6View commit details