[bootlin/training-materials updates] master: Add link to my VS Code presentation (bc734fcf)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Feb 1 13:34:14 CET 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/bc734fcf72edd76ee94d3624dbbb6936ab97fe9c

>---------------------------------------------------------------

commit bc734fcf72edd76ee94d3624dbbb6936ab97fe9c
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Feb 1 13:34:14 2021 +0100

    Add link to my VS Code presentation
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

bc734fcf72edd76ee94d3624dbbb6936ab97fe9c
 .../kernel-source-code-management.tex                  |  13 +++++++------
 .../marcin-bis-kernel-with-eclipse-and-qtcreator.jpg   | Bin 119514 -> 0 bytes
 .../opdenacker-using-vscode.jpg                        | Bin 0 -> 134619 bytes
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/slides/kernel-source-code-management/kernel-source-code-management.tex b/slides/kernel-source-code-management/kernel-source-code-management.tex
index 88330547..8c6716f3 100644
--- a/slides/kernel-source-code-management/kernel-source-code-management.tex
+++ b/slides/kernel-source-code-management/kernel-source-code-management.tex
@@ -66,15 +66,16 @@
     \item At least Vim and Emacs support ctags and cscope and therefore
           can help with symbol lookup and auto-completion.
     \item It's also possible to use more elaborate IDEs to develop
-          kernel code, such as Eclipse or QtCreator.
-          See Marcin Bis' presentation at ELCE 2016:
+          kernel code, such as Eclipse, QtCreator and most often
+          Visual Studio Code:
+          See Michael Opdenacker's presentation ELCE 2020:
           \begin{itemize}
-          \item Title: Exploring Linux Kernel Source Code with Eclipse and QTCreator
-          \item Slides: \url{https://frama.link/ocNdWgB6}
-          \item Video: \url{https://youtu.be/0CGRkXIUM-o}
+          \item Title: Using Visual Studio Code for Embedded Linux Development
+          \item Slides: \url{https://tinyurl.com/y6d8yje7}
+          \item Video: \url{https://youtu.be/YGOZIIOWujc}
           \end{itemize}
     \end{itemize}
   \column{0.4\textwidth}
-    \includegraphics[width=\textwidth]{slides/kernel-source-code-management/marcin-bis-kernel-with-eclipse-and-qtcreator.jpg}
+    \includegraphics[width=\textwidth]{slides/kernel-source-code-management/opdenacker-using-vscode.jpg}
   \end{columns}
 \end{frame}
diff --git a/slides/kernel-source-code-management/marcin-bis-kernel-with-eclipse-and-qtcreator.jpg b/slides/kernel-source-code-management/marcin-bis-kernel-with-eclipse-and-qtcreator.jpg
deleted file mode 100644
index 7ef7dbe7..00000000
Binary files a/slides/kernel-source-code-management/marcin-bis-kernel-with-eclipse-and-qtcreator.jpg and /dev/null differ
diff --git a/slides/kernel-source-code-management/opdenacker-using-vscode.jpg b/slides/kernel-source-code-management/opdenacker-using-vscode.jpg
new file mode 100644
index 00000000..bb730779
Binary files /dev/null and b/slides/kernel-source-code-management/opdenacker-using-vscode.jpg differ




More information about the training-materials-updates mailing list