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

board: m5stack-core2 module support #61812

Merged
merged 4 commits into from
Sep 11, 2023

Commits on Sep 8, 2023

  1. boards: M5Stack Core2 module suppport

    This Pull-Request enables support for the M5Stack Core2 hardware.
    The module features a LCD display, touchscreen, battery, USB-Port,
    8MB RAM and 16MB Flash.
    Basic features are working. Please refere to the board documentation
    for details.
    
    Signed-off-by: Martin Kiepfer <[email protected]>
    
    gpio: gpio_axp192: fix dependecy between GET_DIRECTION and GET_CONFIG
    configuration
    
    Latest unit gpio get_direction unit test failes, as get_direction api
    internally requires get_config functionality. This commit fixes this
    dependecy.
    
    Signed-off-by: Martin Kiepfer <[email protected]>
    Martin Kiepfer authored and Martin Kiepfer committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    a8261b9 View commit details
    Browse the repository at this point in the history
  2. drivers: axp192_gpio: Fix for latest get_direction unit test

    This commit resolves an internal dependecy between GET_DIRECTION and
    GET_CONFIG configuration. GET_CONFIG api is internally needed by
    GET_DIRECTION api.
    
    Signed-off-by: Martin Kiepfer <[email protected]>
    Martin Kiepfer committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d06708f View commit details
    Browse the repository at this point in the history
  3. boards: m5stack_core2: Exclude board from device tree test

    m5stack_core2 enables i2c by default for regulator usage which
    conflicts with the test and is therefore excluded from the test.
    
    Signed-off-by: Martin Kiepfer <[email protected]>
    Martin Kiepfer authored and Martin Kiepfer committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e508379 View commit details
    Browse the repository at this point in the history
  4. devicetree: Add grove connector definition for m5stack_core2

    Basic pinout definition.
    
    Signed-off-by: Martin Kiepfer <[email protected]>
    Martin Kiepfer committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    751dcc4 View commit details
    Browse the repository at this point in the history