Kumar Gala

Results 12 issues of Kumar Gala

Add support for https://app.shippable.com

help wanted
new provider

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:...

area: Kconfig

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...

platform: NXP
platform: Microchip SAM
platform: SiLabs
platform: Microchip MEC

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.

enhancement
priority: low

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'...