11project :
22 packs :
33 - pack : ARM::CMSIS@^6.1.0
4- - pack : ARM::CMSIS-FreeRTOS@^11.1.0
5- - pack : ARM::CMSIS-Compiler@^2.1.0
6- - pack : ARM::CMSIS-View@^1.2.0
7- - pack : ARM::mbedTLS@1.7.0
8- - pack : AWS::backoffAlgorithm@^4.1.1
9- - pack : AWS::coreMQTT@^4.0.0
10- - pack : AWS::coreMQTT_Agent@^4.0.0
11- - pack : AWS::corePKCS11@^4.0.1
12- - pack : AWS::FreeRTOS-Plus-TCP@^5.0.0
13- - pack : Arm-Packs::PKCS11@^1.0.0
4+ - pack : ARM::CMSIS-FreeRTOS@^11.2.0
5+ - pack : ARM::mbedTLS@^4.0.0
6+ - pack : AWS::backoffAlgorithm@^4.1.0
7+ - pack : AWS::coreMQTT@^5.0.0
148 - pack : MDK-Packs::IoT_Socket@^1.4.0
159
1610 connections :
@@ -23,21 +17,14 @@ project:
2317 - STDOUT
2418 - Heap : 65536
2519
20+ define :
21+ - MBEDTLS_CONFIG_FILE : \"app_mbedtls_config.h\"
22+ - TF_PSA_CRYPTO_CONFIG_FILE : \"app_crypto_config.h\"
23+
2624 add-path :
27- - ./config_files
28- - ./amazon-freertos/demos/include
29- - ./amazon-freertos/demos/network_manager
30- - ./amazon-freertos/demos/common/pkcs11_helpers
31- - ./amazon-freertos/libraries/3rdparty/mbedtls_config
32- - ./amazon-freertos/libraries/logging/include
33- - ./amazon-freertos/libraries/abstractions/platform/include
34- - ./amazon-freertos/libraries/abstractions/platform/freertos/include
35- - ./amazon-freertos/libraries/abstractions/secure_sockets/include
36- - ./amazon-freertos/libraries/abstractions/transport/secure_sockets
37- - ./amazon-freertos/libraries/c_sdk/standard/common/include
38- - ./amazon-freertos/libraries/c_sdk/standard/common/include/private
39- - ./amazon-freertos/libraries/freertos_plus/standard/crypto/include
40- - ./amazon-freertos/libraries/freertos_plus/standard/tls/include
25+ - FreeRTOS-Plus/Source/Utilities/logging
26+ - FreeRTOS-Plus/Source/Application-Protocols/network_transport
27+ - FreeRTOS-Plus/Source/Application-Protocols/network_transport/tcp_sockets_wrapper/include
4128
4229 components :
4330 - component : ARM::CMSIS:OS Tick:SysTick
@@ -46,81 +33,34 @@ project:
4633 - component : ARM::RTOS&FreeRTOS:Config&CMSIS RTOS2
4734 - component : ARM::RTOS&FreeRTOS:Core&Cortex-M
4835 - component : ARM::RTOS&FreeRTOS:Event Groups
49- - component : ARM::RTOS&FreeRTOS:Heap&Heap_5
36+ - component : ARM::RTOS&FreeRTOS:Heap&Heap_4
5037 - component : ARM::RTOS&FreeRTOS:Stream Buffer
5138 - component : ARM::RTOS&FreeRTOS:Timers
5239
5340 - component : ARM::Security:mbed TLS
54- define :
55- - MBEDTLS_CONFIG_FILE : \"aws_mbedtls_config.h\"
5641
5742 - component : AWS::FreeRTOS:backoffAlgorithm
5843 - component : AWS::FreeRTOS:coreMQTT
59- - component : AWS::FreeRTOS:coreMQTT Agent
60-
61- - component : AWS::FreeRTOS:corePKCS11:Core Library
62- - component : AWS::FreeRTOS:corePKCS11:Portable Abstraction Layer&Custom
63- - component : AWS::FreeRTOS:corePKCS11:Utilities
64- - component : AWS::Security:PKCS11:corePKCS11
65- define :
66- - MBEDTLS_CONFIG_FILE : \"aws_mbedtls_config.h\"
6744
6845 groups :
6946 - group : Documentation
7047 files :
71- - file : ./README.md
72- - group : main
73- files :
74- - file : ./app_main.c
75- - group : config_files
48+ - file : README.md
49+ - group : Main
7650 files :
77- - file : ./config_files/aws_demo_config.h
78- - file : ./config_files/aws_iot_network_config.h
79- - file : ./config_files/aws_mbedtls_config.h
80- - file : ./config_files/core_mqtt_config.h
81- - file : ./config_files/core_pkcs11_config.h
82- - file : ./config_files/iot_config.h
83- - file : ./config_files/iot_secure_sockets_config.h
84- - file : ./config_files/mqtt_demo_mutual_auth_config.h
85- - group : demos_include
51+ - file : FreeRTOS-Plus/Demo/app_main.c
52+ - file : FreeRTOS-Plus/Demo/MutualAuthMQTTExample.c
53+ - group : Config
8654 files :
87- - file : ./amazon-freertos/demos/include/aws_clientcredential.h
88- - file : ./amazon-freertos/demos/include/aws_clientcredential_keys.h
89- - file : ./amazon-freertos/demos/include/aws_demo.h
90- - file : ./amazon-freertos/demos/include/aws_iot_metrics.h
91- - file : ./amazon-freertos/demos/include/iot_config_common.h
92- - file : ./amazon-freertos/demos/include/iot_demo_logging.h
93- - file : ./amazon-freertos/demos/include/iot_demo_runner.h
94- - group : demos
55+ - file : FreeRTOS-Plus/Demo/Config/demo_config.h
56+ - file : FreeRTOS-Plus/Demo/Config/core_mqtt_config.h
57+ - file : FreeRTOS-Plus/Demo/Config/app_mbedtls_config.h
58+ - file : FreeRTOS-Plus/Demo/Config/app_crypto_config.h
59+ - group : Network Transport
9560 files :
96- - file : ./amazon-freertos/demos/demo_runner/iot_demo_runner.c
97- - file : ./amazon-freertos/demos/demo_runner/iot_demo_freertos.c
98- - file : ./amazon-freertos/demos/coreMQTT/mqtt_demo_mutual_auth.c
99- - file : ./amazon-freertos/demos/network_manager/aws_iot_network_manager.c
100- - file : ./amazon-freertos/demos/common/pkcs11_helpers/pkcs11_helpers.c
101- - group : libraries
102- define :
103- - MBEDTLS_CONFIG_FILE : \"aws_mbedtls_config.h\"
104- files :
105- - file : ./amazon-freertos/libraries/c_sdk/standard/common/iot_device_metrics.c
106- - file : ./amazon-freertos/libraries/c_sdk/standard/common/iot_init.c
107- - file : ./amazon-freertos/libraries/c_sdk/standard/common/iot_static_memory_common.c
108- - file : ./amazon-freertos/libraries/c_sdk/standard/common/taskpool/iot_taskpool.c
109- - file : ./amazon-freertos/libraries/c_sdk/standard/common/taskpool/iot_taskpool_static_memory.c
110- - file : ./amazon-freertos/libraries/abstractions/platform/freertos/iot_threads_freertos.c
111- - file : ./amazon-freertos/libraries/abstractions/platform/freertos/iot_clock_freertos.c
112- - file : ./amazon-freertos/libraries/abstractions/secure_sockets/iot_socket/iot_secure_sockets.c
113- - file : ./amazon-freertos/libraries/abstractions/transport/secure_sockets/transport_secure_sockets.c
114- - file : ./amazon-freertos/libraries/freertos_plus/standard/crypto/src/iot_crypto.c
115- - file : ./amazon-freertos/libraries/freertos_plus/standard/tls/src/iot_tls.c
116- - file : ./amazon-freertos/libraries/logging/iot_logging.c
117- - file : ./amazon-freertos/libraries/logging/iot_logging_task_dynamic_buffers.c
118- - group : ports
119- files :
120- - file : ./amazon-freertos/ports/pkcs11/core_pkcs11_pal.c
121- - file : ./amazon-freertos/ports/mbedtls/entropy_poll_hw.c
122- define :
123- - MBEDTLS_CONFIG_FILE : \"aws_mbedtls_config.h\"
61+ - file : FreeRTOS-Plus/Source/Application-Protocols/network_transport/transport_mbedtls.c
62+ - file : FreeRTOS-Plus/Source/Application-Protocols/network_transport/mbedtls_bio_tcp_sockets_wrapper.c
63+ - file : FreeRTOS-Plus/Source/Application-Protocols/network_transport/tcp_sockets_wrapper/ports/iot_socket/tcp_sockets_wrapper.c
12464
12565 layers :
12666 - layer : $Shield-Layer$
@@ -131,3 +71,9 @@ project:
13171
13272 - layer : $Board-Layer$
13373 type : Board
74+
75+ output :
76+ type :
77+ - elf
78+ - hex
79+ - map
0 commit comments