|
Porting Host-only build with HCI SPI to another RTOS
#stm32
#nrf52840
#hci
#spi
If ST Micro uses custom HCI commands to create services then it means they are running both Host and Controller. For a platform-neutral Host that can work with any standard HCI device (including Zephy
If ST Micro uses custom HCI commands to create services then it means they are running both Host and Controller. For a platform-neutral Host that can work with any standard HCI device (including Zephy
|
By
Carles Cufi
· #3023
·
|
|
re-assembling large notification data
#ble
#bluetooth
Hi there, BLE is fully reliable for GATT, and notifications are guaranteed to be delivered in sequence. But what you really want is to configure your GATT MTU to the size of the data you want to send.
Hi there, BLE is fully reliable for GATT, and notifications are guaranteed to be delivered in sequence. But what you really want is to configure your GATT MTU to the size of the data you want to send.
|
By
Carles Cufi
· #3020
·
|
|
Porting Host-only build with HCI SPI to another RTOS
#stm32
#nrf52840
#hci
#spi
Hi there, I am unclear as to what you are asking exactly, but I’ll give it a go. If your question is whether porting Zephyr code to another RTOS is easy, the answer is: generally it is not, because ev
Hi there, I am unclear as to what you are asking exactly, but I’ll give it a go. If your question is whether porting Zephyr code to another RTOS is easy, the answer is: generally it is not, because ev
|
By
Carles Cufi
· #3019
·
|
|
Zephyr API code
https://github.com/zephyrproject-rtos/zephyr/blob/df9c0d8efa2ead7c42000780d5cb3cd08b162300/include/zephyr/drivers/flash.h#L80 https://github.com/zephyrproject-rtos/zephyr/blob/df9c0d8efa2ead7c42000780
https://github.com/zephyrproject-rtos/zephyr/blob/df9c0d8efa2ead7c42000780d5cb3cd08b162300/include/zephyr/drivers/flash.h#L80 https://github.com/zephyrproject-rtos/zephyr/blob/df9c0d8efa2ead7c42000780
|
By
Carles Cufi
· #3003
·
|
|
Zephyr API code
Hi there, https://github.com/zephyrproject-rtos/zephyr/blob/df9c0d8efa2ead7c42000780d5cb3cd08b162300/subsys/storage/stream/stream_flash.c#L178 Carles
Hi there, https://github.com/zephyrproject-rtos/zephyr/blob/df9c0d8efa2ead7c42000780d5cb3cd08b162300/subsys/storage/stream/stream_flash.c#L178 Carles
|
By
Carles Cufi
· #3001
·
|
|
log timestamp formatting
I don’t think you need to create your own backend if you are willing to send a PR or carry an out-of-tree patch. As long as your backed of choice is using log_output_msg_process(): From what I can tel
I don’t think you need to create your own backend if you are willing to send a PR or carry an out-of-tree patch. As long as your backed of choice is using log_output_msg_process(): From what I can tel
|
By
Carles Cufi
· #2987
·
|
|
Doubts about C++ new/delete support
#CPP
Hi there, I think exceptions need some extra work to be thread-safe, but Stephanos should know more. Regarding the lack of documentation, we do have: https://docs.zephyrproject.org/latest/develop/lang
Hi there, I think exceptions need some extra work to be thread-safe, but Stephanos should know more. Regarding the lack of documentation, we do have: https://docs.zephyrproject.org/latest/develop/lang
|
By
Carles Cufi
· #2970
·
|
|
help with BLE HCI dual chip setup
Hi there, On the board acting as a Host (i.e. the one that is running the app, not the on running hci_uart) you need to add a chosen node for zephyr,bt-uart, like here: https://github.com/zephyrprojec
Hi there, On the board acting as a Host (i.e. the one that is running the app, not the on running hci_uart) you need to add a chosen node for zephyr,bt-uart, like here: https://github.com/zephyrprojec
|
By
Carles Cufi
· #2919
·
|
|
Using the posix BSP
Hi Rob, I think you are referring to Zephyr's native_posix port, which we also call "Native port". It currently runs on Linux but Chris Friedt is working on porting it to macOS. You can find more info
Hi Rob, I think you are referring to Zephyr's native_posix port, which we also call "Native port". It currently runs on Linux but Chris Friedt is working on porting it to macOS. You can find more info
|
By
Carles Cufi
· #2912
·
|
|
nRF52833
#nrf52832
Hi Mohamed, This look like a question related to Nordic’s nRF Connect SDK. Please ask this question in Nordic’s Devzone instead: https://devzone.nordicsemi.com/ Thanks! Carles
Hi Mohamed, This look like a question related to Nordic’s nRF Connect SDK. Please ask this question in Nordic’s Devzone instead: https://devzone.nordicsemi.com/ Thanks! Carles
|
By
Carles Cufi
· #2866
·
|
|
out of tree arch build?
#customboard
Hi there, Right now, no. archs (unlike SoCs or boards) are expected to be in-tree. If you cannot upstream your arch you will likely need to keep a fork of Zephyr patched. Carles
Hi there, Right now, no. archs (unlike SoCs or boards) are expected to be in-tree. If you cannot upstream your arch you will likely need to keep a fork of Zephyr patched. Carles
|
By
Carles Cufi
· #2821
·
|
|
newlib Configuration?
> PS: Now about Zephyr support for USB-host and USB-OTG... We do not have a timeframe for this, but it will certainly come sooner or later. Carles
> PS: Now about Zephyr support for USB-host and USB-OTG... We do not have a timeframe for this, but it will certainly come sooner or later. Carles
|
By
Carles Cufi
· #2796
·
|
|
Configuration?
Hi Dave, Thread safety for newlib was implemented in Zephyr recently, there should not be any issues left with it. If there are, please open a GitHub issue: https://github.com/zephyrproject-rtos/zephy
Hi Dave, Thread safety for newlib was implemented in Zephyr recently, there should not be any issues left with it. If there are, please open a GitHub issue: https://github.com/zephyrproject-rtos/zephy
|
By
Carles Cufi
· #2793
·
|
|
Adding HAL for new NXP Kinetis device K32L2B31
Hi there, Why don’t you send a Pull Request to the hal_nxp repository to add the HAL you need? Thanks, Carles
Hi there, Why don’t you send a Pull Request to the hal_nxp repository to add the HAL you need? Thanks, Carles
|
By
Carles Cufi
· #2718
·
|
|
API meeting: Agenda
Additional item, as per the Stable API Change procedure: - RFC: API Change: IPM - Issue: https://github.com/zephyrproject-rtos/zephyr/issues/38609 - PR: https://github.com/zephyrproject-rtos/zephyr/pu
Additional item, as per the Stable API Change procedure: - RFC: API Change: IPM - Issue: https://github.com/zephyrproject-rtos/zephyr/issues/38609 - PR: https://github.com/zephyrproject-rtos/zephyr/pu
|
By
Carles Cufi
· #2710
·
|
|
API meeting: Agenda
Hi all, Agenda for tomorrow: - Pinctrl: Now focusing on #37572 as the single PR to target our efforts - PR: https://github.com/zephyrproject-rtos/zephyr/pull/37572 - Updates by Gerard and Kumar on the
Hi all, Agenda for tomorrow: - Pinctrl: Now focusing on #37572 as the single PR to target our efforts - PR: https://github.com/zephyrproject-rtos/zephyr/pull/37572 - Updates by Gerard and Kumar on the
|
By
Carles Cufi
· #2709
·
|
|
FW: Moving from Slack to Discord
-----Original Message----- From: Cufi, Carles Sent: 03 September 2021 19:38 To: devel@... Subject: Moving from Slack to Discord Hi all, As voted during the TSC meeting on the 11th
-----Original Message----- From: Cufi, Carles Sent: 03 September 2021 19:38 To: devel@... Subject: Moving from Slack to Discord Hi all, As voted during the TSC meeting on the 11th
|
By
Carles Cufi
· #2702
·
|
|
NRF52832 BLE controller (HCI_UART sample) not working
Hi there, Can you please try this patch: https://github.com/zephyrproject-rtos/zephyr/pull/38367 Thanks, Carles
Hi there, Can you please try this patch: https://github.com/zephyrproject-rtos/zephyr/pull/38367 Thanks, Carles
|
By
Carles Cufi
· #2699
·
|
|
Cmake Error While Building Blinky Sample
Have you set GNUARMEMB_TOOLCHAIN_PATH ? https://docs.zephyrproject.org/latest/getting_started/toolchain_3rd_party_x_compilers.html#gnu-arm-embedded Also, have you tried cleaning your build/ folder? Ca
Have you set GNUARMEMB_TOOLCHAIN_PATH ? https://docs.zephyrproject.org/latest/getting_started/toolchain_3rd_party_x_compilers.html#gnu-arm-embedded Also, have you tried cleaning your build/ folder? Ca
|
By
Carles Cufi
· #2664
·
|
|
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: https://docs.zephyrproject.org/late
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: https://docs.zephyrproject.org/late
|
By
Carles Cufi
· #2488
·
|