BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Zephyr Project - ECPv6.15.18//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:Zephyr Project
X-ORIGINAL-URL:https://zephyrproject.org
X-WR-CALDESC:Events for Zephyr Project
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20200308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20201101T090000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;VALUE=DATE:20210927
DTEND;VALUE=DATE:20211001
DTSTAMP:20260406T050502
CREATED:20210727T134037Z
LAST-MODIFIED:20210727T134037Z
UID:10000022-1632700800-1633046399@zephyrproject.org
SUMMARY:Open Source Summit (Seattle\, Washington + Virtual)
DESCRIPTION:Open Source Summit will be held on-site in Seattle\, Washington as well as virtually on September 27-30. It is the leading conference for developers\, architects and other technologists – as well as open source community and industry leaders – to collaborate\, share information\, learn about the latest technologies and gain a competitive advantage by using innovative open solutions. To learn more about the event\, which is co-located with Embedded Linux Conference\, or to register for it\, please go to the main Open Source Summit website here. \nSeveral Zephyr community contributors and members will be presenting Zephyr-related topics at the event. Please see below: \nMonday\, September 27:\n2:30 – 3:20 pm: Cross Debugging on Linux : A History\, Current State of the Art and Coming Improvements – Thierry Bultel\, IoT.BzH \nCross debugging\, and more generally\, remote debugging\, is something that may be unknown\, or badly used\, by either beginner engineers\, or sometimes even by senior engineers\, for several reasons. Some people simply do not know that remote debugging tools exist\, some might consider the complex setup as a show-stopper\, some other ones may not trust the tools (and we can explain why). Yet the return of investment of such tools is significant\, provided that they are used appropriately. This presentation tells about the first-fruits of cross-debugging\, going through some lived examples\, some architecture schemes and functionnal descriptions\, comparing the existing solutions (eg\, gdb-server vs lldb vs tcf …)\, and their integration in IDEs (Eclipse\, VsCode). A technical chapter about the debugger mysteries\, explains\, particularly\, why multithread\, or SMP debugging is a complex issue\, and how existing debuggers deal with it. A chapter of performance analysis tools (eg\, valgrind) is presented\, too\, in order to offer a kind of swiss army knife to the listeners. As a conclusion\, a short presentation of the debug tools on another OpenSource OS (Zephyr) is done. Add this to your schedule here. \n2:30 – 3:20 pm: zenoh: A Next-Generation Protocol for IoT and Edge Computing – Frédéric Desbiens\, Eclipse Foundation \nMessage-oriented protocols such as MQTT and AMQP are the backbone of many IoT and Edge Computing projects. If you are an embedded developer using Linux or Zephyr\, you now have access to a new alternative: Eclipse zenoh. Zenoh is a rapidly growing open source project that unifies data in motion\, data at rest and computations. Written in Rust\, it blends traditional publish/subscribe patterns with geographically distributed storage\, queries and computations. It is also optimized for maximal throughput and minimal resource usage\, which make it a good fit for constrained environments. In this presentation\, you will learn about the fundamentals of the zenoh protocol and understand how you can use it through real-world use cases. You will also learn how to get started with it on Linux and Zephyr and see a live demo.  Add this to your schedule here. \nTuesday\, September 28:\n12 – 12:50 pm: Field Report: Setting up a Software Product Line (SPL) Architecture based on Zephyr – Gregory Shue\, Legrand \nDuring the past 20 years\, the Software Engineering Institute (sei.cmu.edu) has gathered and distilled best practices in creating and managing a Software Product Line (SPL) solution for efficiently developing and sustaining a closely-related system of software-intensive products. This type of solution has successfully been used for delivering and sustaining products ranging from pagers to medical devices to military ship control systems. With the onset of regulations in IoT device security\, this presentation evaluates Zephyr RTOS and ecosystem as a basis for a customer-specific SPL for secure IoT devices. The results are promising\, but… Add this to your schedule here. \n4 – 4:50 pm: Zephyr Project: RTOS Start-up and Initialization Flow – David Leach\, NXP \nThe Zephyr RTOS has a startup and initialization flow that provides for initialization of C runtime\, platform\, SOC\, and managed bring-up of drivers and system services\, allowing developers to initialize custom platforms and hardware for their applications. This presentation will provide a high-level outline of this initialization flow to equip the developer with a deeper understanding of the Zephyr RTOS and how it starts-up and initializes the system\, followed by a deeper look into this flow to highlight the hooks provided that allow custom platform/hardware specific initialization. Initialization run levels will also be discussed with examples. Specific SOC architecture differences will be highlighted with a deep dive into 32-bit ARM architecture. Add this to your schedule here. \nWednesday\, September 29:\n9:45 – 9:55 am: Keynote – Kate Stewart\, The Linux Foundation \n2:30 – 3:20 pm: Introducing (New) Zephyr RTOS USB Device Support – Johann Fischer\, Nordic Semiconductor \nAs USB Bluetooth dongle\, USB mouse or simple interface for logging outputs\, USB device support in Zephyr RTOS is used for many applications. Johann will make a full overview of the overhauled USB device support in Zephyr RTOS\, from the controller driver API to the design of custom USB function and the use of USB classes support in Zephyr RTOS. Add this to your schedule here. \n3:50 – 4:40 pm: A New user(space): Adding RISC-V Support to Zephyr RTOS – Kevin Hilman & Alexandre Mergnat\, BayLibre \nThe use of RISC-V in embedded & IoT is continually growing\, and Zephyr is one of the RTOSes that is seeing lots of RISC-V activity. This talk will cover how various RISC-V hardware features were used to implement protected memory\, isolated userspace and hardware stack protection in the Zephyr RTOS kernel. Previously presented A similar talk was given at Zephyr Developer Summit 2021 with a focus on the Zephyr specific internals. For ELC\, an emphasis will be on the RISC-V hardware features that are common between Linux and Zephyr implementations. Add this to your schedule here. \nThursday\, September 30  \n9:00 AM – 12:30 PM: Open Software Open Hardware with the RISC-V and Zephyr communities \nLocation: Hyatt Regency Seattle\nRegistration Fees: $10 \nTransport yourself into fantastic realms of story\, exploration\, and where open source software meets open hardware. RISC-V and Zephyr believe in the power of creativity and innovation to change the world. With our interactive and immersive experiences\, you will learn why open source software and open hardware are a perfect match for your technical environment. \nAt the event\, you can visit one or many of our tables for a Birds-of-a-Feather type conversation: \n\nPorting things to RISC-V is an immersive experience\nGetting Started and building an application on a RISC-V board is an exploration you will never forget.\nThe fantastic realm of the Zephyr real time operating system on Open hardware\nMeet the artists — RISC-V and Zephyr Ambassador’s — and ask them anything\nThe Future of … is <insert your favorite word!>: In a debate format\, we will discuss the future of RISC-V\, the roadmap\, software\, and extensions. Bring your interactivity and plan to immerse  yourself in the conversation.\n\nJoin us for the opportunity to get your specially designed RISC-V sticker and RISC-V original 2021 t-shirt. \nHow to Register: Pre-registration is required.  To register for Open Software Open Hardware with the RISC-V and Zephyr communities. BOOM!\, add it to your Open Source Summit + Embedded Linux Conference registration. \nTo register for the event or to learn more\, visit the main Open Source Summit website. \n 
URL:https://zephyrproject.org/event/open-source-summit-seattle-washington-virtual/
CATEGORIES:Industry Conference
ATTACH;FMTTYPE=image/png:https://zephyrproject.org/wp-content/uploads/2021/07/Screen-Shot-2021-07-20-at-7.42.23-AM.png
END:VEVENT
END:VCALENDAR