|
Re: Thread Scheduling question
> I'm not quite sure what you are trying to mitigate, exactly. This is the desired behavior. You WANT your two custom threads to run instead of your main thread, that's why they're higher
> I'm not quite sure what you are trying to mitigate, exactly. This is the desired behavior. You WANT your two custom threads to run instead of your main thread, that's why they're higher
|
By
Peter A. Bigot
·
#7001
·
|
|
Re: Thread Scheduling question
This will help, Andy. Thanks for your inputs!
Regards,
Raj
This will help, Andy. Thanks for your inputs!
Regards,
Raj
|
By
Raj Gundi
·
#7000
·
|
|
Re: Thread Scheduling question
Your understanding is correct. If a higher priority thread is available to run, then a preemptible thread will yield to that thread at every scheduling point.
I'm not quite sure what
Your understanding is correct. If a higher priority thread is available to run, then a preemptible thread will yield to that thread at every scheduling point.
I'm not quite sure what
|
By
Andy Ross
·
#6999
·
|
|
Thread Scheduling question
Hi,
This is a question related to thread scheduling. Imagine you have 2 custom threads in addition to the “main thread”. The custom threads are created static (K_THREAD_DEFINE) and are
Hi,
This is a question related to thread scheduling. Imagine you have 2 custom threads in addition to the “main thread”. The custom threads are created static (K_THREAD_DEFINE) and are
|
By
Raj Gundi
·
#6998
·
|
|
Re: 回复:[Zephyr-devel] How to compile riscv64 program with 0.10.3 sdk "riscv64-zephyr-elf-gcc" toolchain?
Sure, that was why “riscv32-zephyr-elf-“ toolchain was removed in the SDK 0.11.0 release:
https://github.com/zephyrproject-rtos/sdk-ng/commit/5997df8e3dc78184543f05ccbbc425c2d3c2818b
Sure, that was why “riscv32-zephyr-elf-“ toolchain was removed in the SDK 0.11.0 release:
https://github.com/zephyrproject-rtos/sdk-ng/commit/5997df8e3dc78184543f05ccbbc425c2d3c2818b
|
By
Stephanos Ioannidis
·
#6997
·
|
|
回复:[Zephyr-devel] How to compile riscv64 program with 0.10.3 sdk "riscv64-zephyr-elf-gcc" toolchain?
Thank you!
if so,it seems riscv32 toolchain also can take this flag and generate the 64 bit program.
riscv32-zephyr-elf-gcc -march=rv64i -mabi=lp64 -c main.c -o
Thank you!
if so,it seems riscv32 toolchain also can take this flag and generate the 64 bit program.
riscv32-zephyr-elf-gcc -march=rv64i -mabi=lp64 -c main.c -o
|
By
"曹子龙
·
#6996
·
|
|
Re: How to compile riscv64 program with 0.10.3 sdk "riscv64-zephyr-elf-gcc" toolchain?
Hi,
You need to specify the correct ABI type through `-mabi` alongside the `-march` flag.
Try `-march=rv64i -mabi=lp64` for instance.
Regards,
Stephanos
Hi,
You need to specify the correct ABI type through `-mabi` alongside the `-march` flag.
Try `-march=rv64i -mabi=lp64` for instance.
Regards,
Stephanos
|
By
Stephanos Ioannidis
·
#6995
·
|
|
Zephyr 2.3.0-rc1 tagged
Hi all,
The first release candidate for Zephyr 2.3.0 has now been tagged (v2.3.0-rc1).
The merge window for features and enhancements is now closed for this release, and it will remain closed until
Hi all,
The first release candidate for Zephyr 2.3.0 has now been tagged (v2.3.0-rc1).
The merge window for features and enhancements is now closed for this release, and it will remain closed until
|
By
Carles Cufi
·
#6994
·
|
|
How to compile riscv64 program with 0.10.3 sdk "riscv64-zephyr-elf-gcc" toolchain?
I try to compile program with "zephyr-sdk-0.10.3/riscv64-zephyr-elf/bin/riscv64-zephyr-elf-gcc " to compile my program,
but it seems the result still be 32 bit
I try to compile program with "zephyr-sdk-0.10.3/riscv64-zephyr-elf/bin/riscv64-zephyr-elf-gcc " to compile my program,
but it seems the result still be 32 bit
|
By
"曹子龙
·
#6993
·
|
|
API Change: video
Hi all,
A recent stable API has been modified to adapt it to the recent kernel timeout change.
video_dequeue() now takes a k_timeout_t instead of a u32_t for the type of the timeout parameter.
Note
Hi all,
A recent stable API has been modified to adapt it to the recent kernel timeout change.
video_dequeue() now takes a k_timeout_t instead of a u32_t for the type of the timeout parameter.
Note
|
By
Carles Cufi
·
#6992
·
|
|
Re: Dev-Review Meeting Agenda May 7
It's happening via Teams today:
*Description:* Join Microsoft Teams
It's happening via Teams today:
*Description:* Join Microsoft Teams
|
By
Bolivar, Marti
·
#6991
·
|
|
Re: Dev-Review Meeting Agenda May 7
Sorry, found it in the notes!
- Simon
Sorry, found it in the notes!
- Simon
|
By
Simon Glass
·
#6990
·
|
|
Upcoming Event: Zephyr Project: Dev Meeting - Thu, 05/07/2020 8:00am-9:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 7 May 2020, 8:00am to 9:00am, (GMT-07:00) America/Los Angeles
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 7 May 2020, 8:00am to 9:00am, (GMT-07:00) America/Los Angeles
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6989
·
|
|
Re: Dev-Review Meeting Agenda May 7
Hi Kumar,
Is there a link to the meeting somewhere please?
Regards,
Simon
Hi Kumar,
Is there a link to the meeting somewhere please?
Regards,
Simon
|
By
Simon Glass
·
#6988
·
|
|
Dev-Review Meeting Agenda May 7
Here’s the agenda topics for this week:
* Review PR’s tagged with dev-review
* Any topics anyone else has.
- k
Here’s the agenda topics for this week:
* Review PR’s tagged with dev-review
* Any topics anyone else has.
- k
|
By
Kumar Gala
·
#6987
·
|
|
Re: Bridging
#networking
Hi Kenth,
there has not been such plans so far. Patches are welcome of course.
What kind of hw you had in mind that has multiple Ethernet sockets?
Cheers,
Jukka
Hi Kenth,
there has not been such plans so far. Patches are welcome of course.
What kind of hw you had in mind that has multiple Ethernet sockets?
Cheers,
Jukka
|
By
Jukka Rissanen
·
#6986
·
|
|
Bridging
#networking
Any plans to add Ethernet bridging support? I want to add VLAN sub-interfaces into a bridge.
Any plans to add Ethernet bridging support? I want to add VLAN sub-interfaces into a bridge.
|
By
Kenth Eriksson
·
#6985
·
|
|
[2.3 release] Feature merge window close (M2) tomorrow
Hi all,
This is just a reminder that the feature merge window closes tomorrow, the 8th of May.
This means that any changes that are not bugfixes or documentation changes must be merged by
Hi all,
This is just a reminder that the feature merge window closes tomorrow, the 8th of May.
This means that any changes that are not bugfixes or documentation changes must be merged by
|
By
Carles Cufi
·
#6984
·
|
|
Re: #networking #ppp #gsm_modem #mbedtls
#ppp
#gsm_modem
#mbedtls
#networking
Hi Bo,
some comments inline below:
Can you try what you are doing using upstream master branch, it might
have issues fixed regarding what you are trying to do?
Where do you see a recommendation to
Hi Bo,
some comments inline below:
Can you try what you are doing using upstream master branch, it might
have issues fixed regarding what you are trying to do?
Where do you see a recommendation to
|
By
Jukka Rissanen
·
#6983
·
|
|
#networking #ppp #gsm_modem #mbedtls
#ppp
#gsm_modem
#mbedtls
#networking
Hello
I am working on an application on frdm_k64f board using official zephyr release 2.2.0.
The application involves mqtt and mbedtls.
The connection is a secure connection using certificates.
The
Hello
I am working on an application on frdm_k64f board using official zephyr release 2.2.0.
The application involves mqtt and mbedtls.
The connection is a secure connection using certificates.
The
|
By
Bo.Kragelund@...
·
#6982
·
|