Embedded C Programming Design Patterns

Published 2/2023MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHzLanguage: English | Size: 2.48 GB | Duration: 6h 1m


 

Design patterns for creating clean and maintainable firmware code for embedded systems

What you'll learn

Code readability and maintainability

Great code reuse

A clean software architecture

Easy code review

Requirements

Basic familiarity with the C programming language

Description

Why you need design patternsClean and maintainable: design patterns help us write clean, robust and maintainable code.Enhanced code reuse: patterns help you decouple dependencies and keep your code organized.Being proactive about bug prevention: design patterns give clear expectations and enable us to review and reason about large quantities of code more easily.Removes ambiguity: using the same patterns consistently removes ambiguity about code structure and behavior.Essential for effective DevOps: code that applies well known and understandable patterns is easy to review.Make details fall into place: design patterns help organize the code and make small implementation details fall into place more easily.When we develop embedded software, we see and again the same class of problems. Legacy code that is costly to maintain, chag one piece of code results in unexpected behavioral changes in other places, code that breaks in unexpected ways.All of this results in source code that becomes exponentially more difficult to work with.What this all comes down to is lack of clear architectural guidelines for writing the software. Things like "How do we define an object?" or "What basic methods should every object have?". These things aren’t enforced by compilers and probably will never be. This is something that we must enforce with clear guidelines and code review.This is why we have a list of guidelines that we apply to every project and we make sure that all developers know about these guidelines and point out to each other during code review when these guidelines are not being followed. This results in code that is clean, easy to maintain, easy to test and easy to understand too.We use design patterns to clarify software structure and the expectations that we place on that structure.Design patterns are essential for implementing efficient devops because they directly decrease the it takes to review new code. When everyone on the team uses design patterns and agrees on their use, everyone also knows what to expect from new code when it follows already known patterns.Design patterns help us write clean, robust and maintainable code.Course OverviewWe are going to start with a short introduction where I explain to you how to follow this course and where to find additional resources and how each module is structured.We will then cover Creational Patterns which deal with construction of our data objects. Creational patterns help us have standardized ways of creating new objects and handling responsibility of memory ownership.After that we dive into Structural Patterns which deal with the structure of our code. These patterns help us structure our code such that we can easily extend it with new functionality without having to refactor it later.The Behavioral Patterns is a section concerned with code 'behavior' such as return value pattern. These patterns help us with certainty of what to expect from code in terms of behavior in different common situations.Finally, the Concurrency Patterns will give you an intuitive understanding of concurrency on an embedded RTOS so that you can understand when to use which concurrency pattern in order to achieve high responsiveness of your application.IntroductionIntroduction. In this section we look at useful information that you need before getting started, where to find code examples for this training, how to get additional help and where you can ask questions regarding this course. This is a brief introduction to this course.Creational PatternsObject Pattern. This is a way to group data into objects that can be instantiated and destroyed. We also introduce concept of classes and member functions.Opaque Pattern. This pattern gives us three ways of making the implementation of the object private and exposing only a handle to the object. This can also be referred to as opaque objects pattern.Singleton Pattern. The singleton pattern is a design pattern used to ensure that a class has only one instance, while providing a global access point to this instance.Factory Pattern. The factory design pattern is a creational design pattern that provides an interface for creating objects in a super class, but allows sub-classes to alter the type of objects that will be created.Structural PatternsCallback Pattern. Deals with object oriented callbacks that are bound to instances of objects. Allows callbacks to operate on specific instances of objects.Inheritance Pattern. Inheritance pattern is used for implementing inheritance relationships between objects and components in a C program. It is useful as a way to create a hierarchy of objects instead of having to manage a large application where all details are at the same level of abstraction.Virtual API Pattern. Virtual API pattern is a way of implementing virtual functions in C and making the handles to opaque objects also "smart". The virtual api pattern gives us polymorphism - where we can use the same interface for several implementations without knowing about these implementations.Bridge Pattern. This pattern builds upon the virtual api pattern and is the pattern to use when you need to bridge two distinct hierarchies of objects. We cover an example in Rust and in C where we look at how this pattern can be used in practice.Behavioral PatternsReturn Value Pattern. This pattern standardizes the way that function handle return values. This is valuable because return values in C are the primary way to signal status of an operation. Therefore we must have a clear way of communicating with caller through standardized return value.Concurrency PatternsConcurrency Introduction. In this section we are going to look at concurrency itself as a pattern for software development as well as when and why we should consider concurrency as a valuable tool in our toolbox.Spinlock / Interrupt Masking Pattern. Masking interrupts is the simplest pattern for data integrity has to do with protecting shared data that is accessed by interrupts. A generic implementation of this is often done in the form of spinlock. Here we look at how we need to protect data from corruption by making sure interrupt never runs when we are modifying it.Semaphore Pattern. A semaphore is one level above a spinlock and outlines a pattern of signalling between interrupt handlers and application level threads (and also between multiple threads in our application). In this module we look at the actual implementation of a semaphore, its use cases and important considerations. A semaphore is the most basic, thread aware synchronization primitive in any RTOS system.Mutex Pattern. The mutex is slightly different from the semaphore in that it prevents starvation by means of priority inheritance. It is the primary pattern that should be used by an application thread for mutually exclusive access to a resource with respect to other threads. In this module we will look at an implementation of mutex, how it works and how it differs from implementations of other primitives.Conditional Variable Pattern. The conditional variable pattern builds upon the mutex pattern to implement a way of signaling and waking up one or more threads from another thread or from an interrupt handler. This pattern is useful for checking for arbitrarily complex conditions in response to an asynchronous event in a safe manner.Who this is forThis training is for:Embedded Software Architects: even if you have been coding for many years, you may still find ideas in this content on how to do things better.Bner Embedded Programmers: patterns help you organize your code and the best place to start is right from the start.Embedded Manager: it is very important that patterns are well understood and applied by the whole team because of how much impact they have on code structure. to enroll!

Overview

Section 1: Introduction

Lecture 1 Introduction

Section 2: Creational Patterns

Lecture 2 Object Pattern

Lecture 3 Opaque Pattern

Lecture 4 Singleton Pattern

Lecture 5 Factory Pattern

Section 3: Structural Patterns

Lecture 6 Callback Pattern

Lecture 7 Inheritance Pattern

Lecture 8 Virtual API Pattern

Lecture 9 Bridge Pattern

Section 4: Behavioral Patterns

Lecture 10 Return Value Pattern

Section 5: Concurrency Patterns

Lecture 11 Concurrency Pattern

Lecture 12 Spinlock Pattern

Lecture 13 Semaphore Pattern

Lecture 14 Mutex Pattern

Lecture 15 Conditional Pattern

Professional embedded eeers,Software developers working with system level software,C programmers working with industrial automation,IoT product firmware developers

HomePage:

https://www.udemy.com/course/embedded-c-programming-design-patterns/

 

 

 


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Themelli   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss