move syscall handling into nac3embedded #21

Closed
opened 2021-09-24 11:38:43 +08:00 by sb10q · 1 comment

"Syscalls" are ARTIQ-specific. Remove from nac3core, needs a proper API/abstraction (like parallel/sequential context managers).

"Syscalls" are ARTIQ-specific. Remove from nac3core, needs a proper API/abstraction (like parallel/sequential context managers).
sb10q added the
low-priority
label 2021-09-24 12:47:35 +08:00
Poster
Owner

Simply renamed to extern, which is similar to C's extern and can go into the core language.
We probably want to handle kernel/portable decorators in nac3core as well to filter kernel/nonkernel code, and the extern decorator should fit nicely in place there as well.

Simply renamed to ``extern``, which is similar to C's ``extern`` and can go into the core language. We probably want to handle ``kernel``/``portable`` decorators in nac3core as well to filter kernel/nonkernel code, and the ``extern`` decorator should fit nicely in place there as well.
sb10q closed this issue 2021-09-27 10:12:18 +08:00
sb10q referenced this issue from a commit 2021-09-27 10:13:05 +08:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nac3#21
There is no content yet.