-
Notifications
You must be signed in to change notification settings - Fork 3k
Add devicekey example to examples list #7003
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
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.
Looks fine to me. I requested @yossi2le to confirm this is valid (please review features/targets) for this example
Looks fine to me also. DeviceKey should support all targets and has no dependencies in spacial features. |
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.
Looks good to me.
/morph build |
Build : FAILUREBuild number : 2139 |
@adbridge @davidsaada @yossi2le Please take a look at the failures. Judging by the patterns and taking a quick look, it looks like there might be a minimum size requirement of some sort. |
The quickest way to resolve this would probably be to explicitly list the devices that this example supports by adding them into the '"targets" : []` array. |
If one of you devicekey experts can list the supported targets I can add them to the target list. |
At minimum I believe this can include K64F: |
@cmonr yes:
|
@geky, @cmonr , @adbridge This is the list of device that passed the build. ARCH_PRO, B96B_F446VE, DELTA_DFBM_NQ620, DISCO_F413ZH, DISCO_F429ZI, DISCO_F469NI, DISCO_F746NG, DISCO_F769NI, DISCO_L072CZ_LRWAN1, DISCO_L475VG_IOT01A, DISCO_L476VG, DISCO_L496AG, EFM32GG_STK3700, EFM32LG_STK3600, EFM32PG12_STK3402, EFM32PG_STK3401, EFM32WG_STK3800, EV_COG_AD3029LZ, EV_COG_AD4050LZ, FF1705_L151CC, FF_LPC546XX, HEXIWEAR, K64F, K66F, K82F, KL46Z, KW24D, LPC1768, LPC1769, LPC54114, LPC546XX, MBED_CONNECT_ODIN, MTB_ADV_WISE_1510, MTB_ADV_WISE_1530, MTB_ADV_WISE_1570, MTB_LAIRD_BL652, MTB_MTS_XDOT, MTB_MURATA_ABZ, MTB_MXCHIP_EMW3166, MTB_UBLOX_NINA_B1, MTB_UBLOX_ODIN_W2, MTB_USI_WM_BN_BM_22, NRF52840_DK, NRF52_DK, NUCLEO_F070RB, NUCLEO_F072RB, NUCLEO_F091RC, NUCLEO_F103RB, NUCLEO_F207ZG, NUCLEO_F303RE, NUCLEO_F303ZE, NUCLEO_F401RE, NUCLEO_F410RB, NUCLEO_F411RE, NUCLEO_F412ZG, NUCLEO_F413ZH, NUCLEO_F429ZI, NUCLEO_F439ZI, NUCLEO_F446RE, NUCLEO_F446ZE, NUCLEO_F746ZG, NUCLEO_F756ZG, NUCLEO_F767ZI, NUCLEO_L073RZ, NUCLEO_L152RE, NUCLEO_L432KC, NUCLEO_L433RC_P, NUCLEO_L476RG, NUCLEO_L486RG, NUCLEO_L496ZG, NUCLEO_L496ZG_P, NUMAKER_PFM_M453, NUMAKER_PFM_M487, NUMAKER_PFM_NUC472, RBLAB_BLENANO2, REALTEK_RTL8195AM, RO359B, SILICA_SENSOR_NODE, STEVAL_3DP001V1, TB_SENSE_1, TB_SENSE_12, TMPM46B, UBLOX_C027, UBLOX_C030_N211, UBLOX_C030_R410M, UBLOX_C030_U201, UBLOX_EVA_NINA, UBLOX_EVK_NINA_B1, UBLOX_EVK_ODIN_W2, UBRIDGE, USI_WM_BN_BM_22, VBLUNO52, XDOT_L151CC, |
It's fine by me if all of those are listed as example targets for both examples. |
Nvstore is actually suppose to work on all platforms which has DEVICE_FLASH and where there is nvstore there is also device key. With that said @davidsaada is the nvstore example owner so I can't speak on is behalf |
Let's do this. In order to get this in for 5.9, and keep it in line with what exists right now, we'll just add the K64F as a target. I have a feeling that the Since @adbridge is afk, I'll resubmit this PR, only adding the K64F as a target. |
Lines up devicekey example with nvstore example
Made the change without a new PR :D @geky @0xc0170 @adbridge @yossi2le @davidsaada All good? |
Going to restart CI. /morph build |
I absolutely agree. @cmonr thx. |
Build : SUCCESSBuild number : 2143 Triggering tests/morph test |
Test : SUCCESSBuild number : 1937 |
Exporter Build : SUCCESSBuild number : 1771 |
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.
@yossi2le Need an action to review features/targets for this one.
I don't know why but I don't have permission to do so. The approve dialog is missing. I will ask @davidsaada to do so. |
Description
This PR adds the mbed-os-example-devicekey to the list of examples.
This can only go in after the device key feature has been merged.
Pull request type