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 fixes #9647

Merged
merged 1 commit into from
Feb 11, 2019
Merged

Conversation

lrusinowicz
Copy link
Contributor

@lrusinowicz lrusinowicz commented Feb 8, 2019

  1. Removed random i/o glitches occurring during device reconfiguration
  2. Fixed hazardous reads occurring at the end of transfer resulting
    in incorrect values being received
  3. Added spi_free() function
  4. Replaced default M0 image with a one ignoring i/o reservation. This is
    a workaround for missing proper destructors in Mbed drivers and BlockDevice
    tests failing on repeated initialization
    Fixes issue FUTURE_SEQUANA: failing to pass block device tests. #9620.

Test log:
tests_sd_sequana_gcc_20190208.log

Additionally deleted obsolete psoc63_m0_ble_controller_1.01.hex image file.

Description

Pull request type

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

Reviewers

1. Removed random i/o glitches occurring during device reconfiguration
2. Fixed hazardous reads occurring at the end of transfer resulting
   in incorrect values being received
3. Added spi_free() function
4. Replaced default M0 image with a one ignoring i/o reservation. This is
   a workaround for missing proper destructors in Mbed drivers and BlockDevice
   tests failing on repeated initialization
Fixes issue ARMmbed#9620.
@ciarmcom ciarmcom requested a review from a team February 8, 2019 18:00
@ciarmcom
Copy link
Member

ciarmcom commented Feb 8, 2019

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

Copy link
Contributor

@orenc17 orenc17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can confirm that this fixes the issue
run sd-example successfully on FUTURE_SEQUANA and FUTURE_SEQUANA_PSA

@lrusinowicz could you also generate new PSA images

@0xc0170
Copy link
Contributor

0xc0170 commented Feb 11, 2019

Ci started

@lrusinowicz
Copy link
Contributor Author

@orenc17 This fix doesn't really affect M0 PSA image, which doesn't use SPI. I'm going to submit the fix for PSA deep sleep tests and then will re-generate M0 PSA images with both fixes.

@mbed-ci
Copy link

mbed-ci commented Feb 11, 2019

Test run: SUCCESS

Summary: 12 of 12 test jobs passed
Build number : 1
Build artifacts

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.

5 participants