Skip to content

Conversation

@NickeZ
Copy link
Collaborator

@NickeZ NickeZ commented Nov 21, 2025

No description provided.

@NickeZ NickeZ force-pushed the maint/async-engine-3 branch 11 times, most recently from 91fe8e7 to 7e7eba6 Compare November 24, 2025 23:30
@NickeZ NickeZ force-pushed the maint/async-engine-3 branch 2 times, most recently from 831d121 to ff1ac2f Compare November 26, 2025 10:54
@NickeZ NickeZ force-pushed the maint/async-engine-3 branch 2 times, most recently from 440fc7d to 1cf82ff Compare November 26, 2025 12:57
ports orientation screen and delay to show that waking works
@NickeZ NickeZ force-pushed the maint/async-engine-3 branch from 1cf82ff to b5f6448 Compare November 26, 2025 13:26

#[cfg_attr(feature = "c-unit-testing", allow(unused))]
fn main_loop() -> ! {
static ORIENTATION_CHOSEN: AtomicBool = AtomicBool::new(false);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of using an AtomicBool I think I could wrap the uart_write_queue in an Arc<Mutex<>> and put all the handling in the async function given to the executor.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant