spl-core 6.4.1__py3-none-any.whl → 7.0.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
spl_core/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "6.4.1"
1
+ __version__ = "7.0.0"
spl_core/common.cmake CHANGED
@@ -528,7 +528,7 @@ macro(_spl_add_test_suite COMPONENT_NAME PROD_SRC TEST_SOURCES)
528
528
  target_compile_options(${exe_name} PRIVATE ${TEST_COMPILE_OPTIONS})
529
529
 
530
530
  # Coverage data is only generated for the component's sources
531
- target_compile_options(${COMPONENT_NAME} PRIVATE --coverage ${TEST_COMPILE_OPTIONS})
531
+ target_compile_options(${COMPONENT_NAME} PRIVATE --coverage -fcondition-coverage ${TEST_COMPILE_OPTIONS})
532
532
 
533
533
  # Define list of test specific compile options for all sources
534
534
  # SPLE_UNIT_TESTING: add possibility to configure the code for unit testing
@@ -547,7 +547,7 @@ macro(_spl_add_test_suite COMPONENT_NAME PROD_SRC TEST_SOURCES)
547
547
  target_compile_definitions(${COMPONENT_NAME} PRIVATE ${TEST_COMPILE_DEFINITIONS})
548
548
 
549
549
  target_link_options(${exe_name}
550
- PRIVATE -ggdb --coverage
550
+ PRIVATE -ggdb --coverage -fcondition-coverage
551
551
  )
552
552
 
553
553
  add_custom_command(
@@ -0,0 +1,50 @@
1
+ menu "SPL Core"
2
+ menu "Linking"
3
+ config LINKER_OUTPUT_FILE
4
+ string "LINKER_OUTPUT_FILE"
5
+ default "link_out.elf"
6
+ help
7
+ The main output file generated by the linker (e.g. main.exe or main.elf).
8
+
9
+ config LINKER_BYPRODUCTS_CONFIG
10
+ bool "LINKER_BYPRODUCTS_CONFIG"
11
+ default n
12
+ help
13
+ Enable to configure other byproduct files generated by the linker
14
+
15
+ config LINKER_BYPRODUCTS_EXTENSIONS
16
+ string "LINKER_BYPRODUCTS_EXTENSIONS"
17
+ depends on !LINKER_BYPRODUCTS_CONFIG
18
+ default "hex,map,mdf"
19
+ help
20
+ The extensions of other byproducts generated by the linker (comma separated list, e.g., "hex,map,mdf")
21
+
22
+ config LINKER_BYPRODUCT_HEX
23
+ string "LINKER_BYPRODUCT_HEX"
24
+ depends on LINKER_BYPRODUCTS_CONFIG
25
+ default "link_out.hex"
26
+ help
27
+ The hex file generated by the linker
28
+
29
+ config LINKER_BYPRODUCT_MAP
30
+ string "LINKER_BYPRODUCT_MAP"
31
+ depends on LINKER_BYPRODUCTS_CONFIG
32
+ default "link_out.map"
33
+ help
34
+ The map file generated by the linker
35
+
36
+ config LINKER_BYPRODUCT_MDF
37
+ string "LINKER_BYPRODUCT_MDF"
38
+ depends on LINKER_BYPRODUCTS_CONFIG
39
+ default "link_out.mdf"
40
+ help
41
+ The mdf file generated by the linker
42
+
43
+ config LINKER_BYPRODUCT_OTHERS
44
+ string "LINKER_BYPRODUCT_OTHERS"
45
+ depends on LINKER_BYPRODUCTS_CONFIG
46
+ default ""
47
+ help
48
+ Other byproduct files generated by the linker (comma separated list, e.g., "link_out.xml")
49
+ endmenu
50
+ endmenu
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: spl-core
3
- Version: 6.4.1
3
+ Version: 7.0.0
4
4
  Summary: Software Product Line Support for CMake
5
5
  License: MIT
6
6
  Author: Avengineers
@@ -1,10 +1,11 @@
1
- spl_core/__init__.py,sha256=GH_YrEsDwB0Ju5p-I4jYcuvVAMkFfVBYw2mMejqPF1Y,22
1
+ spl_core/__init__.py,sha256=VgMOOqsYbyb60I1RmlZpqwqQ0C0IyT3R0c8_xX4pRGM,22
2
2
  spl_core/__run.py,sha256=DphnN7_Bjiw_mOOztsHxTDHS8snz1g2MMWAaJpZxPKM,361
3
3
  spl_core/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  spl_core/common/command_line_executor.py,sha256=GHIMpNiMD_eP44vq7L_HiC08aKt7lgW_wn_omU6REwQ,2217
5
5
  spl_core/common/path.py,sha256=sDujd3n4XP1XGjHc7ImXEdjihO6A8BOIDbKCf7HgQ0Y,462
6
- spl_core/common.cmake,sha256=SGDojoED4jazy_Y8C2lo31F1oYNChbTYbRk0UkGWOcc,32415
6
+ spl_core/common.cmake,sha256=ti57PmtZM2-7c1J8u7kyL-mFSyySlipG6-evO5iwH2o,32457
7
7
  spl_core/conan.cmake,sha256=i1AuyN-e8cczX7TI1nl6e3Y8N-EP-QXPVY7LG6NUyJY,41958
8
+ spl_core/config/KConfig,sha256=atlUwl0kPIdoGjbOI2PoaCQ2wgao7-mblZKn3dXUCxI,1755
8
9
  spl_core/gcov_maid/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
10
  spl_core/gcov_maid/gcov_maid.py,sha256=5rPIeL9daQDm5ad9xzaIhlDf_0H5g6r2zHo8WN8T4-8,1455
10
11
  spl_core/kconfig/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -59,8 +60,8 @@ spl_core/main.py,sha256=_hL4j155WZMXog_755bgAH1PeUwvTdJZvVdVw9EWhvo,1225
59
60
  spl_core/spl.cmake,sha256=uG1tnDba1Tgjj1ql5rgIRJFkfi9CY9IHoYLePWklYxw,4524
60
61
  spl_core/test_utils/base_variant_test_runner.py,sha256=jW9mRbSI0rSFLh-lOwkj7oJgyk2xm07Dw63vhJmnE3s,3312
61
62
  spl_core/test_utils/spl_build.py,sha256=TtYFTY94Fa9eXdtY9NavrCulx-NEONRm81GSLHGB_yQ,5599
62
- spl_core-6.4.1.dist-info/LICENSE,sha256=UjjA0o8f5tT3wVm7qodTLAhPWLl6kgVyn9FPAd1VeYY,1099
63
- spl_core-6.4.1.dist-info/METADATA,sha256=Pe5R0z9o9SuogZt1CaP8M9gGKbaadxdkHYhX2wosZ8M,5160
64
- spl_core-6.4.1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
65
- spl_core-6.4.1.dist-info/entry_points.txt,sha256=18_sdVY93N1GVBiAHxQ_F9ZM-bBvOmVMOMn7PNe2EqU,45
66
- spl_core-6.4.1.dist-info/RECORD,,
63
+ spl_core-7.0.0.dist-info/LICENSE,sha256=UjjA0o8f5tT3wVm7qodTLAhPWLl6kgVyn9FPAd1VeYY,1099
64
+ spl_core-7.0.0.dist-info/METADATA,sha256=PkPU9AH72pbvPoL2jBTkzjlUOD9SdvbvYV7xwuiltsY,5160
65
+ spl_core-7.0.0.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
66
+ spl_core-7.0.0.dist-info/entry_points.txt,sha256=18_sdVY93N1GVBiAHxQ_F9ZM-bBvOmVMOMn7PNe2EqU,45
67
+ spl_core-7.0.0.dist-info/RECORD,,