Skip to content

Commit

Permalink
Get temp_sensor updated to match latest updates.
Browse files Browse the repository at this point in the history
Catch up gdb debugging option to match latest updates.
Update verbosity options to have text option
  • Loading branch information
mvandervoord committed Nov 29, 2023
1 parent 9a6beb4 commit b3a06c3
Show file tree
Hide file tree
Showing 7 changed files with 372 additions and 25 deletions.
4 changes: 4 additions & 0 deletions assets/project_as_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@
:defines:
- UNITY_EXCLUDE_FLOAT

# Configuration options specify to Unity's test runner generator
:test_runner:
:cmdline_args: FALSE

# You can optionally have ceedling create environment variables for you before
# performing the rest of its tasks.
:environment: []
Expand Down
4 changes: 4 additions & 0 deletions assets/project_with_guts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@
:defines:
- UNITY_EXCLUDE_FLOAT

# Configuration options specify to Unity's test runner generator
:test_runner:
:cmdline_args: FALSE

# You can optionally have ceedling create environment variables for you before
# performing the rest of its tasks.
:environment: []
Expand Down
4 changes: 4 additions & 0 deletions assets/project_with_guts_gcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@
:defines:
- UNITY_EXCLUDE_FLOAT

# Configuration options specify to Unity's test runner generator
:test_runner:
:cmdline_args: FALSE

# You can optionally have ceedling create environment variables for you before
# performing the rest of its tasks.
:environment: []
Expand Down
Loading

0 comments on commit b3a06c3

Please sign in to comment.