|
Adding of Azure SDK to Zephyr as a module
#AzureSDK
Hi, I found a discussion on github regarding adding the Azure SDK to Zephyr as a module. The milestone was set for February. Is there any news on when it will be included in Zephyr?
Thanks.
Kind
Hi, I found a discussion on github regarding adding the Azure SDK to Zephyr as a module. The milestone was set for February. Is there any news on when it will be included in Zephyr?
Thanks.
Kind
|
By
petrus.vanderwalt@...
·
#2506
·
|
|
Azure Firmware Overt The Air updates (FOTA)
#fota
Hi, are there any plans to expand the current mqtt_azure sample/library to include FOTA. I would really like to update my devices from Azure IoT Hub using something like Azure Blob storage.
Thank you
Hi, are there any plans to expand the current mqtt_azure sample/library to include FOTA. I would really like to update my devices from Azure IoT Hub using something like Azure Blob storage.
Thank you
|
By
petrus.vanderwalt@...
·
#2505
·
|
|
DPS functionality, direct method and support for X509 certificate support
#mqtt
Hi, I would like to use the Device Provisioning Service (DPS) along with the mqtt_azure sample/library. Are there any plans to expand the mqtt_azure sample/library to include DPS? I am also looking
Hi, I would like to use the Device Provisioning Service (DPS) along with the mqtt_azure sample/library. Are there any plans to expand the mqtt_azure sample/library to include DPS? I am also looking
|
By
petrus.vanderwalt@...
·
#2504
·
|
|
Re: C library re-entrancy under Zephyr
Answering my own question for the benefit of anyone listening who didn’t already know: the answer is that the built-in minimal C library offerssome functions re-entrantly and, if you chose to use
Answering my own question for the benefit of anyone listening who didn’t already know: the answer is that the built-in minimal C library offerssome functions re-entrantly and, if you chose to use
|
By
Rob Meades
·
#2503
·
|
|
Should I choose Zephyr OS?
#modem
#networking
I am considering switching to Zephyr OS and want to know if this is the right choice considering the following.
My project requires LTE-M connectivity which I want to develop on a quectel BG96
I am considering switching to Zephyr OS and want to know if this is the right choice considering the following.
My project requires LTE-M connectivity which I want to develop on a quectel BG96
|
By
tiborcasteleijn@...
·
#2502
·
|
|
Hello
Hello,
I am considering switching to Zephyr OS and want to know if this is the right choice considering the following.
My project requires LTE-M connectivity which I want to develop on a quectel
Hello,
I am considering switching to Zephyr OS and want to know if this is the right choice considering the following.
My project requires LTE-M connectivity which I want to develop on a quectel
|
By
Tibor Casteleijn <tiborcasteleijn@...>
·
#2501
·
|
|
Re: C library re-entrancy under Zephyr
Just to be clear on this, is it true that re-entrancy is not supported by Zephyr for any of the newlibstdio.h orstdlib.h functions, so not just the likes ofstrok() but alsosnprintf() and, more
Just to be clear on this, is it true that re-entrancy is not supported by Zephyr for any of the newlibstdio.h orstdlib.h functions, so not just the likes ofstrok() but alsosnprintf() and, more
|
By
Rob Meades
·
#2500
·
|
|
Re: C library re-entrancy under Zephyr
Hi Rob - Went through this a few years back with FreeRTOS.
The link below may be helpful.
Hope that helps!
Best Regards, Dave
Hi Rob - Went through this a few years back with FreeRTOS.
The link below may be helpful.
Hope that helps!
Best Regards, Dave
|
By
Dave Nadler
·
#2499
·
|
|
Re: [Zephyr-devel] Changing default branch name on GitHub - possible action required
Will see if other downstream users request such support.
How long would want for the various phases?
- k
Will see if other downstream users request such support.
How long would want for the various phases?
- k
|
By
Kumar Gala
·
#2498
·
|
|
Re: C library re-entrancy under Zephyr
As with and open source project, patches/PRs are welcome to improve and support this :)
- k
As with and open source project, patches/PRs are welcome to improve and support this :)
- k
|
By
Kumar Gala
·
#2497
·
|
|
Re: C library re-entrancy under Zephyr
Thanks for the swift response. That's a shame. I will go look at the PR at your link as shifting to the re-entrant versions just for Zephyr is going to be painful.
Rob
Thanks for the swift response. That's a shame. I will go look at the PR at your link as shifting to the re-entrant versions just for Zephyr is going to be painful.
Rob
|
By
Rob Meades
·
#2496
·
|
|
Re: C library re-entrancy under Zephyr
Re-entrant support between newlib and zephyr is not currently supported.
There’s an old PR on the subject
https://github.com/zephyrproject-rtos/zephyr/pull/21518
- k
Re-entrant support between newlib and zephyr is not currently supported.
There’s an old PR on the subject
https://github.com/zephyrproject-rtos/zephyr/pull/21518
- k
|
By
Kumar Gala
·
#2495
·
|
|
C library re-entrancy under Zephyr
Should I expect C library functions (e.g. strtok()) under Zephyr to be re-entrant or must I call the re-entrant versions (i.e. in this case strtok_r())?
I ask because I am building/running nRF52840
Should I expect C library functions (e.g. strtok()) under Zephyr to be re-entrant or must I call the re-entrant versions (i.e. in this case strtok_r())?
I ask because I am building/running nRF52840
|
By
Rob Meades
·
#2494
·
|
|
Re: [Zephyr-devel] Changing default branch name on GitHub - possible action required
The typical way I've seen this done is:
Phase 1: Create the main branch at the same commit hash as master. Repo maintainers make sure that the main branch is synced to master.
Phase 2: Set the default
The typical way I've seen this done is:
Phase 1: Create the main branch at the same commit hash as master. Repo maintainers make sure that the main branch is synced to master.
Phase 2: Set the default
|
By
Jack Rosenthal <jrosenth@...>
·
#2493
·
|
|
Re: [Zephyr-devel] Changing default branch name on GitHub - possible action required
Jack,
We are utilizing what GitHub provides and as far as I can tell once we make the change to the default branch from ‘master’ to ‘main’ the ‘master’ branch will no longer exist in the
Jack,
We are utilizing what GitHub provides and as far as I can tell once we make the change to the default branch from ‘master’ to ‘main’ the ‘master’ branch will no longer exist in the
|
By
Kumar Gala
·
#2492
·
|
|
Re: [Zephyr-devel] Changing default branch name on GitHub - possible action required
Hi,
Will there be a period of time that we have two main branches ("master" and "main") that are auto-synced to give time for people to adjust their tools?
Thanks,
Jack
Hi,
Will there be a period of time that we have two main branches ("master" and "main") that are auto-synced to give time for people to adjust their tools?
Thanks,
Jack
|
By
Jack Rosenthal <jrosenth@...>
·
#2491
·
|
|
Re: [Zephyr-devel] Changing default branch name on GitHub (delayed)
All,
We’ve identified some changes we need to make to west to make the transition of branch name cleaner. We will delay the branch name change until these changes are made to west and a version of
All,
We’ve identified some changes we need to make to west to make the transition of branch name cleaner. We will delay the branch name change until these changes are made to west and a version of
|
By
Kumar Gala
·
#2490
·
|
|
Changing default branch name on GitHub - possible action required
We will be changing the default branch on github from ‘master' to ‘main' on Friday (Mar 11, 2021).
There is no action required for any open PRs, however you’ll need to update your local git
We will be changing the default branch on github from ‘master' to ‘main' on Friday (Mar 11, 2021).
There is no action required for any open PRs, however you’ll need to update your local git
|
By
Kumar Gala
·
#2489
·
|
|
Re: Building error on linux.
#west
Hi there,
This means that you don’t have a full zephyr environment.
Please follow the Getting Started Guide from scratch and you should be able to get this working:
Hi there,
This means that you don’t have a full zephyr environment.
Please follow the Getting Started Guide from scratch and you should be able to get this working:
|
By
Carles Cufi
·
#2488
·
|
|
Building error on linux.
#west
I created this project on windows and built it successfully. Migrated to Linux as this is our normal build environment. Checked the file out of git and upon attempting to build I get the following
I created this project on windows and built it successfully. Migrated to Linux as this is our normal build environment. Checked the file out of git and upon attempting to build I get the following
|
By
wbasser@...
·
#2487
·
|