Skip to content

Commit 3e43934

Browse files
committed
removed flag, added info, corrected link
1 parent e984f05 commit 3e43934

File tree

9 files changed

+5
-8
lines changed

9 files changed

+5
-8
lines changed

EmbSys1.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
\def\dozent{Prof.\ Dr.\ Andreas Breitenmoser} % lecturer
2020
\def\semester{HS 2025} % semester
2121
\def\author{Fabian Steiner, Martina Knobel, Nino Briker, Yves Looser, Jan Fritschi and Laurens Perseus \\ Based on the work of Simone Stitz, Laurin Heitzer and Marco Stauber} % author(s)
22-
\def\repo{https://github.com/Iceteavanill} % repository link
22+
\def\repo{https://github.com/Iceteavanill/Cheatsheet_EmbSys1_HS_2025_OST} % repository link
2323
\def\version{1.0.\today} % version
2424
\def\pagelimit{8} % page limit -> causes pages after limit to be red
2525
\def\titleoption{ultra compact} % options: ultra compact, compact, normal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gefundene Fehler bitte per Issue melden.
1616
# Quellen
1717

1818
Einige Inhalte wurden aus den Unterrichtsmaterialien entnommen.
19-
Auch wurde die Vorlesung auf eine bestehende Zusammenfassung von Simone Stitz aufgebaut.
19+
Auch wurde die Vorlesung auf eine bestehende Zusammenfassung von Simone Stitz, Laurin Heitzer und Marco Stauber aufgebaut.
2020
Einige Inhalte (gekennzeichnet) wurden übernommen.
2121

2222
## Template

sections/01_basics.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
% LTex:language=en-gb
21
\section{Basics}
32

43
% GOAL V01 • You can explain what an embedded system is, and how it can be framed within the «Sense, Think, Act, Communicate» paradigm.

sections/02_smart.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
% LTex:language=en-gb
21
\section{Smart}
32

43
\subsection{Smart Sensing: ``Sense + Compute''}

sections/04_simple_communication_protocols.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
% LTex:language=en-gb
21
\section{Communication}
32
% GOAL V07 • You can describe how data is structured and transmitted through layers (OSI model).
43
% GOAL V11 • You can understand the working principles of the transport and network/internet layers of theOSI and TCP/IP reference models.

sections/06_Ethernet.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
% LTex:language=en-gb
21
\section{Ethernet (IEEE 802.3, LAN)} % GOAL V10 • You can distinguish the basic concepts behind the Ethernet and WiFi.
32
Ethernet is a widely used wired network protocol for local area networks (LANs).\\
43
It is the 'implementation' of the LAN standard.

sections/07_Wifi_Iot.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
% LTex:language=en-gb
21
\section{WiFi (IEEE 802.11, WLAN)}
32

43
WiFi transmits binary data wirelessly using radio waves, operating at frequencies such as 2.4 GHz and 5 GHz. WiFi is the 'implementation'

sections/10_c_tipps.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
% LTex:language=en-gb
21
\section{C Coding Tipps}
32

43
\subsection{Pointers}

todo

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Note : commented lines (with ";") are done / clearly attributed somewhere.
2+
The rest is not yet done or could be improved.
3+
14
; GOAL V01 • You can describe the various aspects of embedded systems engineering: requirements → architecture → implementation → validation
25
; GOAL V01 • You reviewed, and can apply, the basic concepts from the development process (modeling, design/implementation, analysis) to realize and verify embedded systems.
36
; GOAL V01 • You can explain what an embedded system is, and how it can be framed within the «Sense, Think, Act, Communicate» paradigm.

0 commit comments

Comments
 (0)