Add wifi.suspend() and node.sleep() (#1231)
* Exposed forced sleep API and more Added timer suspend functionality * wifi.suspend * wifi.resume * node.sleep * tmr.suspend * tmr.suspend_all * tmr.resume * tmr.resume_all * Implement timer suspend functionality * Fix for uart TX glitch * Made some modifications to the error reporting
app/include/misc/dynarr.h
0 → 100644
app/misc/Makefile
0 → 100644
app/misc/dyn_arr.c
0 → 100644
app/pm/Makefile
0 → 100644
app/pm/pmSleep.c
0 → 100644
app/pm/pmSleep.h
0 → 100644
app/swTimer/Makefile
0 → 100644
app/swTimer/swTimer.c
0 → 100644
Please register or sign in to comment