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

Cypress: Backport PRs from 6.0 to 5.15.2 #12753

Merged
merged 10 commits into from
Apr 7, 2020

Commits on Apr 2, 2020

  1. Backport ARMmbed#12019: rework cypress lptimer hal

    Changed set_match api to use an absolute ticks rather than delayed tick to match api name.
    Added api set_delay to delay by a specific amount of ticks. Removed unused set_time api.
    Simplified the logic for computing interrupts match value for cascading counters.
    Fixed an issue when incorrect base time would be read when trying to set match values.
    ShuopengDeng authored and Kyle Kearney committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    880af5d View commit details
    Browse the repository at this point in the history
  2. Backport ARMmbed#12038: Remove qspi_frequency() call.

    cy_qspi_frequency is not implemented.
    This change is made because for compatibility
    reason with upcoming cy_hal changes.
    yarbcy authored and Kyle Kearney committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    63583ff View commit details
    Browse the repository at this point in the history
  3. Backport ARMmbed#12052: Fix for ARM issue 11859.

    1. Clear UART events before enabling
    2. Reset device before return from test case
    yarbcy authored and Kyle Kearney committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    738ec19 View commit details
    Browse the repository at this point in the history
  4. Backport ARMmbed#12097: Cypress: Fix IAR Warnings

    fix 'enumerated type mixed with another type' IAR warnings
    fix 'statement is unreachable' IAR warning
    ShuopengDeng authored and Kyle Kearney committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    a0ee701 View commit details
    Browse the repository at this point in the history
  5. Backport ARMmbed#12394: Fix Cypress 1M SDIO + other minor bugs

    - Remove wounding for the hardware CRYPTO block. The PSoC 6 MPN CYW9P62S1_43012EVB_01 was revised
      to add the hardware crypto block.
    - Add missing error checks for emac power up.
    - Add a multiplied by 2 in the SDIO clock divider calculation to account for internal UDB divider.
      Note: Fixes issues with intermittent WiFi firmware load failures on CY8CKIT_062_WIFI_BT,
      CYW943012P6EVB_01, CYW9P62S1_43012EVB_01, CYW9P62S1_43438EVB_01.
    cypress-midd authored and Kyle Kearney committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    8199e25 View commit details
    Browse the repository at this point in the history
  6. Backport ARMmbed#12421: Cypress target reorganization

    - Remove CY8CMOD_062_4343W and merge into CY8CPROTO_062_4343W.
    - Remove CY8CMOD_062S2_43012 and merge into CY8CKIT_062S2_43012.
    - Remove CY8CMOD_062S3_4343W and merge into CY8CPROTO_062S3_4343W.
    - Removed CY8CMODs from targets.json.
    - Removed unnecessary PSOC6Code.complete post binary hook from cypress targets.
    dustin-crossman authored and Kyle Kearney committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    a15ed11 View commit details
    Browse the repository at this point in the history
  7. Backport ARMmbed#12422: Cypress Asset Update

    - Update psoc6pdl to version 1.4.1.2240
    - Update psoc6 core_lib to version 1.1.1.11109.
    - Update psoc6hal to 1.1.1.11145.
    - Store RTC century and RTC state information in persistent BREG register.
    dustin-crossman authored and Kyle Kearney committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    ca47da6 View commit details
    Browse the repository at this point in the history
  8. Backport ARMmbed#12492: Update psoc6cm0p to version 1.1.1.

    This version is built with PSoC 6 Peripheral Driver Library (PDL) 1.4.1
    cypress-midd authored and Kyle Kearney committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    be4dd8e View commit details
    Browse the repository at this point in the history
  9. Backport ARMmbed#12603: Add CYSBSYSKIT_01

    dustin-crossman authored and Kyle Kearney committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    4e6692b View commit details
    Browse the repository at this point in the history
  10. Backport ARMmbed#12701: Custom BT Firmware for CYW9P62S1_43012EVB_01

    cy-opm authored and Kyle Kearney committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    fa6bfb2 View commit details
    Browse the repository at this point in the history