Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(aft_netif): Introduction of esp_netif with FreeRTOS+TCP stack #595

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

david-cermak
Copy link
Collaborator

@david-cermak david-cermak commented Jun 13, 2024

AFpT: Amazon FreeRTOS plus TCP: network stack now supports multiple network interfaces with multiple endpoints!

Related

Task list

  • Support via esp_netif
  • Make flexible data path common for wifi and Ethernet reusing IDF glues
  • Support better Network Buffer management
  • Support FreeRTOS SMP

@david-cermak david-cermak self-assigned this Jun 13, 2024
@david-cermak david-cermak marked this pull request as ready for review June 20, 2024 10:02
Copy link
Collaborator

@euripedesrocha euripedesrocha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to add documentation for this and make the limitations clear for this initial version.

@@ -0,0 +1,13 @@
#set(fdir /home/david/esp/idf/components/freertos/FreeRTOS-Kernel/include/freertos)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants