|
[RFC] Docker-based development environment for Windows
Problem: Setting up a Zephyr development environment on Microsoft Windows involves many steps. Proposal: Use Docker to automate the setup procedure. Docker Toolbox (https://www.docker.com/products/doc
Problem: Setting up a Zephyr development environment on Microsoft Windows involves many steps. Proposal: Use Docker to automate the setup procedure. Docker Toolbox (https://www.docker.com/products/doc
|
By
LeMay, Michael
·
|
|
RFC [1/3] - SoC, CPU LPS, Tickless idle and Device power management
***This part is merged*** https://gerrit.zephyrproject.org/r/#/c/148/ https://gerrit.zephyrproject.org/r/#/c/149/ https://gerrit.zephyrproject.org/r/#/c/150/ https://gerrit.zephyrproject.org/r/#/c/151
***This part is merged*** https://gerrit.zephyrproject.org/r/#/c/148/ https://gerrit.zephyrproject.org/r/#/c/149/ https://gerrit.zephyrproject.org/r/#/c/150/ https://gerrit.zephyrproject.org/r/#/c/151
|
By
Thomas, Ramesh
·
|
|
Building project
2 messages
Hi, I'm currently trying to build the hello world example in a directory outside the zephyr SDK and I keep getting this make error: corey(a)corey-H97M-D3H:~/ZephyrWorkspace/eclipse_workspace/hello_wor
Hi, I'm currently trying to build the hello world example in a directory outside the zephyr SDK and I keep getting this make error: corey(a)corey-H97M-D3H:~/ZephyrWorkspace/eclipse_workspace/hello_wor
|
By
Corey Williamson
·
|
|
[PATCH 0/8] Adding generic suspend/resume infrasturcture.
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Since this change set was loosely based on my RFC on the subject prior to release it is worth bringing the orginal design into this thread. Given th
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Since this change set was loosely based on my RFC on the subject prior to release it is worth bringing the orginal design into this thread. Given th
|
By
dirk.brandewie@...
·
|
|
[PATCH 1/7] device: Add _null_suspend_resume() function
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Some devices may have no work to do in suspend/resume, but every device is required to provided a suspend/resume function to the power management su
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Some devices may have no work to do in suspend/resume, but every device is required to provided a suspend/resume function to the power management su
|
By
dirk.brandewie@...
·
|
|
[PATCH 1/8] device: Add suspend/resume api functions to device structure
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Suspend and resume are generic functions that each device should support. Move the suspend/resume API functions to the top level device structure. T
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Suspend and resume are generic functions that each device should support. Move the suspend/resume API functions to the top level device structure. T
|
By
dirk.brandewie@...
·
|
|
[PATCH 2/8] device: Add _null_suspend_resume() function
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Some devices may have no work to do in suspend/resume, but every device is required to provided a suspend/resume function to the power management su
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Some devices may have no work to do in suspend/resume, but every device is required to provided a suspend/resume function to the power management su
|
By
dirk.brandewie@...
·
|
|
[PATCH 2/7] device: Add generic device_{suspend, resume}() API
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Provide an API to call the device suspend/resume functions. Change-Id: I352481897a4bf431fc9eb78540fc81f5e552c4be Signed-off-by: Dirk Brandewie <dirk
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Provide an API to call the device suspend/resume functions. Change-Id: I352481897a4bf431fc9eb78540fc81f5e552c4be Signed-off-by: Dirk Brandewie <dirk
|
By
dirk.brandewie@...
·
|
|
[PATCH 3/7] device: Add API to suspend/resume all devices in the system.
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Change-Id: Iea0f97998bec4e2b0443a8fcc712dad71d42ae54 Signed-off-by: Dirk Brandewie <dirk.j.brandewie(a)intel.com> --- include/device.h | 2 ++ kernel
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Change-Id: Iea0f97998bec4e2b0443a8fcc712dad71d42ae54 Signed-off-by: Dirk Brandewie <dirk.j.brandewie(a)intel.com> --- include/device.h | 2 ++ kernel
|
By
dirk.brandewie@...
·
|
|
[PATCH 3/8] device: Add generic device_{suspend, resume}() API
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Provide an API to call the device suspend/resume functions. Change-Id: I352481897a4bf431fc9eb78540fc81f5e552c4be Signed-off-by: Dirk Brandewie <dirk
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Provide an API to call the device suspend/resume functions. Change-Id: I352481897a4bf431fc9eb78540fc81f5e552c4be Signed-off-by: Dirk Brandewie <dirk
|
By
dirk.brandewie@...
·
|
|
[PATCH 4/8] device: Add API to suspend/resume all devices in the system.
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Change-Id: Iea0f97998bec4e2b0443a8fcc712dad71d42ae54 Signed-off-by: Dirk Brandewie <dirk.j.brandewie(a)intel.com> --- include/device.h | 2 ++ kernel
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Change-Id: Iea0f97998bec4e2b0443a8fcc712dad71d42ae54 Signed-off-by: Dirk Brandewie <dirk.j.brandewie(a)intel.com> --- include/device.h | 2 ++ kernel
|
By
dirk.brandewie@...
·
|
|
[PATCH 4/7] device: pm: Add API for power management entity to register pm callbacks
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Provide a mechanism for the power management infrastructure to be notified of power management events in the driver. Change-Id: If78fe3610679ba82c52
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Provide a mechanism for the power management infrastructure to be notified of power management events in the driver. Change-Id: If78fe3610679ba82c52
|
By
dirk.brandewie@...
·
|
|
[PATCH 5/8] device: pm: Add API for power management entity to register pm callbacks
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Provide a mechanism for the power management infrastructure to be notified of power management events in the driver. Change-Id: If78fe3610679ba82c52
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Provide a mechanism for the power management infrastructure to be notified of power management events in the driver. Change-Id: If78fe3610679ba82c52
|
By
dirk.brandewie@...
·
|
|
[PATCH 5/7] gpio: Remove suspend/resume from GPIO API
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Device suspend/resume API is now implemented in top level device API. Change-Id: I2386765813aee2a94e54cb2914ee9ec3644b90c7 Signed-off-by: Dirk Brand
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Device suspend/resume API is now implemented in top level device API. Change-Id: I2386765813aee2a94e54cb2914ee9ec3644b90c7 Signed-off-by: Dirk Brand
|
By
dirk.brandewie@...
·
|
|
[PATCH 6/8] gpio: Remove suspend/resume from GPIO API
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Device suspend/resume API is now implemented in top level device API. Change-Id: I2386765813aee2a94e54cb2914ee9ec3644b90c7 Signed-off-by: Dirk Brand
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Device suspend/resume API is now implemented in top level device API. Change-Id: I2386765813aee2a94e54cb2914ee9ec3644b90c7 Signed-off-by: Dirk Brand
|
By
dirk.brandewie@...
·
|
|
[PATCH 6/7] gpio: gpio_dw: Use generic suspend suspend/resume API
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Change-Id: I55c2c8132172e841214e53be76545b5c84ba1a3c Signed-off-by: Dirk Brandewie <dirk.j.brandewie(a)intel.com> --- drivers/gpio/gpio_dw.c | 26 ++
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Change-Id: I55c2c8132172e841214e53be76545b5c84ba1a3c Signed-off-by: Dirk Brandewie <dirk.j.brandewie(a)intel.com> --- drivers/gpio/gpio_dw.c | 26 ++
|
By
dirk.brandewie@...
·
|
|
[PATCH 7/7] gpio: gpio_dw: Add suport for device_register_pm_ops()
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Change-Id: Ib989e2a45b7c97728b79b4908d6d0aa8d0957999 Signed-off-by: Dirk Brandewie <dirk.j.brandewie(a)intel.com> --- drivers/gpio/gpio_dw.c | 24 ++
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Change-Id: Ib989e2a45b7c97728b79b4908d6d0aa8d0957999 Signed-off-by: Dirk Brandewie <dirk.j.brandewie(a)intel.com> --- drivers/gpio/gpio_dw.c | 24 ++
|
By
dirk.brandewie@...
·
|
|
[PATCH 7/8] gpio: gpio_dw: Use generic suspend suspend/resume API
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Change-Id: I55c2c8132172e841214e53be76545b5c84ba1a3c Signed-off-by: Dirk Brandewie <dirk.j.brandewie(a)intel.com> --- drivers/gpio/gpio_dw.c | 26 ++
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Change-Id: I55c2c8132172e841214e53be76545b5c84ba1a3c Signed-off-by: Dirk Brandewie <dirk.j.brandewie(a)intel.com> --- drivers/gpio/gpio_dw.c | 26 ++
|
By
dirk.brandewie@...
·
|
|
[PATCH 8/8] gpio: gpio_dw: Add suport for device_register_pm_ops()
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Change-Id: Ib989e2a45b7c97728b79b4908d6d0aa8d0957999 Signed-off-by: Dirk Brandewie <dirk.j.brandewie(a)intel.com> --- drivers/gpio/gpio_dw.c | 24 ++
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Change-Id: Ib989e2a45b7c97728b79b4908d6d0aa8d0957999 Signed-off-by: Dirk Brandewie <dirk.j.brandewie(a)intel.com> --- drivers/gpio/gpio_dw.c | 24 ++
|
By
dirk.brandewie@...
·
|
|
[PATCH 0/8] Adding generic suspend/resume infrasturcture.
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Since this change set was loosely based on my RFC on the subject prior to release it is worth bringing the orginal design into this thread. Given th
From: Dirk Brandewie <dirk.j.brandewie(a)intel.com> Since this change set was loosely based on my RFC on the subject prior to release it is worth bringing the orginal design into this thread. Given th
|
By
dirk.brandewie@...
·
|