[bootlin/training-materials updates] master: Embedded Linux: stop mentioning QtCreator as IDE (36e0a5de)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Feb 21 12:13:57 CET 2022


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

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

commit 36e0a5dee381218d411bc4c3ad069cf19f112c3c
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Feb 21 12:13:57 2022 +0100

    Embedded Linux: stop mentioning QtCreator as IDE
    
    Really now confidential as an IDE
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

36e0a5dee381218d411bc4c3ad069cf19f112c3c
 slides/kernel-source-code-management/kernel-source-code-management.tex | 3 +--
 .../sysdev-application-development/sysdev-application-development.tex  | 1 -
 2 files changed, 1 insertion(+), 3 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 12426e5f..51ebab30 100644
--- a/slides/kernel-source-code-management/kernel-source-code-management.tex
+++ b/slides/kernel-source-code-management/kernel-source-code-management.tex
@@ -65,8 +65,7 @@
     \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, QtCreator and most often
-          Visual Studio Code:
+          kernel code, typically Visual Studio Code:
           See Michael Opdenacker's presentation ELCE 2020:
           \begin{itemize}
           \item Title: Using Visual Studio Code for Embedded Linux Development
diff --git a/slides/sysdev-application-development/sysdev-application-development.tex b/slides/sysdev-application-development/sysdev-application-development.tex
index 09c48a35..460c6ed1 100644
--- a/slides/sysdev-application-development/sysdev-application-development.tex
+++ b/slides/sysdev-application-development/sysdev-application-development.tex
@@ -220,7 +220,6 @@
     \item Many embedded Linux developers simply use {\bf Vim} or {\bf
         Emacs}. They can integrate with debuggers, source code browsers
         such as {\em cscope}, offer syntax highlighting and more.
-    \item People also use {\bf QtCreator}, even for non Qt projects
     \item {\bf Atom} (from GitHub) is a very popular text editor too
     \item See Stack Overflow's survey of most popular IDEs (2021)
           \footnote{\tiny \url{https://insights.stackoverflow.com/survey/2021\#section-most-popular-technologies-integrated-development-environment}}




More information about the training-materials-updates mailing list