Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Power-Cycle Function Ordering is not Specified #79

Closed
prototypicalpro opened this issue Feb 27, 2020 · 2 comments
Closed

Power-Cycle Function Ordering is not Specified #79

prototypicalpro opened this issue Feb 27, 2020 · 2 comments
Assignees
Labels
Documentation An issue relating to Loom's documentation.
Milestone

Comments

@prototypicalpro
Copy link
Member

Now that Loom is planning to break out the automatic initialization from LoomManager::sleep() into the sketch, a documentation page is needed to specify the ordering in which Loom functions should be called on wakeup. This includes things such as turning on the Hypnos Board, clearing the RTC interrupt, calling Loom::power_up() and so on. This page also needs to address modules that we do not have a formal ordering for, but may cause conflict (ex. Ethernet and LoRa).

@prototypicalpro prototypicalpro added the Documentation An issue relating to Loom's documentation. label Feb 27, 2020
@prototypicalpro prototypicalpro changed the title Power-Cycle Ordering is not Specified Power-Cycle Function Ordering is not Specified Feb 27, 2020
@BGoto808
Copy link
Contributor

@prototypicalpro
Copy link
Member Author

prototypicalpro commented Mar 13, 2020

Could you add some example code snippets that include interrupt operations and the RTC operations? Things like reconnect_interrupt.

@MrKangs MrKangs added this to the Spring Term milestone Apr 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation An issue relating to Loom's documentation.
Projects
None yet
Development

No branches or pull requests

4 participants