File tree 22 files changed +565
-0
lines changed
22 files changed +565
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # Kconfig file for package Infineon_capsense
3
+ menuconfig PKG_USING_INFINEON_CAPSENSE
4
+ bool "Infineon_capsense."
5
+ default n
6
+
7
+ if PKG_USING_INFINEON_CAPSENSE
8
+
9
+ config PKG_INFINEON_CAPSENSE_PATH
10
+ string
11
+ default "/packages/peripherals/hal-sdk/Infineon/Infineon_capsense"
12
+
13
+ choice
14
+ prompt "Version"
15
+ help
16
+ Select the package version
17
+
18
+ config PKG_USING_INFINEON_CAPSENSE_LATEST_VERSION
19
+ bool "latest"
20
+ endchoice
21
+
22
+ config PKG_INFINEON_CAPSENSE_VER
23
+ string
24
+ default "latest" if PKG_USING_INFINEON_CAPSENSE_LATEST_VERSION
25
+
26
+ endif
27
+
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " Infineon_capsense" ,
3
+ "description" : " Infineon_capsense." ,
4
+ "description_zh" : " 英飞凌HAL库软件包。" ,
5
+ "enable" : " PKG_USING_INFINEON_CAPSENSE" ,
6
+ "keywords" : [
7
+ " Infineon_capsense"
8
+ ],
9
+ "category" : " peripherals" ,
10
+ "author" : {
11
+ "name" : " LZerro" ,
12
+ "email" : " 2669707827@qq.com" ,
13
+ "github" : " LZerro"
14
+ },
15
+ "license" : " Unknown" ,
16
+ "repository" : " https://github.com/LZerro/Infineon_capsense" ,
17
+ "icon" : " unknown" ,
18
+ "homepage" : " https://github.com/LZerro/Infineon_capsense#readme" ,
19
+ "doc" : " unknown" ,
20
+ "site" : [
21
+ {
22
+ "version" : " latest" ,
23
+ "URL" : " https://github.com/LZerro/Infineon_capsense.git" ,
24
+ "filename" : " " ,
25
+ "VER_SHA" : " master"
26
+ }
27
+ ]
28
+ }
Original file line number Diff line number Diff line change
1
+
2
+ # Kconfig file for package Infineon_cat1cm0p
3
+ menuconfig PKG_USING_INFINEON_CAT1CM0P
4
+ bool "Infineon_cat1cm0p."
5
+ default n
6
+
7
+ if PKG_USING_INFINEON_CAT1CM0P
8
+
9
+ config PKG_INFINEON_CAT1CM0P_PATH
10
+ string
11
+ default "/packages/peripherals/hal-sdk/Infineon/Infineon_cat1cm0p"
12
+
13
+ choice
14
+ prompt "Version"
15
+ help
16
+ Select the package version
17
+
18
+ config PKG_USING_INFINEON_CAT1CM0P_LATEST_VERSION
19
+ bool "latest"
20
+ endchoice
21
+
22
+ config PKG_INFINEON_CAT1CM0P_VER
23
+ string
24
+ default "latest" if PKG_USING_INFINEON_CAT1CM0P_LATEST_VERSION
25
+
26
+ endif
27
+
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " Infineon_cat1cm0p" ,
3
+ "description" : " Infineon_cat1cm0p." ,
4
+ "description_zh" : " 英飞凌HAL软件包。" ,
5
+ "enable" : " PKG_USING_INFINEON_CAT1CM0P" ,
6
+ "keywords" : [
7
+ " Infineon_cat1cm0p"
8
+ ],
9
+ "category" : " peripherals" ,
10
+ "author" : {
11
+ "name" : " LZerro" ,
12
+ "email" : " 2669707827@qq.com" ,
13
+ "github" : " LZerro"
14
+ },
15
+ "license" : " Unknown" ,
16
+ "repository" : " https://github.com/LZerro/Infineon_cat1cm0p" ,
17
+ "icon" : " unknown" ,
18
+ "homepage" : " https://github.com/LZerro/Infineon_cat1cm0p#readme" ,
19
+ "doc" : " unknown" ,
20
+ "site" : [
21
+ {
22
+ "version" : " latest" ,
23
+ "URL" : " https://github.com/LZerro/Infineon_cat1cm0p.git" ,
24
+ "filename" : " " ,
25
+ "VER_SHA" : " master"
26
+ }
27
+ ]
28
+ }
Original file line number Diff line number Diff line change
1
+
2
+ # Kconfig file for package Infineon_cmsis
3
+ menuconfig PKG_USING_INFINEON_CMSIS
4
+ bool "Infineon_cmsis."
5
+ default n
6
+
7
+ if PKG_USING_INFINEON_CMSIS
8
+
9
+ config PKG_INFINEON_CMSIS_PATH
10
+ string
11
+ default "/packages/peripherals/hal-sdk/Infineon/Infineon_cmsis"
12
+
13
+ choice
14
+ prompt "Version"
15
+ help
16
+ Select the package version
17
+
18
+ config PKG_USING_INFINEON_CMSIS_LATEST_VERSION
19
+ bool "latest"
20
+ endchoice
21
+
22
+ config PKG_INFINEON_CMSIS_VER
23
+ string
24
+ default "latest" if PKG_USING_INFINEON_CMSIS_LATEST_VERSION
25
+
26
+ endif
27
+
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " Infineon_cmsis" ,
3
+ "description" : " Infineon_cmsis." ,
4
+ "description_zh" : " 英飞凌HAL软件包。" ,
5
+ "enable" : " PKG_USING_INFINEON_CMSIS" ,
6
+ "keywords" : [
7
+ " Infineon_cmsis"
8
+ ],
9
+ "category" : " peripherals" ,
10
+ "author" : {
11
+ "name" : " LZerro" ,
12
+ "email" : " 2669707827@qq.com" ,
13
+ "github" : " LZerro"
14
+ },
15
+ "license" : " Unknown" ,
16
+ "repository" : " https://github.com/LZerro/Infineon_cmsis" ,
17
+ "icon" : " unknown" ,
18
+ "homepage" : " https://github.com/LZerro/Infineon_cmsis#readme" ,
19
+ "doc" : " unknown" ,
20
+ "site" : [
21
+ {
22
+ "version" : " latest" ,
23
+ "URL" : " https://github.com/LZerro/Infineon_cmsis.git" ,
24
+ "filename" : " " ,
25
+ "VER_SHA" : " master"
26
+ }
27
+ ]
28
+ }
Original file line number Diff line number Diff line change
1
+
2
+ # Kconfig file for package Infineon_core-lib
3
+ menuconfig PKG_USING_INFINEON_CORE_LIB
4
+ bool "Infineon_core-lib."
5
+ default n
6
+
7
+ if PKG_USING_INFINEON_CORE_LIB
8
+
9
+ config PKG_INFINEON_CORE_LIB_PATH
10
+ string
11
+ default "/packages/peripherals/hal-sdk/Infineon/Infineon_core-lib"
12
+
13
+ choice
14
+ prompt "Version"
15
+ help
16
+ Select the package version
17
+
18
+ config PKG_USING_INFINEON_CORE_LIB_LATEST_VERSION
19
+ bool "latest"
20
+ endchoice
21
+
22
+ config PKG_INFINEON_CORE_LIB_VER
23
+ string
24
+ default "latest" if PKG_USING_INFINEON_CORE_LIB_LATEST_VERSION
25
+
26
+ endif
27
+
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " Infineon_core-lib" ,
3
+ "description" : " Infineon_core-lib." ,
4
+ "description_zh" : " 英飞凌HAL软件包。" ,
5
+ "enable" : " PKG_USING_INFINEON_CORE_LIB" ,
6
+ "keywords" : [
7
+ " Infineon_core-lib"
8
+ ],
9
+ "category" : " peripherals" ,
10
+ "author" : {
11
+ "name" : " LZerro" ,
12
+ "email" : " 2669707827@qq.com" ,
13
+ "github" : " LZerro"
14
+ },
15
+ "license" : " Unknown" ,
16
+ "repository" : " https://github.com/LZerro/Infineon_core-lib" ,
17
+ "icon" : " unknown" ,
18
+ "homepage" : " https://github.com/LZerro/Infineon_core-lib#readme" ,
19
+ "doc" : " unknown" ,
20
+ "site" : [
21
+ {
22
+ "version" : " latest" ,
23
+ "URL" : " https://github.com/LZerro/Infineon_core-lib.git" ,
24
+ "filename" : " " ,
25
+ "VER_SHA" : " master"
26
+ }
27
+ ]
28
+ }
Original file line number Diff line number Diff line change
1
+
2
+ # Kconfig file for package Infineon_csdidac
3
+ menuconfig PKG_USING_INFINEON_CSDIDAC
4
+ bool "Infineon_csdidac."
5
+ default n
6
+
7
+ if PKG_USING_INFINEON_CSDIDAC
8
+
9
+ config PKG_INFINEON_CSDIDAC_PATH
10
+ string
11
+ default "/packages/peripherals/hal-sdk/Infineon/Infineon_csdidac"
12
+
13
+ choice
14
+ prompt "Version"
15
+ help
16
+ Select the package version
17
+
18
+ config PKG_USING_INFINEON_CSDIDAC_LATEST_VERSION
19
+ bool "latest"
20
+ endchoice
21
+
22
+ config PKG_INFINEON_CSDIDAC_VER
23
+ string
24
+ default "latest" if PKG_USING_INFINEON_CSDIDAC_LATEST_VERSION
25
+
26
+ endif
27
+
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " Infineon_csdidac" ,
3
+ "description" : " Infineon_csdidac." ,
4
+ "description_zh" : " 英飞凌HAL库软件包。" ,
5
+ "enable" : " PKG_USING_INFINEON_CSDIDAC" ,
6
+ "keywords" : [
7
+ " Infineon_csdidac"
8
+ ],
9
+ "category" : " peripherals" ,
10
+ "author" : {
11
+ "name" : " LZerro" ,
12
+ "email" : " 2669707827@qq.com" ,
13
+ "github" : " LZerro"
14
+ },
15
+ "license" : " Unknown" ,
16
+ "repository" : " https://github.com/LZerro/Infineon_csdidac" ,
17
+ "icon" : " unknown" ,
18
+ "homepage" : " https://github.com/LZerro/Infineon_csdidac#readme" ,
19
+ "doc" : " unknown" ,
20
+ "site" : [
21
+ {
22
+ "version" : " latest" ,
23
+ "URL" : " https://github.com/LZerro/Infineon_csdidac.git" ,
24
+ "filename" : " " ,
25
+ "VER_SHA" : " master"
26
+ }
27
+ ]
28
+ }
Original file line number Diff line number Diff line change
1
+
2
+ # Kconfig file for package Infineon_mtb-hal-cat1
3
+ menuconfig PKG_USING_INFINEON_MTB_HAL_CAT1
4
+ bool "Infineon_mtb-hal-cat1."
5
+ default n
6
+
7
+ if PKG_USING_INFINEON_MTB_HAL_CAT1
8
+
9
+ config PKG_INFINEON_MTB_HAL_CAT1_PATH
10
+ string
11
+ default "/packages/peripherals/hal-sdk/Infineon/Infineon_mtb-hal-cat1"
12
+
13
+ choice
14
+ prompt "Version"
15
+ help
16
+ Select the package version
17
+
18
+ config PKG_USING_INFINEON_MTB_HAL_CAT1_LATEST_VERSION
19
+ bool "latest"
20
+ endchoice
21
+
22
+ config PKG_INFINEON_MTB_HAL_CAT1_VER
23
+ string
24
+ default "latest" if PKG_USING_INFINEON_MTB_HAL_CAT1_LATEST_VERSION
25
+
26
+ endif
27
+
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " Infineon_mtb-hal-cat1" ,
3
+ "description" : " Infineon_mtb-hal-cat1." ,
4
+ "description_zh" : " 英飞凌HAL库软件包。" ,
5
+ "enable" : " PKG_USING_INFINEON_MTB_HAL_CAT1" ,
6
+ "keywords" : [
7
+ " Infineon_mtb-hal-cat1"
8
+ ],
9
+ "category" : " peripherals" ,
10
+ "author" : {
11
+ "name" : " LZerro" ,
12
+ "email" : " 2669707827@qq.com" ,
13
+ "github" : " LZerro"
14
+ },
15
+ "license" : " Unknown" ,
16
+ "repository" : " https://github.com/LZerro/Infineon_mtb-hal-cat1" ,
17
+ "icon" : " unknown" ,
18
+ "homepage" : " https://github.com/LZerro/Infineon_mtb-hal-cat1#readme" ,
19
+ "doc" : " unknown" ,
20
+ "site" : [
21
+ {
22
+ "version" : " latest" ,
23
+ "URL" : " https://github.com/LZerro/Infineon_mtb-hal-cat1.git" ,
24
+ "filename" : " " ,
25
+ "VER_SHA" : " master"
26
+ }
27
+ ]
28
+ }
Original file line number Diff line number Diff line change
1
+
2
+ # Kconfig file for package Infineon_mtb-pdl-cat1
3
+ menuconfig PKG_USING_INFINEON_MTB_PDL_CAT1
4
+ bool "Infineon_mtb-pdl-cat1."
5
+ default n
6
+
7
+ if PKG_USING_INFINEON_MTB_PDL_CAT1
8
+
9
+ config PKG_INFINEON_MTB_PDL_CAT1_PATH
10
+ string
11
+ default "/packages/peripherals/hal-sdk/Infineon/Infineon_mtb-pdl-cat1"
12
+
13
+ choice
14
+ prompt "Version"
15
+ help
16
+ Select the package version
17
+
18
+ config PKG_USING_INFINEON_MTB_PDL_CAT1_LATEST_VERSION
19
+ bool "latest"
20
+ endchoice
21
+
22
+ config PKG_INFINEON_MTB_PDL_CAT1_VER
23
+ string
24
+ default "latest" if PKG_USING_INFINEON_MTB_PDL_CAT1_LATEST_VERSION
25
+
26
+ endif
27
+
You can’t perform that action at this time.
0 commit comments