|
Upcoming Event: Zephyr Project: APIs - Tue, 01/21/2020 9:00am-10:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 21 January 2020, 9:00am to 10:00am, (GMT-08:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
Reminder: Zephyr Project: APIs
When: Tuesday, 21 January 2020, 9:00am to 10:00am, (GMT-08:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6667
·
|
|
Re: How to get BLE scan channel
#ble
Hi biwa,
I am assuming that you wish to get the BLE radio channel number used in the scan window as part of the advertisement report like in the lines of RSSI.
But as this information is not part
Hi biwa,
I am assuming that you wish to get the BLE radio channel number used in the scan window as part of the advertisement report like in the lines of RSSI.
But as this information is not part
|
By
Chettimada, Vinayak Kariappa
·
#6666
·
|
|
Re: API meeting: agenda
Hi all,
I'd like to amend the agenda for today's meeting with the following PRs which have been waiting for resolution for a while:
- PR: Validate pin ordinals in wrapper functions
-
Hi all,
I'd like to amend the agenda for today's meeting with the following PRs which have been waiting for resolution for a while:
- PR: Validate pin ordinals in wrapper functions
-
|
By
Carles Cufi
·
#6665
·
|
|
Re: What is the difference "z_reschedule_irqlock" and "z_reschedule“? why two implementations?
Traditional locking in Zephyr is done with a single global "irq lock" (implemented on single processor systems with a straightforward interrupt mask). SMP allows for finer grained
Traditional locking in Zephyr is done with a single global "irq lock" (implemented on single processor systems with a straightforward interrupt mask). SMP allows for finer grained
|
By
Andy Ross
·
#6664
·
|
|
Re: Is this a bug? how to guarantee the "atomic semantics access of readyqueue" in "do_swap" function during context switch in SMP mode?
There is a fix for exactly this race this in https://github.com/zephyrproject-rtos/zephyr/pull/21903
On 1/21/2020 1:49 AM, "曹子龙 wrote:
There is a fix for exactly this race this in https://github.com/zephyrproject-rtos/zephyr/pull/21903
On 1/21/2020 1:49 AM, "曹子龙 wrote:
|
By
Andy Ross
·
#6663
·
|
|
Re: What is the difference "z_reschedule_irqlock" and "z_reschedule“? why two implementations?
Hi, I think commit message gives an explanation
https://github.com/zephyrproject-rtos/zephyr/commit/ec554f44d99eef8800e341db5fa95ba40755d351
Thanks,
Pawel
Hi, I think commit message gives an explanation
https://github.com/zephyrproject-rtos/zephyr/commit/ec554f44d99eef8800e341db5fa95ba40755d351
Thanks,
Pawel
|
By
pawel.dunaj@...
·
#6662
·
|
|
Is this a bug? how to guarantee the "atomic semantics access of readyqueue" in "do_swap" function during context switch in SMP mode?
HI folks:
if from the call pass of z_swap, which with parameter,
do_swap(key.key, lock, 1);
because is_spinlock is 1, so the lock would be released before invoke the actual switch
HI folks:
if from the call pass of z_swap, which with parameter,
do_swap(key.key, lock, 1);
because is_spinlock is 1, so the lock would be released before invoke the actual switch
|
By
"曹子龙
·
#6661
·
|
|
What is the difference "z_reschedule_irqlock" and "z_reschedule“? why two implementations?
Hi folks:
why there are two implmentations of schedule? What is the difference "z_reschedule_irqlock" and "z_reschedule“? why two
Hi folks:
why there are two implmentations of schedule? What is the difference "z_reschedule_irqlock" and "z_reschedule“? why two
|
By
"曹子龙
·
#6660
·
|
|
API meeting: agenda
Hi all,
Tomorrow we will discuss an RFC that is ready to be merged, two items that were raised in last week's TSC and we will check on progress with the GPIO porting.
- RFC (ready to merge): on-off
Hi all,
Tomorrow we will discuss an RFC that is ready to be merged, two items that were raised in last week's TSC and we will check on progress with the GPIO porting.
- RFC (ready to merge): on-off
|
By
Carles Cufi
·
#6659
·
|
|
Re: Did the SMP support arm architecture boards presents? if yes, which one?
As I know, currently there is no support of SMP for ARM architecture in Zephyr
As I know, currently there is no support of SMP for ARM architecture in Zephyr
|
By
Wayne Ren
·
#6658
·
|
|
Re: about the SMP implement ion, did the zephyr SMP support cpu affinity settings?
See the section on “CPU Mask” for directions on how to constrain threads to run on a particular set of CPUs.
https://docs.zephyrproject.org/latest/reference/kernel/smp/smp.html
See the section on “CPU Mask” for directions on how to constrain threads to run on a particular set of CPUs.
https://docs.zephyrproject.org/latest/reference/kernel/smp/smp.html
|
By
Boie, Andrew P
·
#6657
·
|
|
Did the SMP support arm architecture boards presents? if yes, which one?
HI folks:
Did the SMP support arm architecture boards presents? if yes, which one?
Thank you!
曹子龙
珠海全志科技股份有限公司
HI folks:
Did the SMP support arm architecture boards presents? if yes, which one?
Thank you!
曹子龙
珠海全志科技股份有限公司
|
By
"曹子龙
·
#6656
·
|
|
where is the "z_smp_reacquire_global_lock" called to restore the lock state to whatever the thread's counter?
Hi folks:
throught the docment of zephyr smp imple. a task take the irq_lock can be yield to another thread, but would restore the spinlock own status when it comes back
but, throught the code, i
Hi folks:
throught the docment of zephyr smp imple. a task take the irq_lock can be yield to another thread, but would restore the spinlock own status when it comes back
but, throught the code, i
|
By
"曹子龙
·
#6655
·
|
|
about the SMP implement ion, did the zephyr SMP support cpu affinity settings?
Hi folks:
Did the SMP impl. of zephyr support the cpu affinity settings? i have not seen the related members in k_thread structure.
Thanks for your kindly
Hi folks:
Did the SMP impl. of zephyr support the cpu affinity settings? i have not seen the related members in k_thread structure.
Thanks for your kindly
|
By
"曹子龙
·
#6654
·
|
|
Re: Dev-Review Meeting Agenda (Jan 16)
As a follow up we plan on The Jan 30th Dev Review meeting to discuss Pinmux/DT.
- k
As a follow up we plan on The Jan 30th Dev Review meeting to discuss Pinmux/DT.
- k
|
By
Kumar Gala
·
#6653
·
|
|
Dev-Review Meeting Agenda (Jan 16)
[sorry for the late notice]
Here’s the agenda topics for this week:
* drivers: watchdog: Add SiLabs Gecko WDOG driver
[ https://github.com/zephyrproject-rtos/zephyr/pull/20316 ]
Any topics
[sorry for the late notice]
Here’s the agenda topics for this week:
* drivers: watchdog: Add SiLabs Gecko WDOG driver
[ https://github.com/zephyrproject-rtos/zephyr/pull/20316 ]
Any topics
|
By
Kumar Gala
·
#6652
·
|
|
Upcoming Event: Zephyr Project: Dev Meeting - Thu, 01/16/2020 8:00am-9:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 16 January 2020, 8:00am to 9:00am, (GMT-08:00) America/Los Angeles
Where:https://zoom.us/j/993312203
An RSVP is requested. Click here to
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 16 January 2020, 8:00am to 9:00am, (GMT-08:00) America/Los Angeles
Where:https://zoom.us/j/993312203
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6651
·
|
|
Re: zephyr_cc_option(-O0) issue in 1.14.99 (nrf52840)
Hi,
I suggest checking the stack sizes. CONFIG_NO_OPTIMIZATIONS is sometimes used to decide which size to apply. Stack overflow could cause strange issues.
You can enlarge stacks enable stack analysis
Hi,
I suggest checking the stack sizes. CONFIG_NO_OPTIMIZATIONS is sometimes used to decide which size to apply. Stack overflow could cause strange issues.
You can enlarge stacks enable stack analysis
|
By
pawel.dunaj@...
·
#6650
·
|
|
Re: zephyr_cc_option(-O0) issue in 1.14.99 (nrf52840)
Hi Chris and All,
I replied too quickly. CONFIG_NO_OPTIMIZATIONS=y only delays the point at which the program hangs.
In my case it starts by displaying data and BLE advertising as
Hi Chris and All,
I replied too quickly. CONFIG_NO_OPTIMIZATIONS=y only delays the point at which the program hangs.
In my case it starts by displaying data and BLE advertising as
|
By
Abderrezak Mekkaoui <ab.mekka@...>
·
#6649
·
|
|
Re: zephyr_cc_option(-O0) issue in 1.14.99
Thanks Chris.
That works. And using zephyr_cc_option(-O0) with CONFIG_NO_OPTIMIZATIONS=y does not cause any trouble.
Still seems strange that other program do not seem to bother!
Thanks Chris.
That works. And using zephyr_cc_option(-O0) with CONFIG_NO_OPTIMIZATIONS=y does not cause any trouble.
Still seems strange that other program do not seem to bother!
|
By
Abderrezak Mekkaoui <ab.mekka@...>
·
#6648
·
|