|
Re: Consequences of relying on 64 bit uptime
Generally it's much more often than 50 days. The hardware counter is the overflow that needs to be detected, not the millisecond count. With a 24 bit counter updating at 100+ MHz speds (c.f.
Generally it's much more often than 50 days. The hardware counter is the overflow that needs to be detected, not the millisecond count. With a 24 bit counter updating at 100+ MHz speds (c.f.
|
By
Andy Ross
·
#6306
·
|
|
Re: 4G/5G modem supported by Zephyr or not?
Hello Liang,
I gave a presentation at Embedded Linux Conference about this exact subject.
Slides:
Hello Liang,
I gave a presentation at Embedded Linux Conference about this exact subject.
Slides:
|
By
Michael Scott
·
#6305
·
|
|
Consequences of relying on 64 bit uptime
Hey,
I seem to recall this mentioned in the documentation, but now I can't find it anywhere.
What are the ramifications/constraints of relying upon a 64 bit k_uptime_get if one wants to avoid the 55
Hey,
I seem to recall this mentioned in the documentation, but now I can't find it anywhere.
What are the ramifications/constraints of relying upon a 64 bit k_uptime_get if one wants to avoid the 55
|
By
Benjamin Lindqvist
·
#6304
·
|
|
Re: BMX160 Driver
Hi Jeff,
I can't speak of in progress drivers.
The best way to understand how to create drivers in zephyr, in my experience so far, is to look at the current drivers. That said if the devices really
Hi Jeff,
I can't speak of in progress drivers.
The best way to understand how to create drivers in zephyr, in my experience so far, is to look at the current drivers. That said if the devices really
|
By
Tom Burdick
·
#6303
·
|
|
Re: 4G/5G modem supported by Zephyr or not?
If the 4G/5G modem module is AT command based, it’s possible to add in zephyr through SOCKET OFFLOAD or NET CONTEXT OFFLOAD.
You can refer the codes in drivers/modem/ublox-sara-r4.c for NB-IoT
If the 4G/5G modem module is AT command based, it’s possible to add in zephyr through SOCKET OFFLOAD or NET CONTEXT OFFLOAD.
You can refer the codes in drivers/modem/ublox-sara-r4.c for NB-IoT
|
By
Wayne Ren
·
#6302
·
|
|
4G/5G modem supported by Zephyr or not?
Hi, there,
I am wondering if 4G/5G modem is supported by Zephyr? Or any plan to support 4G/5G modem in Zephyr in a future?
B.R.
Liang
Hi, there,
I am wondering if 4G/5G modem is supported by Zephyr? Or any plan to support 4G/5G modem in Zephyr in a future?
B.R.
Liang
|
By
liang ding
·
#6301
·
|
|
Re: question in zephyrproject
"Kinder, David B" <david.b.kinder@...> writes:
FWIW, recent versions of pip3 install will warn you if ~/.local/bin
(or wherever it installs packages with --user) are not on PATH, so
hopefully
"Kinder, David B" <david.b.kinder@...> writes:
FWIW, recent versions of pip3 install will warn you if ~/.local/bin
(or wherever it installs packages with --user) are not on PATH, so
hopefully
|
By
Bolivar, Marti
·
#6300
·
|
|
Re: question in zephyrproject
Allen Curtis <allen@...> writes:
I'm referring to my response below:
Allen Curtis <allen@...> writes:
I'm referring to my response below:
|
By
Bolivar, Marti
·
#6299
·
|
|
Re: question in zephyrproject
Great!
We’re working on an updated getting started guide that streamlines this setup process so some important steps such as updating the PATH are not missed (so easily).
Check out
Great!
We’re working on an updated getting started guide that streamlines this setup process so some important steps such as updating the PATH are not missed (so easily).
Check out
|
By
Kinder, David B <david.b.kinder@...>
·
#6298
·
|
|
Re: question in zephyrproject
I’m with Charles. I had to add this to my .bashrc
export PATH=~/.local/bin:$PATH
Once I did this everything is good.
Lawrence King
Principal Developer
+1(416)627-7302
I’m with Charles. I had to add this to my .bashrc
export PATH=~/.local/bin:$PATH
Once I did this everything is good.
Lawrence King
Principal Developer
+1(416)627-7302
|
By
Lawrence King
·
#6297
·
|
|
Re: question in zephyrproject
By
Carles Cufi
·
#6296
·
|
|
Re: question in zephyrproject
I did not see the “python -m site” in the instructions.
--
Allen Curtis
Medical Device Architect
Critical Software Solutions, LLC
I did not see the “python -m site” in the instructions.
--
Allen Curtis
Medical Device Architect
Critical Software Solutions, LLC
|
By
Allen Curtis
·
#6295
·
|
|
Re: question in zephyrproject
"Cufi, Carles" <Carles.Cufi@...> writes:
I don't think that's the issue here. Jaemin can run west, but west can't
import pykwalify. That's not a PATH (environment variable) issue, but
"Cufi, Carles" <Carles.Cufi@...> writes:
I don't think that's the issue here. Jaemin can run west, but west can't
import pykwalify. That's not a PATH (environment variable) issue, but
|
By
Bolivar, Marti
·
#6294
·
|
|
Re: question in zephyrproject
Allen Curtis <allen@...> writes:
What distro are you using? Did you try running python3 -m site as
described below to debug?
Allen Curtis <allen@...> writes:
What distro are you using? Did you try running python3 -m site as
described below to debug?
|
By
Bolivar, Marti
·
#6293
·
|
|
Re: question in zephyrproject
Right, but that doesn’t require you to set PYTHONPATH, but to add that dotlocal folder to your PATH.
See here:
https://docs.zephyrproject.org/latest/getting_started/index.html#python-and-pip
Right, but that doesn’t require you to set PYTHONPATH, but to add that dotlocal folder to your PATH.
See here:
https://docs.zephyrproject.org/latest/getting_started/index.html#python-and-pip
|
By
Carles Cufi
·
#6292
·
|
|
Re: question in zephyrproject
Not my experience. The last time I installed the dependencies went into a dotlocal directory under the user account. Python couldn’t find them.
--
Allen Curtis
Medical Device Architect
Critical
Not my experience. The last time I installed the dependencies went into a dotlocal directory under the user account. Python couldn’t find them.
--
Allen Curtis
Medical Device Architect
Critical
|
By
Allen Curtis
·
#6291
·
|
|
Re: question in zephyrproject
Hi Jaemin, Allen,
"Allen Curtis via Lists.Zephyrproject.Org"
<allen=criticalsoftwaresolutions.com@...> writes:
Hmm, that shouldn't be needed if the Python dependencies were
Hi Jaemin, Allen,
"Allen Curtis via Lists.Zephyrproject.Org"
<allen=criticalsoftwaresolutions.com@...> writes:
Hmm, that shouldn't be needed if the Python dependencies were
|
By
Bolivar, Marti
·
#6290
·
|
|
BMX160 Driver
Hi all,
Is there a BMX160 driver in the works? I see that there are drivers for the BMI160 and the BMM150 but nothing for the BMX160. Even Bosch does not provide a driver for the BMX160. Instead
Hi all,
Is there a BMX160 driver in the works? I see that there are drivers for the BMI160 and the BMM150 but nothing for the BMX160. Even Bosch does not provide a driver for the BMX160. Instead
|
By
Jeff Langballe <Jeff.langballe@...>
·
#6289
·
|
|
Upcoming Event: Zephyr Project: APIs - Tue, 09/17/2019 9:00am-10:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 17 September 2019, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
Reminder: Zephyr Project: APIs
When: Tuesday, 17 September 2019, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6288
·
|
|
Re: W25Qxx extern Flash
W25* flash should already be supported with the `jedec,spi_nor` driver. The nxp_rt1064 target uses a W25Q32 device with that driver.
IMO we should get rid of w25q16 as it confuses things.
Peter
W25* flash should already be supported with the `jedec,spi_nor` driver. The nxp_rt1064 target uses a W25Q32 device with that driver.
IMO we should get rid of w25q16 as it confuses things.
Peter
|
By
Peter A. Bigot
·
#6287
·
|