14 lines
447 B
YAML
14 lines
447 B
YAML
name : "FreeRTOS-Plus-TCP"
|
|
version: "V3.1.0"
|
|
description: "Thread safe FreeRTOS TCP/IP stack working on top of the FreeRTOS-Kernel to implement the TCP/IP protocol. Suitable for microcontrollers."
|
|
license: "MIT"
|
|
dependencies:
|
|
- name: "FreeRTOS-Kernel"
|
|
version: "V10.4.5"
|
|
license: "MIT"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/FreeRTOS/FreeRTOS-Kernel.git"
|
|
path: "test/FreeRTOS-Kernel"
|
|
branch: "main"
|