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

Configure different kinds of busses at compile #4107

Merged
merged 16 commits into from
Sep 14, 2024

Commits on Aug 29, 2024

  1. rebase to bus-config

    PaoloTK committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6655e26 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    fcc344b View commit details
    Browse the repository at this point in the history
  2. bug fix

    PaoloTK committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    c942345 View commit details
    Browse the repository at this point in the history
  3. bug fix

    PaoloTK committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    9bb979f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

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

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    8e4f8fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    329173e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

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

Commits on Sep 10, 2024

  1. - More optimization on bus configuration logic.

    - Renamed LEDPIN to DEFAULT_LED_PIN.
    - Removed ability to override DEFAULT_LED_PIN, DEFAULT_LED_TYPE and DEFAULT_LED_COUNT. Use DATA_PINS, LED_TYPES and PIXEL_COUNTS instead.
    PaoloTK committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5869627 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

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

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    daf0bcf View commit details
    Browse the repository at this point in the history
  2. bug fix

    PaoloTK committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fa82e75 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    6a18803 View commit details
    Browse the repository at this point in the history
  2. Minor fixes

    - rely on HAL for RO pins and max pins
    - remove isPinDefined() and do clash check inline
    - JS fix to use HAL max pins
    blazoncek committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    e3d9417 View commit details
    Browse the repository at this point in the history
  3. Use refernece to avoid ctor/dtor

    Use PinManager to determine reserved pins
    blazoncek committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    81e412f View commit details
    Browse the repository at this point in the history
  4. fix isReadOnlyPin() logic

    PaoloTK committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    f16ed46 View commit details
    Browse the repository at this point in the history