[DeviceDriver] Add power management device driver.

This commit is contained in:
armink
2018-10-29 09:49:12 +08:00
parent 125195c870
commit 2d59fe0310
6 changed files with 800 additions and 0 deletions

View File

@@ -103,6 +103,10 @@ extern "C" {
#include "drivers/rt_drv_pwm.h"
#endif
#ifdef RT_USING_PM
#include "drivers/pm.h"
#endif
#ifdef RT_USING_WIFI
#include "drivers/wlan.h"
#endif