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

parser: support empty list for DTB selection #129

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

axel-h
Copy link
Member

@axel-h axel-h commented Mar 13, 2023

Support using vm0.dtb = dtb([]); because an empty list seems a bit more intuitive than having to use a dummy elementvm0.dtb = dtb([{}]);

Test with: seL4/camkes-vm-examples#36

@axel-h axel-h changed the title parser: support empty list parser: support empty list for DTB selection Mar 13, 2023
@axel-h axel-h force-pushed the patch-axel-5 branch 2 times, most recently from 8b319a5 to 70e3e8f Compare May 16, 2023 23:35
@axel-h axel-h force-pushed the patch-axel-5 branch 2 times, most recently from e16f01a to cf897cc Compare February 2, 2024 11:29
Axel Heider added 3 commits July 2, 2024 12:25
Also drop the comments, because one is misleading and the other one just
states what is obvious.

Signed-off-by: Axel Heider <[email protected]>
This is for convenience reasons, as it allows using `vm0.dtb = dtb([])`
instead of `dtb([{}]);` with a dummy element.

Signed-off-by: Axel Heider <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant