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

NX_BSD_TIMEOUT_PROCESS_IN_TIMER #247

Open
sonoclock110 opened this issue Feb 9, 2024 · 0 comments
Open

NX_BSD_TIMEOUT_PROCESS_IN_TIMER #247

sonoclock110 opened this issue Feb 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@sonoclock110
Copy link

If NX_BSD_TIMEOUT_PROCESS_IN_TIMER is defined the if statement

if ((bsd_thread_stack_area == TX_NULL) || (bsd_thread_stack_size == 0))

should inside the macro
#ifndef NX_BSD_TIMEOUT_PROCESS_IN_TIMER

At the moment the function nx_bsd_initialize(..) returns always an error if NX_BSD_TIMEOUT_PROCESS_IN_TIMER is defined and nx_bsd_initialize(..) is called with NULL for argument bsd_thread_stack_area and bsd_thread_stack_size.

space.) The following parameters passed into bsd_initialize are ignored:
* bsd_thread_stack_area
* bsd_thread_stack_size
* bsd_thread_priority

@sonoclock110 sonoclock110 added the bug Something isn't working label Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant