-
Notifications
You must be signed in to change notification settings - Fork 34
Add Seeed Wio 3G support #86
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. |
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.
Please update the README + provide test-results with provided test-framework:
mbed_app.json
Outdated
"update-client.storage-page" : 1, | ||
"mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP", | ||
"storage_tdb_internal.internal_base_address": "(MBED_ROM_START+1024*1024)", | ||
"storage_tdb_internal.internal_size" : "(128*1024)", |
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.
32 KiB would be enough.
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.
also makes nice symmetry with the bootloader-size.
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.
You are right. storage_tdb_internal.internal_size
should be 32kB (16*2) for the target. I also updated the bootloader binary.
build-only |
Test result
|
@teetak01 Is this PR ready to be merged? |
build-only |
Note WIO_3G platform is in Raas (helga). |
build-only |
1 similar comment
build-only |
@teetak01 can the build-only-test be re-started? |
build-only |
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.
Squash the commit together and rebase. Can be merged after that.
@teetak01 |
build-only |
The target uses STM32F439VI device.
Internal Flash : 2MB
RAM : 256kB
Connectivity : Cellular
kvstore : internal flash
Update storage : internal flash (1MB)