|
Re: Timer using FRDM-K64F
Changing the k_timer API to work in some other unit than milliseconds is doable, though a little messy from a compatibility standpoint.
The underlying unit of ticks is
Changing the k_timer API to work in some other unit than milliseconds is doable, though a little messy from a compatibility standpoint.
The underlying unit of ticks is
|
By
Andy Ross
·
#5582
·
|
|
Re: Timer using FRDM-K64F
Hi there,
This has been requested several times, but as far as I know has not been completely solved yet.
There is an issue here:https://github.com/zephyrproject-rtos/zephyr/issues/6498, please
Hi there,
This has been requested several times, but as far as I know has not been completely solved yet.
There is an issue here:https://github.com/zephyrproject-rtos/zephyr/issues/6498, please
|
By
Carles Cufi
·
#5581
·
|
|
Timer using FRDM-K64F
Hello,
My team and I are developing an application that will need the use of timers using the FRDM-K64F board. The application requires a timer to be set using microseconds as the unit. Looking
Hello,
My team and I are developing an application that will need the use of timers using the FRDM-K64F board. The application requires a timer to be set using microseconds as the unit. Looking
|
By
Nicholas Yameen <Nicholas.Yameen@...>
·
#5580
·
|
|
Re: Dev Meeting on Thursdays
I’ve created the ‘dev-review’ label for us to mark PRs for review in the meeting.
- k
I’ve created the ‘dev-review’ label for us to mark PRs for review in the meeting.
- k
|
By
Kumar Gala
·
#5579
·
|
|
Dev Meeting on Thursdays
All,
If you have a PR or Issue that needs discussion we will use this call to talk about it. The meeting will use the time slot that we had for the bug triage meeting (10a Central US Standard
All,
If you have a PR or Issue that needs discussion we will use this call to talk about it. The meeting will use the time slot that we had for the bug triage meeting (10a Central US Standard
|
By
Kumar Gala
·
#5578
·
|
|
Re: Get RSSI in DTM
Hi Tommy,
I don’t remember if DTM mode has any RSSI command in the Specification.
Could you please elaborate on your requirements?
Regards,
Vinayak
Hi Tommy,
I don’t remember if DTM mode has any RSSI command in the Specification.
Could you please elaborate on your requirements?
Regards,
Vinayak
|
By
Chettimada, Vinayak Kariappa
·
#5577
·
|
|
Get RSSI in DTM
Hi ,
We have a product using nRF51824 with zephyr.
We use hci_uart sample code and follow below link , and we can get other BT device’s
Hi ,
We have a product using nRF51824 with zephyr.
We use hci_uart sample code and follow below link , and we can get other BT device’s
|
By
Tommy Lin (林志聰) <Tommy.Lin@...>
·
#5576
·
|
|
Re: How does Zephyr brings dts, kernel, driver & user app together?
Hej ho
Thanks Erwan for the reply. I checked the "dts/bindings/sensor/" dir to get an idea.
If I get it right I need to create the files "xxx,codec1.yaml" and "xxx,codec2.yaml"?
Hej ho
Thanks Erwan for the reply. I checked the "dts/bindings/sensor/" dir to get an idea.
If I get it right I need to create the files "xxx,codec1.yaml" and "xxx,codec2.yaml"?
|
By
Stefan Jaritz
·
#5575
·
|
|
Re: How does Zephyr brings dts, kernel, driver & user app together?
Hi Stefan,
To generate #define's from dt, you need to provide the matching yaml binding to indicate how fields should be decided, this should be done under dts/bindings/...
Generated #define's will be
Hi Stefan,
To generate #define's from dt, you need to provide the matching yaml binding to indicate how fields should be decided, this should be done under dts/bindings/...
Generated #define's will be
|
By
Erwan Gouriou
·
#5574
·
|
|
How does Zephyr brings dts, kernel, driver & user app together?
Hej,
I like to create an user app that uses 2 IC connected via I2C with my MCU. Doing this is a bit tricky because I am missing some documentation, that is describing how the whole process
Hej,
I like to create an user app that uses 2 IC connected via I2C with my MCU. Doing this is a bit tricky because I am missing some documentation, that is describing how the whole process
|
By
Stefan Jaritz
·
#5573
·
|
|
Re: PCA10059 without additional debugger - non-volatile storage of settings
Hi,
in case anyone else is interested: lemrey has reworked the patch at
https://github.com/zephyrproject-rtos/zephyr/pull/11210 today to
address some comments. With the update, non-volatile storage
Hi,
in case anyone else is interested: lemrey has reworked the patch at
https://github.com/zephyrproject-rtos/zephyr/pull/11210 today to
address some comments. With the update, non-volatile storage
|
By
Martin <ma@...>
·
#5572
·
|
|
Re: Minimum required CMake version is now 3.13.1
Yeah, forgot that the docs get updated only once a dayL
Documentation is now being updated and will be available in the new version shortly.
Anas
Yeah, forgot that the docs get updated only once a dayL
Documentation is now being updated and will be available in the new version shortly.
Anas
|
By
Nashif, Anas
·
#5571
·
|
|
Re: Minimum required CMake version is now 3.13.1
Uh... those instructions still tell you to get cmake 3.8.2 :)
The latest is currently at https://cmake.org/files/LatestRelease/cmake-3.13.2-Linux-x86_64.sh it seems.
Andy
Uh... those instructions still tell you to get cmake 3.8.2 :)
The latest is currently at https://cmake.org/files/LatestRelease/cmake-3.13.2-Linux-x86_64.sh it seems.
Andy
|
By
Andy Ross
·
#5570
·
|
|
Re: Minimum required CMake version is now 3.13.1
s/not/now/ in the title J
s/not/now/ in the title J
|
By
Nashif, Anas
·
#5569
·
|
|
Minimum required CMake version is not 3.13.1
Hi,
We have changed the minimal requirement version of cmake to 3.13.1 meaning that you are required to update cmake on your system to build Zephyr.
Please follow the documentation below to
Hi,
We have changed the minimal requirement version of cmake to 3.13.1 meaning that you are required to update cmake on your system to build Zephyr.
Please follow the documentation below to
|
By
Nashif, Anas
·
#5568
·
|
|
Re: Disabling Multithreading
Thanks Carles. This is what I had in my mind too. This is already done for the generic spi flash driver (drivers/flash/spi_nor.c). I’ll hope that’s all that’s required. Thanks again.
Thanks Carles. This is what I had in my mind too. This is already done for the generic spi flash driver (drivers/flash/spi_nor.c). I’ll hope that’s all that’s required. Thanks again.
|
By
Raj Gundi
·
#5567
·
|
|
Re: FATAL ERROR: 2 The system cannot find the file specified None 2 None
#gettingstartedguide
Hi Carles,
Manually adding your new code lines to my jlink.py works.
Regards,
Bo
Hi Carles,
Manually adding your new code lines to my jlink.py works.
Regards,
Bo
|
By
Bo.Kragelund@...
·
#5566
·
|
|
Re: FATAL ERROR: 2 The system cannot find the file specified None 2 None
#gettingstartedguide
Thanks.
I’ve sent a PR to the west repo to fix this. If you could test it (simply get the file and overwrite your local jlink.py) and approve it it would be most
Thanks.
I’ve sent a PR to the west repo to fix this. If you could test it (simply get the file and overwrite your local jlink.py) and approve it it would be most
|
By
Carles Cufi
·
#5565
·
|
|
Re: FATAL ERROR: 2 The system cannot find the file specified None 2 None
#gettingstartedguide
Hi Carles,
Number 2 works fine.
Thanks a lot.
Regards,
Bo
Hi Carles,
Number 2 works fine.
Thanks a lot.
Regards,
Bo
|
By
Bo.Kragelund@...
·
#5564
·
|
|
Re: FATAL ERROR: 2 The system cannot find the file specified None 2 None
#gettingstartedguide
Right, I think I know what is going on, the default value in the constructor is not being used.
I believe there are 2 ways to try and fix the issue until we submit a patch:
Add a line
Right, I think I know what is going on, the default value in the constructor is not being used.
I believe there are 2 ways to try and fix the issue until we submit a patch:
Add a line
|
By
Carles Cufi
·
#5563
·
|