|
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
·
|
|
DMA: No cache mermory region
Hi Tomasz, all,
We have a DMA controller requiring 1MB of non-cache memory region for DMA descriptors.
I had a look into CONFIG_NOCACHE_MEMORY implementation.
./arch/common/nocache.ld
/*
Hi Tomasz, all,
We have a DMA controller requiring 1MB of non-cache memory region for DMA descriptors.
I had a look into CONFIG_NOCACHE_MEMORY implementation.
./arch/common/nocache.ld
/*
|
By
Raveendra Padasalagi <raveendra.padasalagi@...>
·
#6981
·
|
|
Re: DMA: driver API's thread safety
Hi Tomasz,
Thanks for the info, link provided was very helpful.
I do have additional queries on DMA driver implementation and will send in a
separate thread for each.
Regards,
Raveendra
Hi Tomasz,
Thanks for the info, link provided was very helpful.
I do have additional queries on DMA driver implementation and will send in a
separate thread for each.
Regards,
Raveendra
|
By
Raveendra Padasalagi <raveendra.padasalagi@...>
·
#6980
·
|
|
Upcoming Event: Zephyr Project: APIs - Tue, 05/05/2020 9:00am-10:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 5 May 2020, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to
Reminder: Zephyr Project: APIs
When: Tuesday, 5 May 2020, 9:00am to 10: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@...>
·
#6979
·
|
|
Re: API meeting: agenda
Updated agenda:
- RFC: API change: Add I2C bus recovery API
- Issue: https://github.com/zephyrproject-rtos/zephyr/issues/23441
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/23442
-
Updated agenda:
- RFC: API change: Add I2C bus recovery API
- Issue: https://github.com/zephyrproject-rtos/zephyr/issues/23441
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/23442
-
|
By
Carles Cufi
·
#6978
·
|