Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/improve UI responsiveness (MEGH-1570) #35

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Nov 27, 2020

  1. Configuration menu
    Copy the full SHA
    4476580 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Specify Core2ForAWS product

    Rashed Talukder committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    8e8e13d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Added M5 fan example

    ashmagin committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    2a4ddcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4322863 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3d9331 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Improves UI responsiveness and makes widget bigger

    ESP32 registers the interrupts on the core on which driver is installed.
    So while GUI task is pinned to core1, the I2C interrupt occurs on core0.
    This commit does the driver initialisation on core1 to attach interrupts
    to core1 instead.
    
    Signed-off-by: Amey Inamdar <amey@espressif.com>
    ameyinamdar committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    9945ccf View commit details
    Browse the repository at this point in the history
  2. Improved light to make use of BSP and enable display

    Also fixes related to handle widget events better
    
    Signed-off-by: Amey Inamdar <amey@espressif.com>
    ameyinamdar committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    cb7e5cd View commit details
    Browse the repository at this point in the history