|
Zephyr Project: APIs - Tue, 12/01/2020 5:00pm-6:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 1 December 2020, 5:00pm to 6:00pm, (GMT+00:00) UTC
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to RSVP
Organizer:
Reminder: Zephyr Project: APIs
When: Tuesday, 1 December 2020, 5:00pm to 6: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@...>
·
#7482
·
|
|
Zephyr: Networking Forum - Tue, 12/01/2020 4:00pm-5:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr: Networking Forum
When: Tuesday, 1 December 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: Networking Forum
When: Tuesday, 1 December 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@...>
·
#7481
·
|
|
Re: API meeting: agenda
A late addition to the agenda today:
- usbh: add experimental support
- PR https://github.com/zephyrproject-rtos/zephyr/pull/30361
Carles
A late addition to the agenda today:
- usbh: add experimental support
- PR https://github.com/zephyrproject-rtos/zephyr/pull/30361
Carles
|
By
Carles Cufi
·
#7480
·
|
|
API meeting: agenda
Hi all,
Agenda for today.
- device: refactor declare/define macros to support device definition and reference from devicetree nodes
- PR https://github.com/zephyrproject-rtos/zephyr/pull/30196
-
Hi all,
Agenda for today.
- device: refactor declare/define macros to support device definition and reference from devicetree nodes
- PR https://github.com/zephyrproject-rtos/zephyr/pull/30196
-
|
By
Carles Cufi
·
#7479
·
|
|
Re: What is expected behavior of watchdog with WDT_FLAG_RESET_SOC?
Hi Katsuhiro,
The whole watchdog subsystem is orphaned in fact.
We need maintainers for it, so if anyone wants to volunteer that would be much appreciated.
Regards,
Carles
Hi Katsuhiro,
The whole watchdog subsystem is orphaned in fact.
We need maintainers for it, so if anyone wants to volunteer that would be much appreciated.
Regards,
Carles
|
By
Carles Cufi
·
#7478
·
|
|
Re: What is expected behavior of watchdog with WDT_FLAG_RESET_SOC?
Hello,
It seems that watchdog driver is orphaned.
I would be appreciate it if anyone inform about that...
Best Regards,
Katsuhiro Suzuki
Hello,
It seems that watchdog driver is orphaned.
I would be appreciate it if anyone inform about that...
Best Regards,
Katsuhiro Suzuki
|
By
Katsuhiro Suzuki
·
#7477
·
|
|
Zephyr: Toolchain Working Group - Mon, 11/30/2020
#cal-notice
Zephyr: Toolchain Working Group
When:
Monday, 30 November 2020
4:00pm to 5:00pm
(GMT+00:00) UTC
Where:
Microsoft Teams Meeting
Description:
Live meeting minutes:
Zephyr: Toolchain Working Group
When:
Monday, 30 November 2020
4:00pm to 5:00pm
(GMT+00:00) UTC
Where:
Microsoft Teams Meeting
Description:
Live meeting minutes:
|
By
devel@lists.zephyrproject.org Calendar <noreply@...>
·
#7476
·
|
|
Zephyr: Toolchain Working Group - Mon, 11/30/2020 4:00pm-5:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr: Toolchain Working Group
When: Monday, 30 November 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: Toolchain Working Group
When: Monday, 30 November 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@...>
·
#7475
·
|
|
Zephyr Toolchain Working Group Meeting – 30 November 2020
Agenda
Thomas: IAR: Updates ?
Zephyr SDK, 0.12 status.
GNU ld/binutils dependencies cleanup
ALIGN_WITH_INPUT
GAP_FILL
LLVM toolchain
CI integration
armclang updates
Milestones for 2.5, news
Agenda
Thomas: IAR: Updates ?
Zephyr SDK, 0.12 status.
GNU ld/binutils dependencies cleanup
ALIGN_WITH_INPUT
GAP_FILL
LLVM toolchain
CI integration
armclang updates
Milestones for 2.5, news
|
By
Rasmussen, Torsten
·
#7474
·
|
|
Network forum agenda
Hi all,
There is a network forum meeting tomorrow Tue 1 Dec at 8AM PST / 17.00
CET.
Currently the agenda is empty, so if there is anything network related
topics you want to discuss, please let me
Hi all,
There is a network forum meeting tomorrow Tue 1 Dec at 8AM PST / 17.00
CET.
Currently the agenda is empty, so if there is anything network related
topics you want to discuss, please let me
|
By
Jukka Rissanen
·
#7473
·
|
|
Re: building my first project --- can't compile (no _exit)
Thanks....downgrading cmake to 3.18.4 and clearing the cache helped...
marty
Thanks....downgrading cmake to 3.18.4 and clearing the cache helped...
marty
|
By
marty leisner <maleisner@...>
·
#7472
·
|
|
New Manifest GitHub Action
Hi all,
We've recently merged and enabled a new GitHub Action to help with manifest (west.yml) updates.
The Action runs on every Pull Request and automatically detects any changes made to west.yml,
Hi all,
We've recently merged and enabled a new GitHub Action to help with manifest (west.yml) updates.
The Action runs on every Pull Request and automatically detects any changes made to west.yml,
|
By
Carles Cufi
·
#7471
·
|
|
What is expected behavior of watchdog with WDT_FLAG_RESET_SOC?
Hello All,
I'm implementing Watchdog driver for HiFive1 Rev.b.
This watchdog can reset SoC immediately when counter is reaching
timeout. It's suitable feature of WDT_FLAG_RESET_SOC.
But
Hello All,
I'm implementing Watchdog driver for HiFive1 Rev.b.
This watchdog can reset SoC immediately when counter is reaching
timeout. It's suitable feature of WDT_FLAG_RESET_SOC.
But
|
By
Katsuhiro Suzuki
·
#7470
·
|
|
Re: building my first project --- can't compile (no _exit)
Hi Marty,
There is a problem with CMake 3.19 and Zephyr. Downgrade CMake and try again.
The related issue is tracked here:
https://github.com/zephyrproject-rtos/zephyr/issues/30232
Cheers,
Alex
Hi Marty,
There is a problem with CMake 3.19 and Zephyr. Downgrade CMake and try again.
The related issue is tracked here:
https://github.com/zephyrproject-rtos/zephyr/issues/30232
Cheers,
Alex
|
By
Alexander Wachter <alexander.wachter@...>
·
#7469
·
|
|
building my first project --- can't compile (no _exit)
I started with zephyr off the instructions at:
https://docs.zephyrproject.org/latest/getting_started/index.html
I'm using ubuntu 18.04.
Executing:
west -v build -p auto -b sam_v71b_xult
I started with zephyr off the instructions at:
https://docs.zephyrproject.org/latest/getting_started/index.html
I'm using ubuntu 18.04.
Executing:
west -v build -p auto -b sam_v71b_xult
|
By
marty leisner <maleisner@...>
·
#7468
·
|
|
Cancelled Event: Zephyr Project: APIs - Tuesday, 24 November 2020
#cal-cancelled
Cancelled: Zephyr Project: APIs
This event has been cancelled.
When:
Tuesday, 24 November 2020
5:00pm to 6:00pm
(UTC+00:00) UTC
Where:
Microsoft Teams Meeting
Organizer:
Cancelled: Zephyr Project: APIs
This event has been cancelled.
When:
Tuesday, 24 November 2020
5:00pm to 6:00pm
(UTC+00:00) UTC
Where:
Microsoft Teams Meeting
Organizer:
|
By
devel@lists.zephyrproject.org Calendar <noreply@...>
·
#7467
·
|
|
Re: Zephyr SDK 0.12.0-beta-2 available for testing
Hello,
Thanks for great works! I'm trying:
zephyr-toolchain-riscv64-0.12.0-beta-2-x86_64-linux-setup.run
Currently, it works fine for me.
Best Regards,
Katsuhiro Suzuki
Hello,
Thanks for great works! I'm trying:
zephyr-toolchain-riscv64-0.12.0-beta-2-x86_64-linux-setup.run
Currently, it works fine for me.
Best Regards,
Katsuhiro Suzuki
|
By
Katsuhiro Suzuki
·
#7466
·
|
|
Zephyr SDK 0.12.0-beta-2 available for testing
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.0-beta-2
Please download and try things out and report any issues. Please report
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.0-beta-2
Please download and try things out and report any issues. Please report
|
By
Kumar Gala
·
#7465
·
|
|
Zephyr Project: Dev Meeting - Thu, 11/19/2020 4:00pm-5:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 19 November 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: Dev Meeting
When: Thursday, 19 November 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@...>
·
#7464
·
|
|
Dev-Review Meeting Agenda Nov 19
Here’s the agenda topics for this week:
* scripts: menuconfig: revoke official Windows support
- https://github.com/zephyrproject-rtos/zephyr/pull/29770
gen_defines: add _RAWSTRING suffix for
Here’s the agenda topics for this week:
* scripts: menuconfig: revoke official Windows support
- https://github.com/zephyrproject-rtos/zephyr/pull/29770
gen_defines: add _RAWSTRING suffix for
|
By
Kumar Gala
·
#7463
·
|