AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Freertos Plus Tcp Integration

skill-easyzoom-aix-skills-freertos-plus-tcp-integration · by easyzoom

Use when integrating, porting, configuring, or debugging FreeRTOS+TCP networking, network interface drivers, buffer management, DHCP, sockets, or embedded TCP/IP issues

No reviews yet
0 installs
42 views
0.0% view→install

Install

$ agentstack add skill-easyzoom-aix-skills-freertos-plus-tcp-integration

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-easyzoom-aix-skills-freertos-plus-tcp-integration)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Freertos Plus Tcp Integration? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

FreeRTOS+TCP Integration

Overview

Use this skill to integrate FreeRTOS+TCP by proving the network interface driver, buffer management, IP task, and socket behavior separately. Most failures come from driver callbacks, buffer ownership, or task priority/stack sizing.

When To Use

Use this skill when:

  • The user wants FreeRTOS+TCP on an MCU.
  • The issue involves network interface porting, DHCP, ARP, sockets, buffer descriptors, IP task, DNS, or TCP/UDP stalls.
  • The project uses FreeRTOS tasks and FreeRTOS+TCP APIs instead of lwIP.

Do not use this skill for lwIP projects. Use lwip-integration instead.

First Questions

Ask for:

  • MCU/SoC, PHY/module, MAC driver, FreeRTOS version, and FreeRTOS+TCP version.
  • Network interface source and buffer allocation scheme.
  • Static IP/DHCP config, MAC address, gateway, DNS, and hostname.
  • IP task priority/stack, driver task/ISR model, and heap size.
  • Current symptom and network logs/counters.

Integration Checklist

  1. Prove link and MAC.

Confirm PHY link, MAC address, RX/TX interrupts, and descriptor rings.

  1. Configure buffer management.

Choose and size network buffers intentionally; track leaks and ownership.

  1. Verify IP task health.

IP task stack, priority, event queue, and timer behavior must be stable.

  1. Test layers.

Link, ARP, ping, UDP, TCP connect, DNS, DHCP, and reconnect separately.

  1. Check thread rules.

Use FreeRTOS+TCP APIs from valid task contexts and avoid unsafe ISR use.

Common Failures

  • Network buffers leak after RX error paths.
  • IP task stack is too small.
  • MAC DMA cache maintenance is missing.
  • DHCP fails because link state is not reported correctly.
  • Socket timeouts are treated as fatal connection state.

Verification

Before claiming FreeRTOS+TCP works:

  • State driver, buffer scheme, IP config, IP task priority/stack, and heap.
  • Confirm link, IP address, ping, UDP/TCP test, and reconnect behavior.
  • Report buffer usage/leak evidence if available.
  • Confirm cache/DMA handling when relevant.

Example

User:

FreeRTOS+TCP DHCP 成功但 TCP 连接会卡死。

Agent:

  1. Asks for socket code, IP task stack, buffer scheme, driver logs, and heap stats.
  2. Checks buffer ownership and IP task health before protocol logic.
  3. Verifies UDP and TCP separately.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.