16 lines
439 B
YAML
16 lines
439 B
YAML
name : "FreeRTOS-Plus-TCP"
|
|
version: "V2.3.3-Patch-1"
|
|
description: |-
|
|
"Thread safe FreeRTOS TCP/IP stack working on top of the FreeRTOS-Kernel to implement the TCP/IP protocol. Suitable for microcontrollers."
|
|
|
|
dependencies:
|
|
- name: "FreeRTOS-Kernel"
|
|
version: "V10.4.4"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/FreeRTOS-Kernel"
|
|
path: "test/FreeRTOS-Kernel"
|
|
branch: "main"
|
|
|
|
license: "MIT"
|