Zaraksh Rahman
Zaraksh Rahman
I can confirm that the Pi Pico freezes in this section of code - ```c while (!time_reached(t_before)) { uint32_t save = spin_lock_blocking(sleep_notifier.spin_lock); lock_internal_spin_unlock_with_wait(&sleep_notifier, save); } ``` I am using the...
Hi! Sorry for the late reply, was caught up in school work. The `man(7)` man-page lays out how to create man page for linux (I cannot run my FreeBSD system...
OK. I am starting work on writing a static version of the man page. I'll use the README.md and the usage.md as a starting point, is that OK? P.S. Maybe...
I can confirm that the Pi Pico freezes in this section of code - ```c while (!time_reached(t_before)) { uint32_t save = spin_lock_blocking(sleep_notifier.spin_lock); lock_internal_spin_unlock_with_wait(&sleep_notifier, save); } ``` I am using the...