-
Notifications
You must be signed in to change notification settings - Fork 0
Z 0.9.1 free rtos plus tcp #1
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
Open
polejoe
wants to merge
27
commits into
master
Choose a base branch
from
z-0.9.1-FreeRTOS-Plus-TCP
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It turns out add_custom_command uses "ARGS" to separate the command from its arguments, but add_custom_target "COMMAND" doesn't. Signed-off-by: Erik Boasson <eb@ilities.com>
* Add default_nested compiler option This allows setting of the "default" default nestedness, so the value in absence of an annotation, through the command line -n parameter Signed-off-by: Martijn Reicher <martijn.reicher@zettascale.tech> * Improved documentation for idlc nestedness command line option Signed-off-by: Martijn Reicher <martijn.reicher@zettascale.tech>
…ypes are resolved Signed-off-by: Dennis Potman <dennis@zettascale.tech>
…ndpoint was received before creating local topic using the same top-level type, the type object for the local type dependencies was not added in the type library Signed-off-by: Dennis Potman <dennis@zettascale.tech>
As the getDependencies service operation for the type lookup service is not supported yet, the code that handles the requests and replies should check that the message is a getTypes request or reponse. Signed-off-by: Dennis Potman <dennis@zettascale.tech>
Signed-off-by: Dennis Potman <dennis@zettascale.tech>
Signed-off-by: Dennis Potman <dennis@zettascale.tech>
Fixes Coverity issues 350494/350493. Signed-off-by: Erik Boasson <eb@ilities.com>
An unitialized array was passed as the in parameter to a function, fixed the issue by initializing this array to 0 Signed-off-by: Martijn Reicher <martijn.reicher@zettascale.tech>
Fix passing uninitialized crypto_session_key_t.data contents to print_octets function Signed-off-by: Martijn Reicher <martijn.reicher@zettascale.tech>
Signed-off-by: LanderU <lander.usategui@gmail.com>
* Update README and added XTypes release notes Signed-off-by: Erik Boasson <eb@ilities.com> * Small clarifications in README Signed-off-by: Erik Boasson <eb@ilities.com>
Signed-off-by: Erik Boasson <eb@ilities.com>
…y data Signed-off-by: Dennis Potman <dennis@zettascale.tech>
…s, struct members and union members Signed-off-by: Dennis Potman <dennis@zettascale.tech>
…faults to infinite) Signed-off-by: Dennis Potman <dennis@zettascale.tech>
* optional ipv6 support * add documentation for missing cmake options
Signed-off-by: john.fan <john.fan@autocore.ai>
An incorrect call to "unlock" on an unlocked mutex causes a problem on QNX (and is illegal on all platforms). It should have been a call to "destroy". With that change, the three lines are identical to what "participant_sec_attributes_free" does. Signed-off-by: Erik Boasson <eb@ilities.com>
Signed-off-by: Dennis Potman <dennis@zettascale.tech>
Signed-off-by: Erik Boasson <eb@ilities.com>
…tack 1. CycloneDDS version0.9.1 2. add support FreeRTOS_Plus_TCP stack 3. adaption ddsrt_runtime [Issue] Not Validated [Changes] +TCP socket ddsrt header and source sockaddr ifaddr .init_array section log sink multicast/unicast peer define in xml TLS-Thread_Local_Storage from FreeRTOS SW impl instread of toolchain sock_waitset sock fdset sendmsg/recvmsg for UDP dds_align from 0.10.2 FragmentSize for jumbo and normal [Test Platform] N/A Signed-off-by: Brave Zhou <whopole@qq.com>
…TCP IP stack" This reverts commit c3d4035.
CycloneDDS looks have support on FreeRTOS+LWIP Stack, however lacking FreeRTOS-Plus-TCP Stack support This change managed to add +TCP support * base CycloneDDS version0.9.1 * ddsrt socket / thread ... [Changes] +TCP socket ddsrt header and source sockaddr ifaddr .init_array section log sink multicast/unicast peer define in xml TLS-Thread_Local_Storage from FreeRTOS SW impl instread of toolchain sock_waitset sock fdset sendmsg/recvmsg for UDP dds_align from 0.10.2 FragmentSize for jumbo and normal [Issue] Not Validated [Test Platform] N/A Signed-off-by: Brave Zhou <whopole@qq.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.