-
Notifications
You must be signed in to change notification settings - Fork 34
add cy8cproto_062_4343w with tdb external #132
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
Conversation
|
Thanks for your changes. |
|
See attached log related to the known issue I mentioned. Please let me know if you have any suggestion. I can make a change and push a new branch. This is with trace set to 'TRACE_LEVEL_INFO_WARN' This is after a reset. There are several errors, but I don't know if they are recoverable errors (normal), or not (real problem). |
teetak01
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tdb_external is more optimal over filesystem as it does not pull in the filesystem driver.
|
Can you rebase the PR? It seems to be out-of-date? OTherwise the PR looks fine. The new device ID with flashing is known issue in our backlog, probably related on Device key generation. Something we can not do explicitly before Mbed OS 6. |
75dce9c to
505546a
Compare
|
I just rebased the PR. |
|
run-ci |
teetak01
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you still update the README?
|
@maclobdell can you check the linker issues? There is quite a bit of warnings and some crypto-errors. |
505546a to
3661077
Compare
|
I just updated the branch with fix for linker issues, updates to readme, and slight re-ordering of the config section for this board. I squashed the commits down to one and force pushed. I tested firmware update after building with the Arm compiler and it worked fine. Please re-test! |
|
build-only |
Summary of changes
Adds support for Cypress PSoC 62 Prototyping board (CY8CPROTO-062-4343W).
This configuration adds usage of Quad SPI Flash for storage. This frees up internal memory.
[Yes] I confirm this contribution is my own and I agree to license it with Apache 2.0.
[Yes] I confirm the moderators may change the PR before merging it in.
For new board enablements only:
[Yes] I confirm the board is Mbed Enabled and passes the Mbed Enabled test set.
[Yes] I confirm the contribution has been tested properly and the tests results for TESTS are attached.
pytest-cy8cproto.txt
[Yes] I confirm
mbed-os.libandmbed-cloud-client.libhashes or the content in foldersmbed-osandmbed-cloud-clientwere not modified in order to pass the tests.Details
tbd_external. This seems to work except for the known issue below.on branch
cy8cproto-bootloader-build-4.1.3. This is a temporary location and I will work to get it supported in the officialmbed-bootloaderrepo.Known Issues