Kumar Gala
Kumar Gala
There are cases that we might source the same Kconfig files multiple times. If this happens and the Kconfig has unnamed choice statements in it we get the following warning:...
Now that counter drivers are enabled based on devicetree we need to remove any cases of them getting enabled by Kconfig.defconfig* files as this can lead to errors. Signed-off-by: Kumar...
zephyr is transition away from devicetree label property for nodes that are associated with devices. So remove it from "zephyr,cdc-acm-uart" nodes. Signed-off-by: Kumar Gala
By having this available via pip it makes it easier for people to use this in other projects and keep track as updates are made to support additional boards and...
When trying to do a 'reset halt' command it reports success but doesn't not seem to either reset or have the SoC/Core halted at reset vector.
Allow to set clone-depth as a default in the manifest. A clone-depth set on a specific project should override the default.
Would be cool if one could also have the option of tagging a PR w/a config defined label
Seeing this in my ha.log ``` Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 249, in _async_setup_platform await asyncio.shield(task) File "/config/custom_components/kumo/climate.py", line 107, in async_setup_entry data = hass.data[DOMAIN] KeyError: 'kumo'...