|
EMULATOR BOARD QEMU
I want to learn how to use sephyr, I am not finding the steps to emulate the boards in qemu, I would like to know how to emulate the ZEPHYR IN A QEMU EMULATOR.
tHANK'S
--
I want to learn how to use sephyr, I am not finding the steps to emulate the boards in qemu, I would like to know how to emulate the ZEPHYR IN A QEMU EMULATOR.
tHANK'S
--
|
By
Amir Camillo <amircam@...>
·
#5280
·
|
|
Re: [RFC] k_poll_signal name and MISRA
Hi Flavio,
First thing that came to my mind when I saw k_pll is a PLL. Hopefully there is a better abbreviation for poll than pll.
Regards
Abderrezak Mekkaoui
Hi Flavio,
First thing that came to my mind when I saw k_pll is a PLL. Hopefully there is a better abbreviation for poll than pll.
Regards
Abderrezak Mekkaoui
|
By
Abderrezak Mekkaoui <ab.mekka@...>
·
#5279
·
|
|
[RFC] k_poll_signal name and MISRA
Hi guys,
MISRA-C rule 5.7 says that a tag name shall be a unique identifier, also
reuse tag names is an undefined behavior recognized in C99 (Section
6.7.2.3).
It happens that we have in Zephyr both
Hi guys,
MISRA-C rule 5.7 says that a tag name shall be a unique identifier, also
reuse tag names is an undefined behavior recognized in C99 (Section
6.7.2.3).
It happens that we have in Zephyr both
|
By
Flavio Ceolin
·
#5278
·
|
|
IPv6 Mesh over BLUETOOTH Low Energy using IPSP
Hi all,
Via the paper "Bluetooth Low Energy Mesh Networks: A Survey" [1] I found
out about the WIP IETF RFC "IPv6 Mesh over BLUETOOTH(R) Low Energy using
IPSP" [2].
Being able to use IPv6 over a
Hi all,
Via the paper "Bluetooth Low Energy Mesh Networks: A Survey" [1] I found
out about the WIP IETF RFC "IPv6 Mesh over BLUETOOTH(R) Low Energy using
IPSP" [2].
Being able to use IPv6 over a
|
By
Reto Schneider <reto@...>
·
#5277
·
|
|
lwip integration with OpenThread
#nrf52840
#lwip
#openthread
Hi all,
For reference, Can you please share an lwip example application built on top of Zephyrt's OpenThread integration code base?
Do you support all the features of OT stack in Zephyrt's
Hi all,
For reference, Can you please share an lwip example application built on top of Zephyrt's OpenThread integration code base?
Do you support all the features of OT stack in Zephyrt's
|
By
deepa.gopinath@...
·
#5276
·
|
|
Re: SPI Kconfig.nrfx changes in recent (1.13.99) clone - setting GPIO pins for SPI master now fails.
Hi Chuck,
As far as I know a lot of progress is ongoing in Zephyr to move to DTS and if I'm not mistaken I2C was there before SPI.
Regards,
Jan
Hi Chuck,
As far as I know a lot of progress is ongoing in Zephyr to move to DTS and if I'm not mistaken I2C was there before SPI.
Regards,
Jan
|
By
Jan Van Winkel <jan.van_winkel@...>
·
#5275
·
|
|
Re: SPI Kconfig.nrfx changes in recent (1.13.99) clone - setting GPIO pins for SPI master now fails.
Jan,
Thanks....am working on an overlay now. Sure makes the prj.cfg look a lot
cleaner. Am I right to expect that this sort of transformation will make its way
into other drivers as well (e.g.
Jan,
Thanks....am working on an overlay now. Sure makes the prj.cfg look a lot
cleaner. Am I right to expect that this sort of transformation will make its way
into other drivers as well (e.g.
|
By
cpmcparland@...
·
#5274
·
|
|
subsys/storage/flash_map - FLASH_DEV_NAME definition
Hi,Im playing with subsys/storage/flash_map and I have one problem with flash_drivers_map structure.
Currently it is defined as
struct driver_map_entry {
u8_t id;
const char * const
Hi,Im playing with subsys/storage/flash_map and I have one problem with flash_drivers_map structure.
Currently it is defined as
struct driver_map_entry {
u8_t id;
const char * const
|
By
Jiří Kubias <jiri.kubias@...>
·
#5273
·
|
|
Re: SPI Kconfig.nrfx changes in recent (1.13.99) clone - setting GPIO pins for SPI master now fails.
Hi Chuck,
SPI config has switched to devicetree and you only need following configs in you prj.conf file for SPI_0:
CONFIG_SPI=y
CONFIG_SPI_0=y
CONFIG_SPI_NRFX=y
All other configurations come from
Hi Chuck,
SPI config has switched to devicetree and you only need following configs in you prj.conf file for SPI_0:
CONFIG_SPI=y
CONFIG_SPI_0=y
CONFIG_SPI_NRFX=y
All other configurations come from
|
By
Jan Van Winkel <jan.van_winkel@...>
·
#5272
·
|
|
Workq stack size confusion
Dear All,
I’m really confused about the workqs at the moment.
I want to implement a modem driver and for that I need a Workq to process AT commands sequentially. Idea was, to have multiple
Dear All,
I’m really confused about the workqs at the moment.
I want to implement a modem driver and for that I need a Workq to process AT commands sequentially. Idea was, to have multiple
|
By
Christoph Schramm <schramm@...>
·
#5271
·
|
|
SPI Kconfig.nrfx changes in recent (1.13.99) clone - setting GPIO pins for SPI master now fails.
My zephyr app, built on ver 1.13.0 with the following prj.cfg file:
My zephyr app, built on ver 1.13.0 with the following prj.cfg file:
|
By
cpmcparland@...
·
#5270
·
|
|
Re: bt_le_scan of node in Mesh network
Hi!
Thanks, this looks exactly like what I was looking for. Even seems to
be easier than the NRF52 SDK-approach with the timing API.
Best Regards,
Martin
Am Mo., 15. Okt. 2018 um 08:25 Uhr schrieb
Hi!
Thanks, this looks exactly like what I was looking for. Even seems to
be easier than the NRF52 SDK-approach with the timing API.
Best Regards,
Martin
Am Mo., 15. Okt. 2018 um 08:25 Uhr schrieb
|
By
Martin <ma@...>
·
#5269
·
|
|
Re: Slip TCP connection between linux host and nrf52840
Hi,
Some Linux distros might do most of work configuring interfaces for you.
If you enable IPv4 autoconfiguration and LLMNR or mDNS you should be able
to access zephyr with short name "zephyr" or
Hi,
Some Linux distros might do most of work configuring interfaces for you.
If you enable IPv4 autoconfiguration and LLMNR or mDNS you should be able
to access zephyr with short name "zephyr" or
|
By
Andrei Emeltchenko <andrei.emeltchenko@...>
·
#5268
·
|
|
Zephyr SDK 0.9.4-rc5 available for testing
Hi,
A release candidate of the Zephyr SDK is available for general testing. It has the following changes since the 0.9.3 release:
- New QEMU release (based on 3.0.0+git
Hi,
A release candidate of the Zephyr SDK is available for general testing. It has the following changes since the 0.9.3 release:
- New QEMU release (based on 3.0.0+git
|
By
Nashif, Anas
·
#5267
·
|
|
Re: Slip TCP connection between linux host and nrf52840
Hello,
cpmcparland@... wrote:
[]
I'm sure that someone without imagination would just stream data over
old good serial connection - either in textual form, as a sequence of
lines, or with
Hello,
cpmcparland@... wrote:
[]
I'm sure that someone without imagination would just stream data over
old good serial connection - either in textual form, as a sequence of
lines, or with
|
By
Paul Sokolovsky
·
#5266
·
|
|
Re: Slip TCP connection between linux host and nrf52840
Marti,
Not rude at all...will look over your web site. Finding the right fit for a commercial
embedded, mostly software product is a tough problem. Will be interested to see
where you folks fit in
Marti,
Not rude at all...will look over your web site. Finding the right fit for a commercial
embedded, mostly software product is a tough problem. Will be interested to see
where you folks fit in
|
By
cpmcparland@...
·
#5265
·
|
|
Re: Slip TCP connection between linux host and nrf52840
Hi Chuck,
Since you've asked, I guess it's not rude to note that my company (https://foundries.io/) does have Linux-based BLE/IP gateway software you can take a look at (with support for multiple
Hi Chuck,
Since you've asked, I guess it's not rude to note that my company (https://foundries.io/) does have Linux-based BLE/IP gateway software you can take a look at (with support for multiple
|
By
Marti Bolivar <marti@...>
·
#5264
·
|
|
Re: Slip TCP connection between linux host and nrf52840
All,
Thanks for the suggestions and sharing results. I think I'll go with USB network device solution. I've tried the sample "samples/net/echo_server" and, with the addition of the overlay-netusb(?)
All,
Thanks for the suggestions and sharing results. I think I'll go with USB network device solution. I've tried the sample "samples/net/echo_server" and, with the addition of the overlay-netusb(?)
|
By
cpmcparland@...
·
#5263
·
|
|
Re: [Question] zephyr file transfer via BLE
Hi there,
I believe mcumgr will allow you to do what you need.
Check the smp server sample here:https://github.com/zephyrproject-rtos/zephyr/tree/master/samples/subsys/mgmt/mcumgr/smp_svr
And
Hi there,
I believe mcumgr will allow you to do what you need.
Check the smp server sample here:https://github.com/zephyrproject-rtos/zephyr/tree/master/samples/subsys/mgmt/mcumgr/smp_svr
And
|
By
Carles Cufi
·
#5262
·
|
|
[Question] zephyr file transfer via BLE
Hi, This is seungwoo
I have a question
If you look at the site below, I can transfer BLE file using Nordic chip.
https://devzone.nordicsemi.com/f/nordic-q-a/33093/transfer-big-file-over-ble
Hi, This is seungwoo
I have a question
If you look at the site below, I can transfer BLE file using Nordic chip.
https://devzone.nordicsemi.com/f/nordic-q-a/33093/transfer-big-file-over-ble
|
By
우승우 <du5102@...>
·
#5261
·
|