Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: unoq: enable menu for immediate mode#235

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
facchinm wants to merge1 commit intoarduino:main
base:main
Choose a base branch
Loading
fromfacchinm:unoq_immediate_mode

Conversation

@facchinm
Copy link
Member

Selecting "Startup mode->Immediate" will instruct the loader to skip the boot animation and directly start the sketch.
Extra care should be taken to ensure that the Linux side is up before calling any Bridge function.

The status of Linux boot can be easily retrieved by checking the status of GPIO G13 (67 in Arduino world).

Please note that this will be operational only after anew release of zephyr-sketch-tool

sebromero reacted with heart emoji
Selecting "Startup mode->Immediate" will instruct the loader to skipthe boot animation and directly start the sketch.Extra care should be taken to ensure that the Linux side is upbefore calling any Bridge function.The status of Linux boot can be easily retrieved by checkingthe status of GPIO G13 (67 in Arduino world).Please note that this will be operational only after a new releaseof zephyr-sketch-tool
@per1234per1234 added the enhancementNew feature or request labelOct 29, 2025
@sebromero
Copy link

@facchinm How about we add a function to the Bridge library e.g.Bridge.ready() which internally reads GPIO G13 to check if Linux is ready? One could argue that a Bridge is only ready of both sides of it are ready, hence the naming.

facchinm reacted with thumbs up emojipillo79 reacted with heart emoji

@facchinm
Copy link
MemberAuthor

Completely agree, the Bridge could borrowthis snippet and hide it in thebegin()

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@pillo79pillo79Awaiting requested review from pillo79

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

enhancementNew feature or request

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@facchinm@sebromero@per1234

[8]ページ先頭

©2009-2025 Movatter.jp