EmbeddedController icon indicating copy to clipboard operation
EmbeddedController copied to clipboard

Embedded Controller firmware for the Framework Laptop

Results 49 EmbeddedController issues
Sort by recently updated
recently updated
newest added

A 'const' modifier on a function return type is useless and should be removed for clarity.

https://github.com/FrameworkComputer/EmbeddedController/blob/5374ce83214cef8e08d2bad537d2d4c7768902b7/chip/mchp/pwm.c#L104 Please double-check this if condition. It does not make sense to me.

If using '%lu', the argument should be of type 'unsigned long', but the actual argument resp_num is of type 'uint32_t'. Calling a printf-like function with the wrong type of arguments...

get_i2c_port() returns null values in some cases, and omitting the check could crash the program.

Hi, First of all, sorry for the not-so-technical issue I am opening here. On multiple devices, both framework 13 and framework 16, external portable monitors requiring both power delivery and...

This is a repeat of bug #6 for `azalea` and `lotus` > Querying the charge limit with host command `CHARGE_LIMIT_CONTROL` mode `CHG_LIMIT_GET_LIMIT` reloads the charge limit from bbram, which overwrites...

Hardware: * Framework Mainboard (bare board, no battery attached) with 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz 2.42 GHz * USB3-HDMI (DP Altmode) adapter When powering on via USB-C (using...

Please update the docs to provide build instructions for all platforms. Instructions present in `hx20-hx30` branch don't work in `lotus-zephyr`. I'm currently trying to use generic ChromiumOS build docs, but...

Would be a nice addition that is available on most other laptops

This pull request lowers the required AC charger power to get the higher SoC power limits on chargers that are almost 100W. I and most likely a decent chunk of...