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

Update PSoC 6 BSP Targets #11323

Closed

Commits on Aug 27, 2019

  1. Enable SDIO DeepSleep Callback

    Kyle Kearney committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    1171a6f View commit details
    Browse the repository at this point in the history
  2. Initialize timer for us_ticker at startup

    This avoids a stack overflow if sleep is called for the first time from
    the idle thread (which by default has a fairly small stack, and which is
    already fairly deep by the time it calls into the usticker adapter)
    Kyle Kearney committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    567293a View commit details
    Browse the repository at this point in the history
  3. Move BSP design.modus/GenSrc into its own component

    Enables code examples/end user applications to override if necessary
    Add BSP_DESIGN_MODUS component by default to all PSOC6 boards. Applications can remove this if necessary.
    Kyle Kearney committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    2c5ed79 View commit details
    Browse the repository at this point in the history
  4. Move nested targets up one level

    For kit targets that inherit from a module, move the kit a top-level
    target folder rather than nesting underneath the module folder, to
    avoid too-long-path issues on Windows.
    Note this only changes the folder layout, not the inheritance.
    Kyle Kearney committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    6669f3c View commit details
    Browse the repository at this point in the history
  5. Update board hardware configuration

    Include all configurator design files with each BSP
    Kyle Kearney committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    2cd3e1e View commit details
    Browse the repository at this point in the history
  6. Update device startup code and linker scripts

    Only include the CM4 startup code and linker scripts with the target for each board.
    Kyle Kearney committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    d9bb4f0 View commit details
    Browse the repository at this point in the history