mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 13:45:00 -05:00
* Add IPv6 Demo (#937) * Add demo changes * Update kernel and library paths * Update main.c * Run uncrustify * Fix spell checker * CI check file headers update * Add IPv6/v4 UDP echo server with zero copy/non-zero copy versions * Add VS proj file changes to include the UDP echo sample code * readme update --------- Co-authored-by: Tony Josi <tonyjosi@amazon.com> * Update Backward Compatibility Flag (#954) * Update Backward Compatibility Flag * Update FreeRTOS_GetUDPPayloadBuffer_ByIPType * Update FreeRTOS_IPStart to FreeRTOS_IPInit_Multi * Update Application APIs * Remove ipconfigCOMPATIBLE_WITH_SINGLE * Update Static Lib files (#956) * Update Static Lib files * making vApplicationIPNetworkEventHook backward compatible in demos * Update CI check file headers --------- Co-authored-by: Tony Josi <tonyjosi@amazon.com> * Add WinPCap NetworkInterface Changes (#958) * Update winpcap network interface * Run uncrustify * Update function to include NetworkInterface_t parameters * Adding compatibility for xApplicationDNSQueryHook with latest dev branch for old demos (#957) * adding compatibility for xApplicationDNSQueryHook with latest dev branch * adding tcp echo server source * removing unused sub demos * fix build issues (#969) * Update demo to latest +TCP dev/IPv6_integration (#978) * remove macro namings * rename sin_addr to sin_address.ulIP_IPv4 for ipv6 demo * replace in6addr_any with FreeRTOS_in6addr_any * replace mainCREATE_UDP_ECHO_SERVER_TASK with mainCREATE_UDP_ECHO_TASKS_SINGLE * handle removal of sin_addr macro to sin_address.ulIP_IPv4 * updating +TCP repo to latest dev/IPv6_integration * minor update to more clear code * more sin_addr to sin_address.ulIP_IPv4 replacements * fix makefiles for qemu and posix demos * review feedback changes * Update FreeRTOS-Plus-TCP for RC2 * Change from PR (#994) * Update FreeRTOS-Plus-TCP for RC2 * Update copyright * Ignore WinPCap for files header check failure. * Update checker * Update manifest * Point manifest to latest commit * Fix Spell-checker * Update doxygen * Update xApplicationDHCPHook for backward compatibility (#999) * Update xApplicationDHCPHook for backward compatability * Update IPv6 * Update VisualStudio Static Project files * Update pxEndPoint error (#1002) * Update IPv6 demo ReadMe (#1004) * Update ReadMe * Update setup requirement * Update UDP demo info * Update comment * TCP demo changes post build separation (#1011) * adding sin_family to dest adddr for FreeRTOS_sendto * updating FreeRTOS_bind to input sin_family post build separation changes * updating FreeRTOS_connect to input sin_family post build separation changes * minor fix * updating copyright year * updating file headers * updating +TCP submodule * updating file headers * updating file headers * updating manifest file to have latest +TCP submodule hash * Fix issue with posix demo while running with ipconfigIPv4_BACKWARD_COMPATIBLE enabled for +TCP stack (#1027) * Update the submodule pointer to IPv6 main * Update manifest with latest TCP commit * Update file checker exception * Ignore Visual studio project file from file header checker --------- Co-authored-by: Tony Josi <tonyjosi@amazon.com>
174 lines
5.2 KiB
YAML
174 lines
5.2 KiB
YAML
name : "FreeRTOS"
|
|
version: "202212.00"
|
|
description: "This is the standard distribution of FreeRTOS."
|
|
|
|
dependencies:
|
|
- name: "FreeRTOS-Kernel"
|
|
version: "d3c289f"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/FreeRTOS-Kernel.git"
|
|
path: "FreeRTOS/Source"
|
|
|
|
- name: "FreeRTOS-Plus-TCP"
|
|
version: "2d3f4da"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/FreeRTOS-Plus-TCP.git"
|
|
path: "FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP"
|
|
|
|
- name: "coreJSON"
|
|
version: "360cfcd"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/coreJSON.git"
|
|
path: "FreeRTOS-Plus/Source/coreJSON"
|
|
|
|
- name: "sigv4"
|
|
version: "1e692f7"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk.git"
|
|
path: "FreeRTOS-Plus/Source/AWS/sigv4"
|
|
|
|
- name: "coreHTTP"
|
|
version: "48ccceb"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/coreHTTP.git"
|
|
path: "FreeRTOS-Plus/Source/Application-Protocols/coreHTTP"
|
|
|
|
- name: "coreMQTT"
|
|
version: "143a15e"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/coreMQTT.git"
|
|
path: "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT"
|
|
|
|
- name: "coreMQTT Agent"
|
|
version: "3b74317"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/coreMQTT-Agent.git"
|
|
path: "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent"
|
|
|
|
- name: "corePKCS11"
|
|
version: "6ddc35e"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/corePKCS11.git"
|
|
path: "FreeRTOS-Plus/Source/corePKCS11"
|
|
|
|
- name: "device-defender"
|
|
version: "747ae05"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk.git"
|
|
path: "FreeRTOS-Plus/Source/AWS/device-defender"
|
|
|
|
- name: "device-shadow"
|
|
version: "0c17830"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk.git"
|
|
path: "FreeRTOS-Plus/Source/AWS/device-shadow"
|
|
|
|
- name: "jobs"
|
|
version: "3e33c6a"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk.git"
|
|
path: "FreeRTOS-Plus/Source/AWS/jobs"
|
|
|
|
- name: "wolfssl"
|
|
version: "v4.5.0-stable"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/wolfSSL/wolfssl"
|
|
path: "FreeRTOS-Plus/ThirdParty/wolfSSL"
|
|
|
|
- name: "mbedtls"
|
|
version: "v3.2.1"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/Mbed-TLS/mbedtls.git"
|
|
path: "FreeRTOS-Plus/ThirdParty/mbedtls"
|
|
|
|
- name: "backoffAlgorithm"
|
|
version: "f4b3fcf"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/backoffAlgorithm"
|
|
path: "FreeRTOS-Plus/Source/Utilities/backoff_algorithm"
|
|
|
|
- name: "ota"
|
|
version: "0c46d6a"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/aws/ota-for-aws-iot-embedded-sdk"
|
|
path: "FreeRTOS-Plus/Source/AWS/ota"
|
|
|
|
- name: "coreSNTP"
|
|
version: "3cb8ad9"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/coreSNTP"
|
|
path: "FreeRTOS-Plus/Source/Application-Protocols/coreSNTP"
|
|
|
|
- name: "FreeRTOS-Community-Supported-Demos"
|
|
version: "e21b617"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/FreeRTOS-Community-Supported-Demos"
|
|
path: "FreeRTOS/Demo/ThirdParty/Community-Supported-Demos"
|
|
|
|
- name: "FreeRTOS-Partner-Supported-Demos"
|
|
version: "109ef4d"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/FreeRTOS-Partner-Supported-Demos"
|
|
path: "FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos"
|
|
|
|
- name: "FreeRTOS-Cellular-Interface"
|
|
version: "e5862bd"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface.git"
|
|
path: "FreeRTOS-Plus/Source/FreeRTOS-Cellular-Interface"
|
|
|
|
- name: "Lab-FreeRTOS-Cellular-Interface-Reference-Quectel-BG96"
|
|
version: "c33a362"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/Lab-FreeRTOS-Cellular-Interface-Reference-Quectel-BG96.git"
|
|
path: "FreeRTOS-Plus/Source/FreeRTOS-Cellular-Modules/bg96"
|
|
|
|
- name: "Lab-FreeRTOS-Cellular-Interface-Reference-Sierra-Wireless-HL7802"
|
|
version: "6893670"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/Lab-FreeRTOS-Cellular-Interface-Reference-Sierra-Wireless-HL7802.git"
|
|
path: "FreeRTOS-Plus/Source/FreeRTOS-Cellular-Modules/hl7802"
|
|
|
|
- name: "Lab-FreeRTOS-Cellular-Interface-Reference-ublox-SARA-R4"
|
|
version: "a2d84ff"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/Lab-FreeRTOS-Cellular-Interface-Reference-ublox-SARA-R4.git"
|
|
path: "FreeRTOS-Plus/Source/FreeRTOS-Cellular-Modules/sara-r4"
|
|
|
|
- name: "fleet-provisioning"
|
|
version: "8ce2b28"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/aws/Fleet-Provisioning-for-AWS-IoT-embedded-sdk.git"
|
|
path: "FreeRTOS-Plus/Source/AWS/fleet-provisioning"
|
|
|
|
- name: "tinycbor"
|
|
version: "v0.6.0"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/intel/tinycbor.git"
|
|
path: "FreeRTOS-Plus/ThirdParty/tinycbor"
|
|
|
|
license: "MIT"
|