|
Re: Updated Event: Zephyr Project: Dev Meeting
#cal-invite
On Wed, Jan 29, 2020 at 7:08 AM devel@... Calendar <devel@...> wrote:
Zephyr Project: Dev Meeting
When:
Thursday, 2 May 2019
8:00am to 9:00am
(UTC-07:00) America/Los Angeles
Repeats: Weekly on
On Wed, Jan 29, 2020 at 7:08 AM devel@... Calendar <devel@...> wrote:
Zephyr Project: Dev Meeting
When:
Thursday, 2 May 2019
8:00am to 9:00am
(UTC-07:00) America/Los Angeles
Repeats: Weekly on
|
By
Justin
·
#6701
·
|
|
Updated Event: Zephyr Project: Dev Meeting
#cal-invite
Zephyr Project: Dev Meeting
When:
Thursday, 2 May 2019
8:00am to 9:00am
(UTC-07:00) America/Los Angeles
Repeats: Weekly on Thursday
Where:
https://zoom.us/j/993312203
Organizer:
Zephyr Project: Dev Meeting
When:
Thursday, 2 May 2019
8:00am to 9:00am
(UTC-07:00) America/Los Angeles
Repeats: Weekly on Thursday
Where:
https://zoom.us/j/993312203
Organizer:
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6700
·
|
|
Upcoming Event: Zephyr Project: APIs - Tue, 01/28/2020 9:00am-10:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 28 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, 28 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@...>
·
#6699
·
|
|
Re: ARM Cortex R intermittent MPU memory access check failures with CONFIG_USERSPACE
+ Andrew, Stephanos
Hi Phil,
Thanks for reporting this. I need to do a more careful looking into it, but it is likely that you have spotted a bug in the Cortex-M implementation.
The
+ Andrew, Stephanos
Hi Phil,
Thanks for reporting this. I need to do a more careful looking into it, but it is likely that you have spotted a bug in the Cortex-M implementation.
The
|
By
Glaropoulos, Ioannis
·
#6698
·
|
|
API meeting: Agenda
Hi all,
I cannot attend today so Peter Bigot will kindly chair the meeting instead.
The discussion will be centered exclusively around the completion of the GPIO transition into its new API.
-
Hi all,
I cannot attend today so Peter Bigot will kindly chair the meeting instead.
The discussion will be centered exclusively around the completion of the GPIO transition into its new API.
-
|
By
Carles Cufi
·
#6697
·
|
|
Re: GPIO porting status, 28th January
Hi all,
We are very close to finalizing the port of users to the new GPIO API. There are only 4 Pull Requests that need to be reviewed, reworked and merged in order to complete the process. If you
Hi all,
We are very close to finalizing the port of users to the new GPIO API. There are only 4 Pull Requests that need to be reviewed, reworked and merged in order to complete the process. If you
|
By
Carles Cufi
·
#6696
·
|
|
ARM Cortex R intermittent MPU memory access check failures with CONFIG_USERSPACE
I'm getting intermittent run-time failures such as:
syscall z_hdlr_k_uptime_get failed check: Memory region 0x0002ff70 (size 8) write access denied
***** Hardware exception *****
I'm getting intermittent run-time failures such as:
syscall z_hdlr_k_uptime_get failed check: Memory region 0x0002ff70 (size 8) write access denied
***** Hardware exception *****
|
By
Phil Erwin Jr
·
#6695
·
|
|
Re: Feedback requested on west manifest imports
Hello,
I've cut a new west pre-release today (0.6.99.dev5) which is feature complete for manifest imports.
The main new feature since 0.6.99.dev4 is you can now use whitelists and blacklists to
Hello,
I've cut a new west pre-release today (0.6.99.dev5) which is feature complete for manifest imports.
The main new feature since 0.6.99.dev4 is you can now use whitelists and blacklists to
|
By
Bolivar, Marti
·
#6694
·
|
|
Re: 回复:回复:回复:[Zephyr-devel] is there any gudeline on how to run SMP mode kernel on X86 architecture?
Try this instead, this is what I do every day, I never use west as it doesn’t properly support emulators. For x86-64 the host GDB works great:
. zephyr-env.sh
cd samples/hello_world
mkdir
Try this instead, this is what I do every day, I never use west as it doesn’t properly support emulators. For x86-64 the host GDB works great:
. zephyr-env.sh
cd samples/hello_world
mkdir
|
By
Boie, Andrew P
·
#6693
·
|
|
回复:回复:回复:[Zephyr-devel] is there any gudeline on how to run SMP mode kernel on X86 architecture?
Thank you!
It seems work seeing the source code, but still has problem on connection:
(gdb) target remote localhost:1234
Remote debugging using localhost:1234
warning: Selected architecture
Thank you!
It seems work seeing the source code, but still has problem on connection:
(gdb) target remote localhost:1234
Remote debugging using localhost:1234
warning: Selected architecture
|
By
"曹子龙
·
#6692
·
|
|
Re: GPIO porting status, 26th January
Hi all,
Peter Bigot is currently working on rebasing the topic-gpio branch against master.
The highest risk right now is the current set of users without a PR, since existing PRs with requested
Hi all,
Peter Bigot is currently working on rebasing the topic-gpio branch against master.
The highest risk right now is the current set of users without a PR, since existing PRs with requested
|
By
Carles Cufi
·
#6691
·
|
|
Re: 回复:回复:[Zephyr-devel] is there any gudeline on how to run SMP mode kernel on X86 architecture?
Hi there,
You are right, I made a mistake. Here’s the updated instructions that work for me:
$ cd ~/zephyrproject/zephyr
$ source zephyr-env.sh
$ west build -b qemu_x86_64
Hi there,
You are right, I made a mistake. Here’s the updated instructions that work for me:
$ cd ~/zephyrproject/zephyr
$ source zephyr-env.sh
$ west build -b qemu_x86_64
|
By
Carles Cufi
·
#6690
·
|
|
Re: why no matches found in "west build -t menuconfig" during find "CONFIG_THREAD_NAME" flag?
Hello,
Skip the 'CONFIG_' prefix when searching for symbols in menuconfig. 'CONFIG_' is just added on output.
Can also search for e.g. "thread name" btw. The search function isn't case-sensitive, and
Hello,
Skip the 'CONFIG_' prefix when searching for symbols in menuconfig. 'CONFIG_' is just added on output.
Can also search for e.g. "thread name" btw. The search function isn't case-sensitive, and
|
By
Ulf Magnusson
·
#6689
·
|
|
why no matches found in "west build -t menuconfig" during find "CONFIG_THREAD_NAME" flag?
See blow picture, i try to enable the flag "CONFIG_THREAD_NAME" because it was disabled by default, but still cant see the configuration items in menuconfig,
can anyone tell me
See blow picture, i try to enable the flag "CONFIG_THREAD_NAME" because it was disabled by default, but still cant see the configuration items in menuconfig,
can anyone tell me
|
By
"曹子龙
·
#6688
·
|
|
回复:回复:[Zephyr-devel] is there any gudeline on how to run SMP mode kernel on X86 architecture?
Thank you!
But it seems cant load the symbol, so how to compile the debug elf files?
BTW: there are two elf files exist in build dir, zephyr.elf and zepyhr-qemu.elf, what is the difference?
Thread 1
Thank you!
But it seems cant load the symbol, so how to compile the debug elf files?
BTW: there are two elf files exist in build dir, zephyr.elf and zepyhr-qemu.elf, what is the difference?
Thread 1
|
By
"曹子龙
·
#6687
·
|
|
GPIO porting status, 24th January
[resending this email with the mailing list included to increase distribution]
Hi all,
This is the current status of GPIO user porting as of today (24th January):
Remaining users without a
[resending this email with the mailing list included to increase distribution]
Hi all,
This is the current status of GPIO user porting as of today (24th January):
Remaining users without a
|
By
Carles Cufi
·
#6686
·
|
|
Re: 回复:[Zephyr-devel] is there any gudeline on how to run SMP mode kernel on X86 architecture?
$ cd ~/zephyrproject/zephyr
$ source zephyr-env.sh
$ west build-b qemu_x86_64 samples/hello_world/
$ cd build/
$ ninja debugserver
and then in another terminal
$ gdb
(gdb) target remote
$ cd ~/zephyrproject/zephyr
$ source zephyr-env.sh
$ west build-b qemu_x86_64 samples/hello_world/
$ cd build/
$ ninja debugserver
and then in another terminal
$ gdb
(gdb) target remote
|
By
Carles Cufi
·
#6685
·
|
|
Zephyr 2.2 release schedule
Hi,
I’d like to remind everyone of the current release schedule for the next Zephyr release, i.e. version 2.2:
- The feature merge window is open for roughly two more weeks, closing on February
Hi,
I’d like to remind everyone of the current release schedule for the next Zephyr release, i.e. version 2.2:
- The feature merge window is open for roughly two more weeks, closing on February
|
By
Johan Hedberg
·
#6684
·
|
|
回复:[Zephyr-devel] is there any gudeline on how to run SMP mode kernel on X86 architecture?
Thanks
Can it be debuged by GDB? how to with west?
曹子龙
珠海全志科技股份有限公司
Thanks
Can it be debuged by GDB? how to with west?
曹子龙
珠海全志科技股份有限公司
|
By
"曹子龙
·
#6683
·
|
|
Race Condition in ATT
#ble
#nrf52480
In version 1.14.1, there appears to be a race condition when updating an indication value. It results in a BUS FAULT, which occurs because a pointer becomes null.
Here are the Zephyr ATT print
In version 1.14.1, there appears to be a race condition when updating an indication value. It results in a BUS FAULT, which occurs because a pointer becomes null.
Here are the Zephyr ATT print
|
By
ben.byers@...
·
#6682
·
Edited
|