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

FUTURE_SEQUANA: SPI HAL API fixes #11599

Merged
merged 1 commit into from
Oct 18, 2019
Merged

Conversation

lrusinowicz
Copy link
Contributor

Description

Number of fixes for SPI HAL implementation:

  • Fixed miscalculation in SPI frequency setup (divider value).
  • Added possibility to set up SCK line as NC (usable when SPI peripheral
    is used to handle non-SPI protocols.
  • Fixed handling of 16-bit (and other >8 bit) transfers.

tests_sequana_gcc_20190930.log
tests_sequana_blockdevice_gcc_20190930.log

Pull request type

[x] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change

Reviewers

Release Notes

- Fixed miscalculation in SPI frequency setup (divider value).
- Added possibility to set up SCK line as NC (usable when SPI peripheral
   is used to handle non-SPI protocols.
- Fixed handlingh of 16-bit (and other >8 bit) transfers.

(cherry picked from commit 7d391f2)
@ciarmcom ciarmcom requested review from maclobdell and a team September 30, 2019 15:00
@ciarmcom
Copy link
Member

@lrusinowicz, thank you for your changes.
@maclobdell @ARMmbed/mbed-os-maintainers please review.

@adbridge
Copy link
Contributor

adbridge commented Oct 7, 2019

@maclobdell please review

@0xc0170
Copy link
Contributor

0xc0170 commented Oct 17, 2019

CI started

@mbed-ci
Copy link

mbed-ci commented Oct 17, 2019

Test run: FAILED

Summary: 1 of 4 test jobs failed
Build number : 1
Build artifacts

Failed test jobs:

  • jenkins-ci/mbed-os-ci_build-IAR

@0xc0170
Copy link
Contributor

0xc0170 commented Oct 18, 2019

CI was restarted

@mbed-ci
Copy link

mbed-ci commented Oct 18, 2019

Test run: FAILED

Summary: 1 of 11 test jobs failed
Build number : 2
Build artifacts

Failed test jobs:

  • jenkins-ci/mbed-os-ci_cloud-client-test

@0xc0170
Copy link
Contributor

0xc0170 commented Oct 18, 2019

client test restarted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants