Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
91f4a6b9
Commit
91f4a6b9
authored
Aug 01, 2024
by
iabdalkader
Committed by
Damien George
Aug 08, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mimxrt/mpmetalport: Use mp_event_handle_nowait() for metal_poll.
Signed-off-by:
iabdalkader
<
i.abdalkader@gmail.com
>
parent
67ebe086
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ports/mimxrt/mpmetalport.h
ports/mimxrt/mpmetalport.h
+2
-1
No files found.
ports/mimxrt/mpmetalport.h
View file @
91f4a6b9
...
...
@@ -67,7 +67,8 @@ static inline int __metal_sleep_usec(unsigned int usec) {
}
static
inline
void
metal_generic_default_poll
(
void
)
{
MICROPY_EVENT_POLL_HOOK
mp_event_handle_nowait
();
__WFI
();
}
#endif // MICROPY_INCLUDED_MIMXRT_METAL_PORT_H
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment