|
Confusion with generated devicetree_unfixed.h file
#devicetree
Hello All,
I am running into an issue when trying to reference a #define from the generated devicetree_unfixed.h file.
#define DT_N_S_gpio_keys_S_gpio_18_EXISTS 1
#define DT_N_ALIAS_mux_en
Hello All,
I am running into an issue when trying to reference a #define from the generated devicetree_unfixed.h file.
#define DT_N_S_gpio_keys_S_gpio_18_EXISTS 1
#define DT_N_ALIAS_mux_en
|
By
Dominic
·
#3040
·
|
|
Re: Does uart_pl011.c support non interrupt mode
Hi Jaxson/Luca,
Thanks for your feedback.
I have created a pull request https://github.com/zephyrproject-rtos/zephyr/pull/48706
As it is my first patch to Zephyr, please let me know if there is any
Hi Jaxson/Luca,
Thanks for your feedback.
I have created a pull request https://github.com/zephyrproject-rtos/zephyr/pull/48706
As it is my first patch to Zephyr, please let me know if there is any
|
By
Ayan Kumar Halder <ayankuma@...>
·
#3039
·
|
|
json parse error.
hello,
Am developing http client app in zephyr. After http post am getting huge json data as response. It contains around 60 elements in it.
Am using in built json library to parse the json data.
hello,
Am developing http client app in zephyr. After http post am getting huge json data as response. It contains around 60 elements in it.
Am using in built json library to parse the json data.
|
By
Mariappan N <nmarijoe@...>
·
#3038
·
|
|
Re: Zephyr secure connection example - samples/bluetooth/peripheral_sc_only
#bluetooth
When I enter incorrect password, a callback called 'pairing_failed' is triggered, but when I only cancel the pairing dialog, no 'pairing_failed' is triggered, therefore I cannot disconnect explicitly
When I enter incorrect password, a callback called 'pairing_failed' is triggered, but when I only cancel the pairing dialog, no 'pairing_failed' is triggered, therefore I cannot disconnect explicitly
|
By
Ivo
·
#3037
·
|
|
Re: Does uart_pl011.c support non interrupt mode
Hi Luca,
By
Jaxson Han <Jaxson.Han@...>
·
#3036
·
|
|
Re: Does uart_pl011.c support non interrupt mode
Hi all,
I think this was my mistake, I refactored the pl011 code to use the new driver model and I missed that change!
So you can send a patch to fix it or I can send it, does GitHub has tags like
Hi all,
I think this was my mistake, I refactored the pl011 code to use the new driver model and I missed that change!
So you can send a patch to fix it or I can send it, does GitHub has tags like
|
By
Luca Fancellu <Luca.Fancellu@...>
·
#3035
·
|
|
Zephyr secure connection example - samples/bluetooth/peripheral_sc_only
#bluetooth
Dear all,
I am trying to develop an application on Nordic nrf52840_dongle utilizing bluetooth and Nordic Led Button Service. The application running on the dongle is supposed to notify button click on
Dear all,
I am trying to develop an application on Nordic nrf52840_dongle utilizing bluetooth and Nordic Led Button Service. The application running on the dongle is supposed to notify button click on
|
By
Ivo
·
#3034
·
|
|
Zephyr Support for Genesys2 FPGA Board
#driver
#api
My official project needs to have Zephyr on the Genesys2 Board. Kindly access the support.
I want to run this flow.
https://gitlab.com/incoresemi/os_ports/zephyr
Please help with Board Support
My official project needs to have Zephyr on the Genesys2 Board. Kindly access the support.
I want to run this flow.
https://gitlab.com/incoresemi/os_ports/zephyr
Please help with Board Support
|
By
marmiksoni007@...
·
#3033
·
|
|
Re: Does uart_pl011.c support non interrupt mode
Hi Ayan,
By
Jaxson Han <Jaxson.Han@...>
·
#3032
·
|
|
Process a module overlay file in addition to the ones in the regular places
#devicetree
#defconfig
Is there a way to get Zephyr to process an overlay file in a module directory (in my case an "extra module") in addition to the standard places it looks?
That is, without having to explicitly point to
Is there a way to get Zephyr to process an overlay file in a module directory (in my case an "extra module") in addition to the standard places it looks?
That is, without having to explicitly point to
|
By
yshragai.firmware@...
·
#3031
·
|
|
Re: Zephyr python netifaces install failure
Hi,
Please see https://github.com/zephyrproject-rtos/zephyr/issues/48584
For now, unless you need to work with the "Intel CAVS" platform, which
actually requires this dependency, my suggestion
Hi,
Please see https://github.com/zephyrproject-rtos/zephyr/issues/48584
For now, unless you need to work with the "Intel CAVS" platform, which
actually requires this dependency, my suggestion
|
By
Stephanos Ioannidis
·
#3030
·
|
|
Zephyr python netifaces install failure
I’m following the Zephyr getting started guide here:
https://docs.zephyrproject.org/latest/develop/getting_started/index.html
In the section “Get Zephyr and install Python dependencies”
I’m following the Zephyr getting started guide here:
https://docs.zephyrproject.org/latest/develop/getting_started/index.html
In the section “Get Zephyr and install Python dependencies”
|
By
W Kicinski
·
#3029
·
|
|
Re: Does uart_pl011.c support non interrupt mode
Hi Jaxson,
Many thanks for this. It worked. :-)
Will you send a patch for this fix ?
- Ayan
Hi Jaxson,
Many thanks for this. It worked. :-)
Will you send a patch for this fix ?
- Ayan
|
By
Ayan Kumar Halder <ayankuma@...>
·
#3028
·
|
|
Re: Does uart_pl011.c support non interrupt mode
Hi Ayan,
By
Jaxson Han <Jaxson.Han@...>
·
#3027
·
|
|
Does uart_pl011.c support non interrupt mode
Hi Zephyr Users,
When I try to compile with fvp_baser_armv8r_aarch32_defconfig and CONFIG_UART_INTERRUPT_DRIVEN=n, I get the following compilation
Hi Zephyr Users,
When I try to compile with fvp_baser_armv8r_aarch32_defconfig and CONFIG_UART_INTERRUPT_DRIVEN=n, I get the following compilation
|
By
Ayan Kumar Halder <ayankuma@...>
·
#3026
·
|
|
Re: Labels removed from Device Tree
For a node:
foo: my-node... {
label = "bar";
...
};
You may use device_get_binding("bar") or
DEVICE_DT_GET(DT_NODELABEL(foo)).
The DT_NODELABEL(foo) part may be changed
For a node:
foo: my-node... {
label = "bar";
...
};
You may use device_get_binding("bar") or
DEVICE_DT_GET(DT_NODELABEL(foo)).
The DT_NODELABEL(foo) part may be changed
|
By
Bolivar, Marti
·
#3025
·
|
|
Labels removed from Device Tree
Hello,
the commit dts: arm: st: Remove label property from devicetrees
has broken my code.
I used device_get_binding() with the string to the device label in the dts file.
What is the correct
Hello,
the commit dts: arm: st: Remove label property from devicetrees
has broken my code.
I used device_get_binding() with the string to the device label in the dts file.
What is the correct
|
By
Weiberg, Bernd
·
#3024
·
|
|
Re: 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
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
|
By
Carles Cufi
·
#3023
·
|
|
Bluetooth Classic Audio A2DP
Hi,
We are developing a product that will transmit audio mixed between 2 tracks via Bluetooth.
We will use a Bluetooth module like this Lyra Series Bluetooth 5.3 Modules | Laird Connectivity or
Hi,
We are developing a product that will transmit audio mixed between 2 tracks via Bluetooth.
We will use a Bluetooth module like this Lyra Series Bluetooth 5.3 Modules | Laird Connectivity or
|
By
Daniel Felkar <daniel.felkar@...>
·
#3022
·
|
|
Re: Porting Host-only build with HCI SPI to another RTOS
#stm32
#nrf52840
#hci
#spi
Hi Carles,
I should be hitting Group Reply so the thread is captured. Apologies :)
it seems ST Micro (for their BlueNRG chipsets) uses custom HCI Vendor commands (ogf 0x3F) to create services so they
Hi Carles,
I should be hitting Group Reply so the thread is captured. Apologies :)
it seems ST Micro (for their BlueNRG chipsets) uses custom HCI Vendor commands (ogf 0x3F) to create services so they
|
By
valens.dsilva@...
·
#3021
·
|