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

FreeRTOS-Plus-TCP port #239

Merged
merged 41 commits into from
Oct 30, 2023
Merged

FreeRTOS-Plus-TCP port #239

merged 41 commits into from
Oct 30, 2023

Commits on Aug 12, 2023

  1. FreeRTOS-Plus-TCP port: system and UDP unicast

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    3d954cd View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Fix clock_elapsed_s method

    bjsowa committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    2d9ed40 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Avoid double free

    bjsowa committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d3e8cc1 View commit details
    Browse the repository at this point in the history
  2. Add TCP transport

    bjsowa committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f949eb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e2d99d View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Initial FreeRTOS-Plus-TCP example

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ba1c4c0 View commit details
    Browse the repository at this point in the history
  2. Initial CI workflow

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d502492 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Fix newline character in printf

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c8c8b3d View commit details
    Browse the repository at this point in the history
  2. Fix network driver checksum options

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b86ce98 View commit details
    Browse the repository at this point in the history
  3. Fix printf newline

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    46bde55 View commit details
    Browse the repository at this point in the history
  4. Make vAppTask static

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    6314ac9 View commit details
    Browse the repository at this point in the history
  5. Resolve MAC address of gateway before running Zenoh app

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    649fed5 View commit details
    Browse the repository at this point in the history
  6. Set zenoh debug level

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c7cb1ef View commit details
    Browse the repository at this point in the history
  7. Increase socket timeout

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9965500 View commit details
    Browse the repository at this point in the history
  8. Fix segfault when failed to create endpoint

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    98be97f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    28fe14f View commit details
    Browse the repository at this point in the history
  10. Use ai_family returned by getaddrinfo

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    1390425 View commit details
    Browse the repository at this point in the history
  11. Fix tcp and udp read methods

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    933324f View commit details
    Browse the repository at this point in the history
  12. Retain original contributor in z_pub example

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    8633333 View commit details
    Browse the repository at this point in the history
  13. Add z_scout example

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    1c0d0b3 View commit details
    Browse the repository at this point in the history
  14. Base the z_pub example on unix example

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    663724b View commit details
    Browse the repository at this point in the history
  15. Add more examples

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    fe5d30e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Change FreeRTOS-Plus-TCP repository

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1581f37 View commit details
    Browse the repository at this point in the history
  2. Fix building in Release mode

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    66e5d1c View commit details
    Browse the repository at this point in the history
  3. Multi-threading initial

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7fc8da0 View commit details
    Browse the repository at this point in the history
  4. Mark UDP Multicast as unsupported

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    841924c View commit details
    Browse the repository at this point in the history
  5. Fix _z_task_free

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    8148874 View commit details
    Browse the repository at this point in the history
  6. Use multi-threading in examples

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    070b5a6 View commit details
    Browse the repository at this point in the history
  7. Add sleep to z_sub example

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    daa800d View commit details
    Browse the repository at this point in the history
  8. Allow passing task attributes to read and lease tasks

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    424421d View commit details
    Browse the repository at this point in the history
  9. Use static tasks in z_pub example

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    62556f9 View commit details
    Browse the repository at this point in the history
  10. Remove redundant print

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a364a6e View commit details
    Browse the repository at this point in the history
  11. Add more examples

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    683a4d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Change char* to const char*

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    5d92775 View commit details
    Browse the repository at this point in the history
  2. Update license headers

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    63c089b View commit details
    Browse the repository at this point in the history
  3. Update README

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    2291ddd View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    a547d02 View commit details
    Browse the repository at this point in the history
  2. Fix config keys

    bjsowa committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    4e81de9 View commit details
    Browse the repository at this point in the history
  3. Fix fprintzid

    bjsowa committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d6d757f View commit details
    Browse the repository at this point in the history
  4. Ignore freertos_plus_tcp port sources when using PlatformIO

    Signed-off-by: Błażej Sowa <[email protected]>
    bjsowa committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    376ed99 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    7f9c2cf View commit details
    Browse the repository at this point in the history