Skip to content

implement __kernel attribute #3799

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

Closed
zephyrbot opened this issue Jul 7, 2017 · 0 comments
Closed

implement __kernel attribute #3799

zephyrbot opened this issue Jul 7, 2017 · 0 comments
Assignees
Labels
area: Kernel Enhancement Changes/Updates/Additions to existing features priority: medium Medium impact/importance bug
Milestone

Comments

@zephyrbot
Copy link
Collaborator

zephyrbot commented Jul 7, 2017

Reported by Andrew Boie:

For systems that enable CONFIG_APPLICATION_MEMORY, we need a way for application code to reserve memory which will end up in kernel space. This is needed for apps to define toplevel kernel objects.

example:

struct k_sem __kernel my_semaphores[16];

These semaphore objects will all end up in kernel and not application data section.

(Imported from Jira ZEP-2366)

@zephyrbot zephyrbot added priority: medium Medium impact/importance bug area: Kernel Enhancement Changes/Updates/Additions to existing features labels Sep 23, 2017
@zephyrbot zephyrbot added this to the v1.9.0 milestone 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: medium Medium impact/importance bug
Projects
None yet
Development

No branches or pull requests

2 participants