BBR 1 Ebene

Committer:
borlanic
Date:
Mon May 14 11:29:06 2018 +0000
Revision:
0:fbdae7e6d805
BBR

Who changed what in which revision?

UserRevisionLine numberNew contents of line
borlanic 0:fbdae7e6d805 1 SRCS += \
borlanic 0:fbdae7e6d805 2 source/6LoWPAN/adaptation_interface.c \
borlanic 0:fbdae7e6d805 3 source/6LoWPAN/Bootstraps/Generic/network_lib.c \
borlanic 0:fbdae7e6d805 4 source/6LoWPAN/Bootstraps/Generic/protocol_6lowpan.c \
borlanic 0:fbdae7e6d805 5 source/6LoWPAN/Bootstraps/Generic/protocol_6lowpan_bootstrap.c \
borlanic 0:fbdae7e6d805 6 source/6LoWPAN/Bootstraps/Generic/protocol_6lowpan_interface.c \
borlanic 0:fbdae7e6d805 7 source/6LoWPAN/Fragmentation/cipv6_fragmenter.c \
borlanic 0:fbdae7e6d805 8 source/6LoWPAN/IPHC_Decode/6lowpan_iphc.c \
borlanic 0:fbdae7e6d805 9 source/6LoWPAN/IPHC_Decode/iphc_compress.c \
borlanic 0:fbdae7e6d805 10 source/6LoWPAN/IPHC_Decode/iphc_decompress.c \
borlanic 0:fbdae7e6d805 11 source/6LoWPAN/IPHC_Decode/lowpan_context.c \
borlanic 0:fbdae7e6d805 12 source/6LoWPAN/MAC/beacon_handler.c \
borlanic 0:fbdae7e6d805 13 source/6LoWPAN/MAC/mac_helper.c \
borlanic 0:fbdae7e6d805 14 source/6LoWPAN/MAC/mac_response_handler.c \
borlanic 0:fbdae7e6d805 15 source/6LoWPAN/MAC/mac_data_poll.c \
borlanic 0:fbdae7e6d805 16 source/6LoWPAN/MAC/mac_pairwise_key.c \
borlanic 0:fbdae7e6d805 17 source/6LoWPAN/Mesh/mesh.c \
borlanic 0:fbdae7e6d805 18 source/6LoWPAN/ND/nd_router_object.c \
borlanic 0:fbdae7e6d805 19 source/6LoWPAN/NVM/nwk_nvm.c \
borlanic 0:fbdae7e6d805 20 source/BorderRouter/border_router.c \
borlanic 0:fbdae7e6d805 21 source/Common_Protocols/icmpv6.c \
borlanic 0:fbdae7e6d805 22 source/Common_Protocols/icmpv6_prefix.c \
borlanic 0:fbdae7e6d805 23 source/Common_Protocols/icmpv6_radv.c \
borlanic 0:fbdae7e6d805 24 source/Common_Protocols/ipv6.c \
borlanic 0:fbdae7e6d805 25 source/Common_Protocols/ipv6_resolution.c \
borlanic 0:fbdae7e6d805 26 source/Common_Protocols/ipv6_fragmentation.c \
borlanic 0:fbdae7e6d805 27 source/Common_Protocols/ipv6_flow.c \
borlanic 0:fbdae7e6d805 28 source/Common_Protocols/mld.c \
borlanic 0:fbdae7e6d805 29 source/Common_Protocols/tcp.c \
borlanic 0:fbdae7e6d805 30 source/Common_Protocols/udp.c \
borlanic 0:fbdae7e6d805 31 source/Core/address.c \
borlanic 0:fbdae7e6d805 32 source/Core/buffer_dyn.c \
borlanic 0:fbdae7e6d805 33 source/Core/sockbuf.c \
borlanic 0:fbdae7e6d805 34 source/Core/ns_socket.c \
borlanic 0:fbdae7e6d805 35 source/ipv6_stack/ipv6_routing_table.c \
borlanic 0:fbdae7e6d805 36 source/ipv6_stack/protocol_ipv6.c \
borlanic 0:fbdae7e6d805 37 source/libNET/src/net_6lowpan_parameter_api.c \
borlanic 0:fbdae7e6d805 38 source/libNET/src/net_ipv6.c \
borlanic 0:fbdae7e6d805 39 source/libNET/src/net_test.c \
borlanic 0:fbdae7e6d805 40 source/libNET/src/net_mle.c \
borlanic 0:fbdae7e6d805 41 source/libNET/src/net_rpl.c \
borlanic 0:fbdae7e6d805 42 source/libNET/src/net_load_balance.c \
borlanic 0:fbdae7e6d805 43 source/libNET/src/ns_net.c \
borlanic 0:fbdae7e6d805 44 source/libNET/src/socket_api.c \
borlanic 0:fbdae7e6d805 45 source/libNET/src/multicast_api.c \
borlanic 0:fbdae7e6d805 46 source/MAC/rf_driver_storage.c \
borlanic 0:fbdae7e6d805 47 source/MAC/IEEE802_15_4/mac_header_helper_functions.c \
borlanic 0:fbdae7e6d805 48 source/MAC/IEEE802_15_4/mac_indirect_data.c \
borlanic 0:fbdae7e6d805 49 source/MAC/IEEE802_15_4/mac_mcps_sap.c \
borlanic 0:fbdae7e6d805 50 source/MAC/IEEE802_15_4/mac_mlme.c \
borlanic 0:fbdae7e6d805 51 source/MAC/IEEE802_15_4/mac_filter.c \
borlanic 0:fbdae7e6d805 52 source/MAC/IEEE802_15_4/mac_pd_sap.c \
borlanic 0:fbdae7e6d805 53 source/MAC/IEEE802_15_4/mac_security_mib.c \
borlanic 0:fbdae7e6d805 54 source/MAC/IEEE802_15_4/mac_timer.c \
borlanic 0:fbdae7e6d805 55 source/MAC/IEEE802_15_4/sw_mac.c \
borlanic 0:fbdae7e6d805 56 source/MAC/IEEE802_15_4/mac_fhss_callbacks.c \
borlanic 0:fbdae7e6d805 57 source/MAC/ethernet/ethernet_mac_api.c \
borlanic 0:fbdae7e6d805 58 source/MAC/serial/serial_mac_api.c \
borlanic 0:fbdae7e6d805 59 source/MAC/virtual_rf/virtual_rf_client.c \
borlanic 0:fbdae7e6d805 60 source/MAC/virtual_rf/virtual_rf_driver.c \
borlanic 0:fbdae7e6d805 61 source/MLE/mle.c \
borlanic 0:fbdae7e6d805 62 source/MLE/mle_tlv.c \
borlanic 0:fbdae7e6d805 63 source/MPL/mpl.c \
borlanic 0:fbdae7e6d805 64 source/NWK_INTERFACE/protocol_core.c \
borlanic 0:fbdae7e6d805 65 source/NWK_INTERFACE/protocol_core_sleep.c \
borlanic 0:fbdae7e6d805 66 source/NWK_INTERFACE/protocol_stats.c \
borlanic 0:fbdae7e6d805 67 source/NWK_INTERFACE/protocol_timer.c \
borlanic 0:fbdae7e6d805 68 source/RPL/rpl_control.c \
borlanic 0:fbdae7e6d805 69 source/RPL/rpl_data.c \
borlanic 0:fbdae7e6d805 70 source/RPL/rpl_upward.c \
borlanic 0:fbdae7e6d805 71 source/RPL/rpl_downward.c \
borlanic 0:fbdae7e6d805 72 source/RPL/rpl_objective.c \
borlanic 0:fbdae7e6d805 73 source/RPL/rpl_of0.c \
borlanic 0:fbdae7e6d805 74 source/RPL/rpl_mrhof.c \
borlanic 0:fbdae7e6d805 75 source/RPL/rpl_policy.c \
borlanic 0:fbdae7e6d805 76 source/Security/Common/security_lib.c \
borlanic 0:fbdae7e6d805 77 source/Security/PANA/eap_protocol.c \
borlanic 0:fbdae7e6d805 78 source/Security/PANA/pana.c \
borlanic 0:fbdae7e6d805 79 source/Security/PANA/pana_avp.c \
borlanic 0:fbdae7e6d805 80 source/Security/PANA/pana_client.c \
borlanic 0:fbdae7e6d805 81 source/Security/PANA/pana_eap_header.c \
borlanic 0:fbdae7e6d805 82 source/Security/PANA/pana_header.c \
borlanic 0:fbdae7e6d805 83 source/Security/PANA/pana_server.c \
borlanic 0:fbdae7e6d805 84 source/Security/TLS/tls_lib.c \
borlanic 0:fbdae7e6d805 85 source/Security/TLS/tls_ccm_crypt.c \
borlanic 0:fbdae7e6d805 86 source/Service_Libs/CCM_lib/ccm_security.c \
borlanic 0:fbdae7e6d805 87 source/Service_Libs/fhss/fhss_beacon.c \
borlanic 0:fbdae7e6d805 88 source/Service_Libs/fhss/fhss_beacon_tasklet.c \
borlanic 0:fbdae7e6d805 89 source/Service_Libs/fhss/fhss_channel.c \
borlanic 0:fbdae7e6d805 90 source/Service_Libs/fhss/fhss_mac_interface.c \
borlanic 0:fbdae7e6d805 91 source/Service_Libs/fhss/fhss_configuration_interface.c \
borlanic 0:fbdae7e6d805 92 source/Service_Libs/fhss/fhss_statistics.c \
borlanic 0:fbdae7e6d805 93 source/Service_Libs/fhss/fhss.c \
borlanic 0:fbdae7e6d805 94 source/Service_Libs/fhss/channel_list.c \
borlanic 0:fbdae7e6d805 95 source/Service_Libs/fnv_hash/fnv_hash.c \
borlanic 0:fbdae7e6d805 96 source/Service_Libs/mle_service/mle_service.c \
borlanic 0:fbdae7e6d805 97 source/Service_Libs/mle_service/mle_service_buffer.c \
borlanic 0:fbdae7e6d805 98 source/Service_Libs/mle_service/mle_service_interface.c \
borlanic 0:fbdae7e6d805 99 source/Service_Libs/mle_service/mle_service_security.c \
borlanic 0:fbdae7e6d805 100 source/Service_Libs/blacklist/blacklist.c \
borlanic 0:fbdae7e6d805 101 source/Service_Libs/etx/etx.c \
borlanic 0:fbdae7e6d805 102 source/Service_Libs/Neighbor_cache/neighbor_cache.c \
borlanic 0:fbdae7e6d805 103 source/Service_Libs/nd_proxy/nd_proxy.c \
borlanic 0:fbdae7e6d805 104 source/Service_Libs/load_balance/load_balance.c \
borlanic 0:fbdae7e6d805 105 source/Service_Libs/SHA256_Lib/shalib.c \
borlanic 0:fbdae7e6d805 106 source/Service_Libs/SHA256_Lib/ns_sha256.c \
borlanic 0:fbdae7e6d805 107 source/Service_Libs/Trickle/trickle.c \
borlanic 0:fbdae7e6d805 108 source/Service_Libs/whiteboard/whiteboard.c \
borlanic 0:fbdae7e6d805 109 source/Service_Libs/pan_blacklist/pan_blacklist.c \
borlanic 0:fbdae7e6d805 110 source/6LoWPAN/Thread/thread_management_if.c \
borlanic 0:fbdae7e6d805 111 source/6LoWPAN/Thread/thread_management_api.c \
borlanic 0:fbdae7e6d805 112 source/6LoWPAN/Thread/thread_commissioning_api.c \
borlanic 0:fbdae7e6d805 113 source/6LoWPAN/Thread/thread_border_router_api.c \
borlanic 0:fbdae7e6d805 114 source/6LoWPAN/Thread/thread_bbr_api.c \
borlanic 0:fbdae7e6d805 115 source/6LoWPAN/Thread/thread_test_api.c \
borlanic 0:fbdae7e6d805 116 source/6LoWPAN/Thread/thread_meshcop_lib.c \
borlanic 0:fbdae7e6d805 117 source/6LoWPAN/Thread/thread_common.c \
borlanic 0:fbdae7e6d805 118 source/6LoWPAN/Thread/thread_joiner_application.c \
borlanic 0:fbdae7e6d805 119 source/6LoWPAN/Thread/thread_leader_service.c \
borlanic 0:fbdae7e6d805 120 source/6LoWPAN/Thread/thread_management_server.c \
borlanic 0:fbdae7e6d805 121 source/6LoWPAN/Thread/thread_management_client.c \
borlanic 0:fbdae7e6d805 122 source/6LoWPAN/Thread/thread_network_synch.c \
borlanic 0:fbdae7e6d805 123 source/6LoWPAN/Thread/thread_bootstrap.c \
borlanic 0:fbdae7e6d805 124 source/6LoWPAN/Thread/thread_host_bootstrap.c \
borlanic 0:fbdae7e6d805 125 source/6LoWPAN/Thread/thread_router_bootstrap.c \
borlanic 0:fbdae7e6d805 126 source/6LoWPAN/Thread/thread_dhcpv6_client.c \
borlanic 0:fbdae7e6d805 127 source/6LoWPAN/Thread/thread_discovery.c \
borlanic 0:fbdae7e6d805 128 source/6LoWPAN/Thread/thread_commissioning_if.c \
borlanic 0:fbdae7e6d805 129 source/6LoWPAN/Thread/thread_net_config_api.c \
borlanic 0:fbdae7e6d805 130 source/6LoWPAN/Thread/thread_network_data_lib.c \
borlanic 0:fbdae7e6d805 131 source/6LoWPAN/Thread/thread_network_data_storage.c \
borlanic 0:fbdae7e6d805 132 source/6LoWPAN/Thread/thread_nd.c \
borlanic 0:fbdae7e6d805 133 source/6LoWPAN/Thread/thread_diagnostic.c \
borlanic 0:fbdae7e6d805 134 source/6LoWPAN/Thread/thread_resolution_client.c \
borlanic 0:fbdae7e6d805 135 source/6LoWPAN/Thread/thread_resolution_server.c \
borlanic 0:fbdae7e6d805 136 source/6LoWPAN/Thread/thread_routing.c \
borlanic 0:fbdae7e6d805 137 source/6LoWPAN/Thread/thread_mdns.c \
borlanic 0:fbdae7e6d805 138 source/6LoWPAN/Thread/thread_beacon.c \
borlanic 0:fbdae7e6d805 139 source/6LoWPAN/Thread/thread_mle_message_handler.c \
borlanic 0:fbdae7e6d805 140 source/6LoWPAN/Thread/thread_lowpower_private_api.c \
borlanic 0:fbdae7e6d805 141 source/6LoWPAN/Thread/thread_nvm_store.c \
borlanic 0:fbdae7e6d805 142 source/DHCPv6_Server/DHCPv6_Server_service.c \
borlanic 0:fbdae7e6d805 143 source/libDHCPv6/dhcp_service_api.c \
borlanic 0:fbdae7e6d805 144 source/libDHCPv6/libDHCPv6.c \
borlanic 0:fbdae7e6d805 145 source/libDHCPv6/libDHCPv6_server.c \
borlanic 0:fbdae7e6d805 146 source/Service_Libs/utils/ns_crc.c \
borlanic 0:fbdae7e6d805 147 source/Service_Libs/utils/isqrt.c \
borlanic 0:fbdae7e6d805 148 source/Service_Libs/utils/ns_file_system.c \
borlanic 0:fbdae7e6d805 149 source/Service_Libs/mdns/ns_mdns_api.c \
borlanic 0:fbdae7e6d805 150 source/Service_Libs/mdns/ns_fnet_port.c \
borlanic 0:fbdae7e6d805 151 source/Service_Libs/mdns/ns_fnet_events.c \
borlanic 0:fbdae7e6d805 152 source/Service_Libs/mdns/fnet/fnet_stack/services/mdns/fnet_mdns.c \
borlanic 0:fbdae7e6d805 153 source/Service_Libs/mdns/fnet/fnet_stack/services/poll/fnet_poll.c \
borlanic 0:fbdae7e6d805 154 source/Service_Libs/mdns/fnet/fnet_stack/stack/fnet_stdlib.c \
borlanic 0:fbdae7e6d805 155 source/Service_Libs/CCM_lib/mbedOS/aes_mbedtls_adapter.c \
borlanic 0:fbdae7e6d805 156
borlanic 0:fbdae7e6d805 157
borlanic 0:fbdae7e6d805 158 #LAST ONE(S) EXPERIMENTAL (aes_mbedtls_adapter.c last real)
borlanic 0:fbdae7e6d805 159