Patterns in the machine a software engineering guide to embedded development

Discover how to apply software engineering patterns to develop more robust firmware faster than traditional embedded development approaches. In the authors’ experience, traditional embedded software projects tend towards monolithic applications that are optimized for their target hardware platforms....

Descripción completa

Detalles Bibliográficos
Otros Autores: Taylor, John T., author (author), Taylor, Wayne T., author
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress [2021]
Edición:1st ed. 2021.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009631340406719
Tabla de Contenidos:
  • 1: Introduction
  • 2: Core Concepts
  • 3: Design Theory For Embedded Programming
  • 4: Persistent Storage Example
  • 5: Software Architecture
  • 6: Automated Unit Testing
  • 7: Functional Simulator
  • 8: Continuous Integration
  • 9: Data Model
  • 10: Finite State Machines
  • 11: Documentation
  • 12: File Organization and Naming
  • 13: More About Late Bindings
  • 14: Initialization and Main
  • 15: More Best Practices
  • 16: PIM Thermostat Example
  • 17: The Tao of Development
  • Appendix A: Terminology
  • Appendix B: UML Notation for State Machines
  • Appendix C: UML Cheat Sheet
  • Appendix D: Why C++
  • Appendix E: Package Management and Outcast
  • Appendix F: Requirements vs. Design Statements.