|
API meeting: agenda
Hi all,
The topics for today:
- New API: DAC
- https://github.com/zephyrproject-rtos/zephyr/pull/21805
- Overall post-GPIO triage and decision on what to tackle next
Additional items in the
Hi all,
The topics for today:
- New API: DAC
- https://github.com/zephyrproject-rtos/zephyr/pull/21805
- Overall post-GPIO triage and decision on what to tackle next
Additional items in the
|
By
Carles Cufi
·
#1889
·
|
|
BBC-Microbit BLE MESH sending data
#ble
#bluetoothmesh
#gpio
#bluetooth
#nrf51822
Hi,
I am currently doing an engineering project for my final year, I have been using the bluetooth mesh demo on the zephyr project using the bbc microbits, I have set up a pir sensor up to produce a
Hi,
I am currently doing an engineering project for my final year, I have been using the bluetooth mesh demo on the zephyr project using the bbc microbits, I have set up a pir sensor up to produce a
|
By
Daniel Fox <danny.fox97@...>
·
#1888
·
|
|
Re: Private: Re: [Zephyr-users] bt_set_name() and setting local name
#ble
#bt
#bluetooth
#api
Hi there,
The name is placed in the advertising data automatically when you call bt_le_adv_start(BT_LE_ADV_CONN_NAME). When you call bt_set_name(), that is updated as
Hi there,
The name is placed in the advertising data automatically when you call bt_le_adv_start(BT_LE_ADV_CONN_NAME). When you call bt_set_name(), that is updated as
|
By
Carles Cufi
·
#1887
·
|
|
Re: bt_set_name() and setting local name
#bt
#bluetooth
#api
#ble
Hi there,
Most smartphones implement some sort of advertising data caching. Try stopping and starting scanning from the phone a couple of times to see if the name is updated without the need to
Hi there,
Most smartphones implement some sort of advertising data caching. Try stopping and starting scanning from the phone a couple of times to see if the name is updated without the need to
|
By
Carles Cufi
·
#1886
·
|
|
bt_set_name() and setting local name
#bt
#bluetooth
#api
#ble
Hello,
I want to change the ble device name during runtime. I've enabled BT_DEVICE_NAME_DYNAMIC and BT_SETTINGS.
To change the device name during runtime i'm using bt_set_name(). However, when
Hello,
I want to change the ble device name during runtime. I've enabled BT_DEVICE_NAME_DYNAMIC and BT_SETTINGS.
To change the device name during runtime i'm using bt_set_name(). However, when
|
By
j.cheng@...
·
#1885
·
|
|
Re: Devicetree config generation
Hi Petr,
Yes, this has been talked about repeatedly over the last couple of years.
You can find most of the issues and PRs related to the work that has been done so far in this umbrella
Hi Petr,
Yes, this has been talked about repeatedly over the last couple of years.
You can find most of the issues and PRs related to the work that has been done so far in this umbrella
|
By
Carles Cufi
·
#1884
·
|
|
Devicetree config generation
Hi, I just started looking around Zephyr and coming from Linux world I really like the idea of using Devicetree for driver configuration.
I noticed, however, that config generation that enables
Hi, I just started looking around Zephyr and coming from Linux world I really like the idea of using Devicetree for driver configuration.
I noticed, however, that config generation that enables
|
By
Petr Buchta <cz7asm@...>
·
#1883
·
|
|
West 0.7.0 released, requires manual intervention on Ubuntu
Hello,
West 0.7.0 has been released. The main new feature since 0.6.x is the
addition of "manifest imports", which let you pull in west.yml files
from elsewhere into your own manifest file.
You can
Hello,
West 0.7.0 has been released. The main new feature since 0.6.x is the
addition of "manifest imports", which let you pull in west.yml files
from elsewhere into your own manifest file.
You can
|
By
Bolivar, Marti
·
#1882
·
|
|
The topic-gpio branch has been merged to master
Hi all,
As of this morning the 313 commits in the topic-gpio branch have been merged into Zephyr's master branch.
What this means for you if:
a) You are a GPIO API user:
- Big chunks of the
Hi all,
As of this morning the 313 commits in the topic-gpio branch have been merged into Zephyr's master branch.
What this means for you if:
a) You are a GPIO API user:
- Big chunks of the
|
By
Carles Cufi
·
#1881
·
|
|
API meeting: Agenda
Hi all,
Today we will talk first about GPIO and the merge of the topic-gpio branch to master:
- Cleanup the public and private API with typedefs
- Testing status
- Issues with master CI that
Hi all,
Today we will talk first about GPIO and the merge of the topic-gpio branch to master:
- Cleanup the public and private API with typedefs
- Testing status
- Issues with master CI that
|
By
Carles Cufi
·
#1880
·
|
|
Re: SDK 0.11.1 Release
Hi,
Thanks Kumar.
Please note that this version of the SDK is now required for development on master and is enabled in CI.
Anas
On 03/02/2020, 05:56, "users@... on behalf of
Hi,
Thanks Kumar.
Please note that this version of the SDK is now required for development on master and is enabled in CI.
Anas
On 03/02/2020, 05:56, "users@... on behalf of
|
By
Nashif, Anas
·
#1879
·
|
|
SDK 0.11.1 Release
Hi,
Some minor fixes that got missed for the v0.11.0 release. Mostly impacts OpenOCD and newlib usage.
The SDK can be found
Hi,
Some minor fixes that got missed for the v0.11.0 release. Mostly impacts OpenOCD and newlib usage.
The SDK can be found
|
By
Kumar Gala
·
#1878
·
|
|
Re: Setting #uart parity to 'even' with #stm32 using device tree
#uart
#stm32
Dear all,
if somebody tumbles here with google about the parity, i found no way to do it from device tree, but 8-databits, even parity, 1 stopbit seems to work in my case with patch pasted below.
Dear all,
if somebody tumbles here with google about the parity, i found no way to do it from device tree, but 8-databits, even parity, 1 stopbit seems to work in my case with patch pasted below.
|
By
Pauli
·
#1877
·
|
|
Re: Adding a costume module to my project
#west
Hi,
Please check your build directory's zephyr_modules.txt file to make sure
it is being included in the list. If it's not, please check where you
are setting ZEPHYR_EXTRA_MODULES again.
If it is
Hi,
Please check your build directory's zephyr_modules.txt file to make sure
it is being included in the list. If it's not, please check where you
are setting ZEPHYR_EXTRA_MODULES again.
If it is
|
By
Bolivar, Marti
·
#1876
·
|
|
Re: Adding a costume module to my project
#west
Hi,
I moved
set ( $ENV{ZEPHYR_EXTRA_MODULES} pbs_path/module1)
before
include ( $ENV{ZEPHYR_BASE} /cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project (NONE)
Unfortunately I am still getting
Hi,
I moved
set ( $ENV{ZEPHYR_EXTRA_MODULES} pbs_path/module1)
before
include ( $ENV{ZEPHYR_BASE} /cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project (NONE)
Unfortunately I am still getting
|
By
Stefan Hristozov
·
#1875
·
|
|
Re: Adding a costume module to my project
#west
"stefan.hristozov via Lists.Zephyrproject.Org"
<stefan.hristozov=aisec.fraunhofer.de@...> writes:
Looking at this quickly, ZEPHYR_EXTRA_MODULES needs to be set before
including
"stefan.hristozov via Lists.Zephyrproject.Org"
<stefan.hristozov=aisec.fraunhofer.de@...> writes:
Looking at this quickly, ZEPHYR_EXTRA_MODULES needs to be set before
including
|
By
Bolivar, Marti
·
#1874
·
|
|
Adding a costume module to my project
#west
Hi,
I want to add a module to my project. My folder structure looks like this:
<top dir>
|---modules
| |---module1
| | |---CMakeLists.txt
| | |---inc
|
Hi,
I want to add a module to my project. My folder structure looks like this:
<top dir>
|---modules
| |---module1
| | |---CMakeLists.txt
| | |---inc
|
|
By
Stefan Hristozov
·
#1873
·
|
|
Setting #uart parity to 'even' with #stm32 using device tree
#uart
#stm32
Hello all,
I have been doing development with stm32f103 (blue-pill) board - and it has the system bootloader burned in. The bootloader uses settings 115200, 1 stop, even parity [1]. I would like to
Hello all,
I have been doing development with stm32f103 (blue-pill) board - and it has the system bootloader burned in. The bootloader uses settings 115200, 1 stop, even parity [1]. I would like to
|
By
Pauli
·
#1872
·
|
|
API meeting: Agenda
Hi all,
I cannot attend today so Peter Bigot will kindly chair the meeting instead.
The discussion will be centered exclusively around the completion of the GPIO transition into its new API.
-
Hi all,
I cannot attend today so Peter Bigot will kindly chair the meeting instead.
The discussion will be centered exclusively around the completion of the GPIO transition into its new API.
-
|
By
Carles Cufi
·
#1871
·
|
|
Re: Sample app hello_world fails with z_arm_usage_fault in arm_core_mpu_enable when linked in RAM
Hi Maureen,
Thank you for your reply. I will give it a try. Just to follow up, what if I want to run my code out of SDRAM?
Thanks
Rob
Hi Maureen,
Thank you for your reply. I will give it a try. Just to follow up, what if I want to run my code out of SDRAM?
Thanks
Rob
|
By
robmcgurrin@...
·
#1870
·
|