-
Notifications
You must be signed in to change notification settings - Fork 34
Add drivers and configuration for DISCO_L475VG_IOT01A target. #15
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
mbed_cloud_client_user_config.h
Outdated
@@ -23,7 +23,12 @@ | |||
#define MBED_CLOUD_CLIENT_TRANSPORT_MODE_TCP | |||
#define MBED_CLOUD_CLIENT_LIFETIME 3600 | |||
|
|||
#ifdef TARGET_DISCO_L475VG_IOT01A |
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.
Is it possible to get rid of the flag and have this configuration of 256 as default for all the boards?
@teetak01 @anttiylitokola will this work for all the boards?
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.
Should work fine
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.
I agree with Yogesh. Let's try to keep the configuration generic.
If you need a custom config for a specific target, please consider including in mbed_app.json (if possible).
drivers/wifi-ism43362.lib
Outdated
@@ -0,0 +1 @@ | |||
https://github.com/ARMmbed/wifi-ism43362/#1c040113be0fe2a14c4b6107e1db3ec24e8b20b6 |
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 could rename this as COMPONENT_WIFI_ISM43362 like in PR #4
@JammuKekkonen can you please make the suggested changes, so we can progress with the review & merge? Thanks! |
Can one of the admins verify this patch? |
I'm working on this. |
The updates are not working with this setup, due to the way rot might or might not get automatically generated. Need to change the config to external kvstore. |
369a754
to
6035829
Compare
run-ci |
1 similar comment
run-ci |
build-only |
6035829
to
5950820
Compare
run-ci |
Missing required Mbed-os 5.14 and bootloader.