|
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
·
|
|
Re: W25Qxx extern Flash
I actually need this same exact driver with a different size myself. This sounds like a good solution to me.
I actually need this same exact driver with a different size myself. This sounds like a good solution to me.
|
By
Tom Burdick
·
#6286
·
|
|
Re: question in zephyrproject
I had this same problem. My solution was to export PYTHONPATH to include the directory containing this module. If you went through the instructions, installing all the dependencies, it is installed on
I had this same problem. My solution was to export PYTHONPATH to include the directory containing this module. If you went through the instructions, installing all the dependencies, it is installed on
|
By
Allen Curtis
·
#6285
·
|
|
W25Qxx extern Flash
Hello,
I currently work on custom board with Zephyr and W25Q80 extern flash memory.
I see that zephyr already got driver for W25QXX and yaml for W25Q16 but driver use some define like
Hello,
I currently work on custom board with Zephyr and W25Q80 extern flash memory.
I see that zephyr already got driver for W25QXX and yaml for W25Q16 but driver use some define like
|
By
Gaspard Rigolot <gaspard.rigolot@...>
·
#6284
·
|
|
Re: question in zephyrproject
Hello
Did you do the install python dependencies step? https://docs.zephyrproject.org/latest/getting_started/index.html#install-python-dependencies
Best regards
Hello
Did you do the install python dependencies step? https://docs.zephyrproject.org/latest/getting_started/index.html#install-python-dependencies
Best regards
|
By
Serafin
·
#6283
·
|
|
question in zephyrproject
Hello.
This is Jaemin from Samsung Electronics and we are trying to set the environment up for Zephyr with https://docs.zephyrproject.org/latest/getting_started/index.html.
Everything went
Hello.
This is Jaemin from Samsung Electronics and we are trying to set the environment up for Zephyr with https://docs.zephyrproject.org/latest/getting_started/index.html.
Everything went
|
By
최재민 <jaeminy.choi@...>
·
#6282
·
|
|
API meeting: agenda
Hi all,
This week we will look at:
- Sensor API: Update on progress
- GPIO: Update on progress
- Merge https://github.com/zephyrproject-rtos/zephyr/pull/16648 to topic-gpio. CI issues are
Hi all,
This week we will look at:
- Sensor API: Update on progress
- GPIO: Update on progress
- Merge https://github.com/zephyrproject-rtos/zephyr/pull/16648 to topic-gpio. CI issues are
|
By
Carles Cufi
·
#6281
·
|
|
Re: Listen for "USB_DETECTED" events?
Hey Pawel,
I noticed `int usb_dc_ep_set_callback(const u8_t ep, const usb_dc_ep_callback cb);` in `usb_dc.h`, but using them doesn't sound so stable to me. Since `usb_dc_ep_set_callback` actually
Hey Pawel,
I noticed `int usb_dc_ep_set_callback(const u8_t ep, const usb_dc_ep_callback cb);` in `usb_dc.h`, but using them doesn't sound so stable to me. Since `usb_dc_ep_set_callback` actually
|
By
Benjamin Lindqvist
·
#6280
·
|
|
Re: Listen for "USB_DETECTED" events?
Have you checked USB_DC_CONNECTED event? You can get it through a callback given while registering a class device.
Have you checked USB_DC_CONNECTED event? You can get it through a callback given while registering a class device.
|
By
pawel.dunaj@...
·
#6279
·
|
|
Re: Zephyr's k_sleep gets stuck on nRF52832
Version 1.14.99 suggests you have a snapshot of the development series leading up to the recent 2.0 release. The problem you're reporting was fixed in #17845 in upstream Zephyr 2019-08-01. It may be
Version 1.14.99 suggests you have a snapshot of the development series leading up to the recent 2.0 release. The problem you're reporting was fixed in #17845 in upstream Zephyr 2019-08-01. It may be
|
By
Peter A. Bigot
·
#6278
·
|
|
Zephyr's k_sleep gets stuck on nRF52832
Hello All,
We were seeing an issue that occasionally, all tasks waiting for a timeout using k_sleep get stuck in the suspended state (while other tasks continue to run normally), and then after
Hello All,
We were seeing an issue that occasionally, all tasks waiting for a timeout using k_sleep get stuck in the suspended state (while other tasks continue to run normally), and then after
|
By
Kimberly Langland <KimL@...>
·
#6277
·
|