|
Re: 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
From: users@... <users@...>On Behalf Of Claude Henry via
Hi there,
Why don’t you send a Pull Request to the hal_nxp repository to add the HAL you need?
Thanks,
Carles
From: users@... <users@...>On Behalf Of Claude Henry via
|
By
Carles Cufi
·
#2718
·
|
|
Adding HAL for new NXP Kinetis device K32L2B31
Hi,
I need to add a new CPU "K32L2B31A" HAL from NXP to the NXP HAL module.
Can I do this by creating an external NXP module an using the ZEPHYR_EXTRA_MODULES variable to declare this new module ?
I
Hi,
I need to add a new CPU "K32L2B31A" HAL from NXP to the NXP HAL module.
Can I do this by creating an external NXP module an using the ZEPHYR_EXTRA_MODULES variable to declare this new module ?
I
|
By
claude@...
·
#2717
·
|
|
How to use gsm_modem sample on the nrf5340dk
#networking
#nrf5340
Hi Zephyr Users
Hope all is good with everyone.
- I am trying to use the nrf5340dk with the Ublox Lara-R211 GSM modem.
- I managed to get the nucleo_f746zg board working with this modem using the
Hi Zephyr Users
Hope all is good with everyone.
- I am trying to use the nrf5340dk with the Ublox Lara-R211 GSM modem.
- I managed to get the nucleo_f746zg board working with this modem using the
|
By
Brenton Chetty
·
#2716
·
|
|
Re: Are sockets thread safe?
#networking
Hi,
Yes, socket API is thread safe.
Regards,
Robert
From: users@... <users@...>On Behalf Of mbarrett via lists.zephyrproject.org
Sent: środa, 22 września 2021 20:11
To:
Hi,
Yes, socket API is thread safe.
Regards,
Robert
From: users@... <users@...>On Behalf Of mbarrett via lists.zephyrproject.org
Sent: środa, 22 września 2021 20:11
To:
|
By
Lubos, Robert
·
#2715
·
|
|
Re: Are sockets thread safe?
#networking
From some previous release notes it appear so.
https://lists.zephyrproject.org/g/users/message/992
From some previous release notes it appear so.
https://lists.zephyrproject.org/g/users/message/992
|
By
mbarrett@...
·
#2714
·
|
|
Are sockets thread safe?
#networking
I would like to open multiple TCP sockets in different threads, but before diving in and writing code I thought I would check and see. Are sockets thread safe? Each thread would have sole access to
I would like to open multiple TCP sockets in different threads, but before diving in and writing code I thought I would check and see. Are sockets thread safe? Each thread would have sole access to
|
By
mbarrett@...
·
#2713
·
|
|
Minimum required Zephyr SDK version update to 0.13.1
Hi all,
The Zephyr SDK 0.13.1 will be required to build the Zephyr main branch after#38733 is merged (to be merged in a day or so).
Please download and install the Zephyr SDK 0.13.1 from the
Hi all,
The Zephyr SDK 0.13.1 will be required to build the Zephyr main branch after#38733 is merged (to be merged in a day or so).
Please download and install the Zephyr SDK 0.13.1 from the
|
By
Stephanos Ioannidis
·
#2712
·
|
|
Re: [Zephyr-devel] API meeting: Agenda
Hey Carles,
can we talk about https://github.com/zephyrproject-rtos/zephyr/issues/38609 as well?
Thank you,
--
Carlo Caione
Hey Carles,
can we talk about https://github.com/zephyrproject-rtos/zephyr/issues/38609 as well?
Thank you,
--
Carlo Caione
|
By
Carlo Caione <ccaione@...>
·
#2711
·
|
|
Re: 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:
Additional item, as per the Stable API Change procedure:
- RFC: API Change: IPM
- Issue: https://github.com/zephyrproject-rtos/zephyr/issues/38609
- PR:
|
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
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
|
By
Carles Cufi
·
#2709
·
|
|
SDK 0.13.1 Release
Hi,
There is a new SDK 0.13.1 release. This is mainly a bug fix release with the main aspect pulling in fixes for an ARM CVE w/GCC, v8m, and
Hi,
There is a new SDK 0.13.1 release. This is mainly a bug fix release with the main aspect pulling in fixes for an ARM CVE w/GCC, v8m, and
|
By
Kumar Gala
·
#2708
·
|
|
Build errors "error: expected ';' before '_Bool'"
Hi, I've been building and using Zephyr with success so far. While adding *.c files and include paths to my project the build stared to fail at some point. It looks like "bool" is not defined withing
Hi, I've been building and using Zephyr with success so far. While adding *.c files and include paths to my project the build stared to fail at some point. It looks like "bool" is not defined withing
|
By
marko.panger@...
·
#2707
·
Edited
|
|
Re: jlink RTT on stm32 nucleo board
#stm32
#jlink
Hi,
There's actually a PR proposed to solve this:
https://github.com/zephyrproject-rtos/zephyr/pull/38561
Please have a test
Hi,
There's actually a PR proposed to solve this:
https://github.com/zephyrproject-rtos/zephyr/pull/38561
Please have a test
|
By
Erwan Gouriou
·
#2706
·
|
|
jlink RTT on stm32 nucleo board
#stm32
#jlink
does jlink RTT currently work on stm32 boards?
I am testing the demo projects, I can get RTT to work on nrf52dk but not on stm32.
is there any specific settings that needs to be added for stm32
does jlink RTT currently work on stm32 boards?
I am testing the demo projects, I can get RTT to work on nrf52dk but not on stm32.
is there any specific settings that needs to be added for stm32
|
By
Anis
·
#2705
·
|
|
Re: Help using SystemView on an STM32 Nucleo board with re-flashed ST-Link
#jlink
#stm32
this only works on nrf boards, it doesn't seem to work on stm32.
did you guys have any luck with getting SystemView to work on an STM32 Nucleo board
this only works on nrf boards, it doesn't seem to work on stm32.
did you guys have any luck with getting SystemView to work on an STM32 Nucleo board
|
By
Anis
·
#2704
·
|
|
Re: HCI Driver not registered on the ST SensorTile.box
#bluetooth
#stm32
#hci
Hi Garret,
Unfortunately no, BT is not enabled on this platform.
Actually the bluetooth application processor (BlueNRG-M2) is not ported in Zephyr yet.
This might not be a major work as it would
Hi Garret,
Unfortunately no, BT is not enabled on this platform.
Actually the bluetooth application processor (BlueNRG-M2) is not ported in Zephyr yet.
This might not be a major work as it would
|
By
Erwan Gouriou
·
#2703
·
|
|
FW: Moving from Slack to Discord
By
Carles Cufi
·
#2702
·
|
|
MCUboot/HCI-USB bug
#hci
#mcuboot
#nrf52
I believe I have found a bug in the current HCI-USB code for the nRF52 series when it is started from the MCUboot bootloader. This is on the current Zephyr 2.6 branch.
In usb_dc_nrfx.c,
I believe I have found a bug in the current HCI-USB code for the nRF52 series when it is started from the MCUboot bootloader. This is on the current Zephyr 2.6 branch.
In usb_dc_nrfx.c,
|
By
mhamel@...
·
#2701
·
|
|
HCI Driver not registered on the ST SensorTile.box
#bluetooth
#stm32
#hci
Hello y'all.
Looking at the supported board docs for the ST SensorTile.box it seems like zephyr should support bluetooth on this board. However, when I try and enable bluetooth (using bt_enable(...))
Hello y'all.
Looking at the supported board docs for the ST SensorTile.box it seems like zephyr should support bluetooth on this board. However, when I try and enable bluetooth (using bt_enable(...))
|
By
Garrett
·
#2700
·
|
|
Re: 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
·
|