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

API changes to event handling #2435

Closed
zephyrbot opened this issue Sep 16, 2016 · 5 comments
Closed

API changes to event handling #2435

zephyrbot opened this issue Sep 16, 2016 · 5 comments
Labels
area: Kernel Enhancement Changes/Updates/Additions to existing features priority: high High impact/importance bug
Milestone

Comments

@zephyrbot
Copy link
Collaborator

zephyrbot commented Sep 16, 2016

Reported by Benjamin Walsh:

A potpourri of potential enhancements:

  • Allow object to pend signals in a cumulative way using the semaphore in a non-binary way.
    

(Imported from Jira ZEP-928)

@zephyrbot
Copy link
Collaborator Author

by Sharron LIU:

I recalled there's another story on zpoll, for similar purpose?

@zephyrbot
Copy link
Collaborator Author

by Benjamin Walsh:

No, this is different: it's for the kernel event object, which is different than k_poll.

@zephyrbot
Copy link
Collaborator Author

by Mark Linkmeyer:

Per email from Ben Walsh on 10/18/16, this story is on track for 1.6.

@zephyrbot
Copy link
Collaborator Author

by Benjamin Walsh:

Fixed by 058fa4e

@zephyrbot
Copy link
Collaborator Author

zephyrbot commented Nov 8, 2016

by Sharron LIU:

alert verified @x86 @arc @arm with below test points:
/*TESTPOINT: init via K_ALERT_DEFINE/
/*TESTPOINT: init via k_alert_init/
/*TESTPOINT: thread-thread sync via alert/
/*TESTPOINT: thread-isr sync via alert/
/*TESTPOINT: alert send/
/*TESTPOINT: alert send when meeting pending limit/
/*TESTPOINT: alert recv/
/*TESTPOINT: alert recv -EAGAIN/
/*TESTPOINT: alert recv -EBUSY/
/*TESTPOINT: alert handler default/
/*TESTPOINT: alert handler ignore/
/*TESTPOINT: alert handler return 0/
/*TESTPOINT: alert handler return non-0/

Closing this. Thanks.

minor issue observed in "kernel primer v2" doc, logged as GH-2725

@zephyrbot zephyrbot added priority: high High impact/importance bug area: Kernel Enhancement Changes/Updates/Additions to existing features labels Sep 23, 2017
@zephyrbot zephyrbot added this to the v1.6.0 milestone Sep 23, 2017
This was referenced Sep 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Kernel Enhancement Changes/Updates/Additions to existing features priority: high High impact/importance bug
Projects
None yet
Development

No branches or pull requests

1 participant