Skip to content

Commit

Permalink
Add copyright date to license.txt.
Browse files Browse the repository at this point in the history
Update project.yml files to show proper formatting of tools.
  • Loading branch information
mvandervoord committed Mar 12, 2024
1 parent a0cca27 commit abfd97c
Show file tree
Hide file tree
Showing 5 changed files with 312 additions and 324 deletions.
146 changes: 72 additions & 74 deletions assets/project_as_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,80 +260,78 @@
# As [:tools] is blank, gcc will be used (so long as it's in your system path)
# See documentation to configure a given toolchain for use
# :tools:
# :test:
# :compiler:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :linker:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :assembler:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :fixture:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :includes_preprocessor:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :file_preprocessor:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :file_preprocessor_directives:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :dependencies_generator:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :release:
# :compiler:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :linker:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :assembler:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :dependencies_generator:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :test_compiler:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :test_linker:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :test_assembler:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :test_fixture:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :test_includes_preprocessor:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :test_file_preprocessor:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :test_file_preprocessor_directives:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :test_dependencies_generator:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :release_compiler:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :release_linker:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :release_assembler:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :release_dependencies_generator:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# #These tools can be filled out when command_hooks plugin is enabled
# :pre_mock_preprocess
# :post_mock_preprocess
Expand Down
147 changes: 73 additions & 74 deletions assets/project_with_guts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,85 +259,84 @@
# TOOLCHAIN CONFIGURATION
################################################################


#:tools:
# Ceedling defaults to using gcc for compiling, linking, etc.
# As [:tools] is blank, gcc will be used (so long as it's in your system path)
# See documentation to configure a given toolchain for use
# :tools:
# :test:
# :compiler:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :linker:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :assembler:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :fixture:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :includes_preprocessor:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :file_preprocessor:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :file_preprocessor_directives:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :dependencies_generator:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :release:
# :compiler:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :linker:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :assembler:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :dependencies_generator:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :test_compiler:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :test_linker:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :test_assembler:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :test_fixture:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :test_includes_preprocessor:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :test_file_preprocessor:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :test_file_preprocessor_directives:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :test_dependencies_generator:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :release_compiler:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :release_linker:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :release_assembler:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# :release_dependencies_generator:
# :executable:
# :arguments: []
# :name:
# :stderr_redirect: :auto
# :optional: FALSE
# #These tools can be filled out when command_hooks plugin is enabled
# :pre_mock_preprocess
# :post_mock_preprocess
Expand Down
Loading

0 comments on commit abfd97c

Please sign in to comment.