|
Re: Regarding issue in cmake build of hci_uart module
Hello Lawrence & Jamie,
After 'west' update, nrfx.h file is available in <zephyr project directory>/modules/hal/nordic/nrfx dir & also CMAKE build got successful!
Thank You very much for your
Hello Lawrence & Jamie,
After 'west' update, nrfx.h file is available in <zephyr project directory>/modules/hal/nordic/nrfx dir & also CMAKE build got successful!
Thank You very much for your
|
By
Anupam Roy
·
#7332
·
|
|
Re: Regarding issue in cmake build of hci_uart module
Which version of Zephyr are you trying to build? Run ‘git branch’ to find out. The newer versions of Zephyr requireZephyr SDK newer than v0.11.1
Also did you do a ‘west update’? this is
Which version of Zephyr are you trying to build? Run ‘git branch’ to find out. The newer versions of Zephyr requireZephyr SDK newer than v0.11.1
Also did you do a ‘west update’? this is
|
By
Lawrence King
·
#7331
·
|
|
Re: Regarding issue in cmake build of hci_uart module
Hi Anupam,
Is west in your path, if you type ‘west’ from the command line does it run? If not then it needs adding to the path. If you go to the $zephyr/../modules/hal/nordic/nrfx folder, does
Hi Anupam,
Is west in your path, if you type ‘west’ from the command line does it run? If not then it needs adding to the path. If you go to the $zephyr/../modules/hal/nordic/nrfx folder, does
|
By
lairdjm
·
#7330
·
|
|
Regarding issue in cmake build of hci_uart module
Hello Zephyr Developers,
Presently, I am trying to do CMAKE build of $zephyr/zephyr/samples/bluetooth/hci_uart/ for my nRF52840 BLE Controller (dongle).
Board config was set as follows.
cmake
Hello Zephyr Developers,
Presently, I am trying to do CMAKE build of $zephyr/zephyr/samples/bluetooth/hci_uart/ for my nRF52840 BLE Controller (dongle).
Board config was set as follows.
cmake
|
By
Anupam Roy
·
#7329
·
|
|
Re: Does ISR cause a preemptible thread to be swapped out
Thanks Andrew P. Yes this is the behaviour I am observing. So I guess everything is as expected.
Thanks to all for responding.
George
Thanks Andrew P. Yes this is the behaviour I am observing. So I guess everything is as expected.
Thanks to all for responding.
George
|
By
George Kumar
·
#7328
·
|
|
Re: Upcoming Event: Zephyr Toolchain Working Group - Thu, 04/16/2020 7:00am-8:00am
#cal-reminder
Greetings!
It is on the topic of our recent conversation. Think now this project seems ideal :) Have a look:
*Reminder:* Zephyr Toolchain Working Group
Greetings!
It is on the topic of our recent conversation. Think now this project seems ideal :) Have a look:
*Reminder:* Zephyr Toolchain Working Group
|
By
Erwin Rol
·
#7327
·
|
|
Re: User Mode Drivers
#driver
Thank you both for detailed answers! We will continue to consider this idea for user mode drivers with the previously mentioned caveats, and we will see if implementing them is too onerous or not.
Thank you both for detailed answers! We will continue to consider this idea for user mode drivers with the previously mentioned caveats, and we will see if implementing them is too onerous or not.
|
By
Jett ✈ Rink
·
#7326
·
|
|
Zephyr Project: Dev Meeting - Thu, 09/10/2020 3:00pm-4:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 10 September 2020, 3:00pm to 4:00pm, (GMT+00:00) UTC
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to RSVP
Organizer:
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 10 September 2020, 3:00pm to 4:00pm, (GMT+00:00) UTC
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to RSVP
Organizer:
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#7325
·
|
|
Zephyr: Toolchain Working Group - Thu, 09/10/2020
#cal-notice
Zephyr: Toolchain Working Group
When:
Thursday, 10 September 2020
2:00pm to 3:00pm
(GMT+00:00) UTC
Where:
Microsoft Teams Meeting
Description:
Live meeting minutes:
Zephyr: Toolchain Working Group
When:
Thursday, 10 September 2020
2:00pm to 3:00pm
(GMT+00:00) UTC
Where:
Microsoft Teams Meeting
Description:
Live meeting minutes:
|
By
devel@lists.zephyrproject.org Calendar <noreply@...>
·
#7324
·
|
|
Zephyr: Toolchain Working Group - Thu, 09/10/2020 2:00pm-3:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr: Toolchain Working Group
When: Thursday, 10 September 2020, 2:00pm to 3:00pm, (GMT+00:00) UTC
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to
Reminder: Zephyr: Toolchain Working Group
When: Thursday, 10 September 2020, 2:00pm to 3:00pm, (GMT+00:00) UTC
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#7323
·
|
|
Zephyr Toolchain Working Group Meeting – 10 September 2020
Call for today’s Toolchain WG.
Agenda
Updates:
PR #22668: Made it for v2.4.0😊
Thomas: IAR: Updates ?
Torsten: Toolchain abstraction: PR #24851: Made it for v2.4.0😊
Next steps ?
Call for today’s Toolchain WG.
Agenda
Updates:
PR #22668: Made it for v2.4.0😊
Thomas: IAR: Updates ?
Torsten: Toolchain abstraction: PR #24851: Made it for v2.4.0😊
Next steps ?
|
By
Rasmussen, Torsten
·
#7322
·
|
|
Re: Does ISR cause a preemptible thread to be swapped out
Hi George,
In Zephyr scheduling, after an ISR is done, can a preemptible thread be swapped out, and a higher priority thread, if ready, is allowed to run?
Yes this is guaranteed. There should
Hi George,
In Zephyr scheduling, after an ISR is done, can a preemptible thread be swapped out, and a higher priority thread, if ready, is allowed to run?
Yes this is guaranteed. There should
|
By
Boie, Andrew P
·
#7321
·
|
|
Re: Does ISR cause a preemptible thread to be swapped out
Hey George,
When coming back from an ISR, Zephyr should switch to the highest priority thread that is ready (with some caveats around multiple cooperative threads being ready). At least that is what I
Hey George,
When coming back from an ISR, Zephyr should switch to the highest priority thread that is ready (with some caveats around multiple cooperative threads being ready). At least that is what I
|
By
Jett ✈ Rink
·
#7320
·
|
|
Re: User Mode Drivers
#driver
Hi Jett,
It should certainly be possible to do this, where you implement driver logic as just code which makes other system calls at a lower-level bus abstraction to interact with the hardware. It
Hi Jett,
It should certainly be possible to do this, where you implement driver logic as just code which makes other system calls at a lower-level bus abstraction to interact with the hardware. It
|
By
Boie, Andrew P
·
#7319
·
|
|
Re: User Mode Drivers
#driver
Hi,
Jett ✈ Rink via lists.zephyrproject.org
<jettrink=google.com@...> writes:
The devicetree describes the hardware. Whether or not a particular
software driver runs in user
Hi,
Jett ✈ Rink via lists.zephyrproject.org
<jettrink=google.com@...> writes:
The devicetree describes the hardware. Whether or not a particular
software driver runs in user
|
By
Bolivar, Marti
·
#7318
·
|
|
Does ISR cause a preemptible thread to be swapped out
Hi,
In Zephyr scheduling, after an ISR is done, can a preemptible thread be swapped out, and a higher priority thread, if ready, is allowed to run?
I understand the behaviour for the cooperative
Hi,
In Zephyr scheduling, after an ISR is done, can a preemptible thread be swapped out, and a higher priority thread, if ready, is allowed to run?
I understand the behaviour for the cooperative
|
By
George Kumar
·
#7317
·
|
|
User Mode Drivers
#driver
Hey all,
Do all "drivers" need to be run in supervisor mode (within the kernel)? I am specifically thinking about external ICs that are connected to an embedded controller running Zephyr via
Hey all,
Do all "drivers" need to be run in supervisor mode (within the kernel)? I am specifically thinking about external ICs that are connected to an embedded controller running Zephyr via
|
By
Jett ✈ Rink
·
#7316
·
|
|
Re: C++ user apps
Hi,
Thank you for the info!
Regards,
Simon
Hi,
Thank you for the info!
Regards,
Simon
|
By
Simon Glass <sjg@...>
·
#7315
·
|
|
Zephyr Project: APIs - Tue, 09/08/2020 4:00pm-5:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 8 September 2020, 4:00pm to 5:00pm, (GMT+00:00) UTC
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to RSVP
Organizer:
Reminder: Zephyr Project: APIs
When: Tuesday, 8 September 2020, 4:00pm to 5:00pm, (GMT+00:00) UTC
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to RSVP
Organizer:
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#7314
·
|
|
API meeting: agenda
Hi all,
Special agenda for today:
- In order to help with the 2.4 release we will go through bugs labeled API or drivers and try to clean up or assign as many as we can.
Teams link:
Hi all,
Special agenda for today:
- In order to help with the 2.4 release we will go through bugs labeled API or drivers and try to clean up or assign as many as we can.
Teams link:
|
By
Carles Cufi
·
#7313
·
|