summaryrefslogtreecommitdiff
path: root/git_logs/gitlog_gumstix
diff options
context:
space:
mode:
Diffstat (limited to 'git_logs/gitlog_gumstix')
-rw-r--r--git_logs/gitlog_gumstix37
1 files changed, 37 insertions, 0 deletions
diff --git a/git_logs/gitlog_gumstix b/git_logs/gitlog_gumstix
new file mode 100644
index 0000000..83a5aed
--- /dev/null
+++ b/git_logs/gitlog_gumstix
@@ -0,0 +1,37 @@
+commit 3dcfee377ea44cde53f3b63c31ad2a96dc61e318
+Author: Sebastian Huber <sebastian.huber@embedded-brains.de>
+Date: Thu Nov 14 10:29:24 2019 +0100
+
+ bsp/gumstix: Fix warning
+
+commit c991eeeccc21901011ddd9ecc626c4d164fe2041
+Author: Sebastian Huber <sebastian.huber@embedded-brains.de>
+Date: Mon Mar 4 15:32:15 2019 +0100
+
+ bsps: Adjust bsp.h Doxygen groups
+
+ Update #3706.
+
+commit cb682532cf9927619a3c8d168253187140835cc6
+Author: Sebastian Huber <sebastian.huber@embedded-brains.de>
+Date: Fri Sep 7 06:19:02 2018 +0200
+
+ network: Use kernel/user space header files
+
+ Add and use <machine/rtems-bsd-kernel-space.h> and
+ <machine/rtems-bsd-user-space.h> similar to the libbsd to avoid command
+ line defines and defines scattered throught the code base.
+
+ Simplify cpukit/libnetworking/Makefile.am.
+
+ Update #3375.
+
+commit 031df3914990db0336a0d386fb53558b05de467e
+Author: Sebastian Huber <sebastian.huber@embedded-brains.de>
+Date: Mon Apr 23 09:53:31 2018 +0200
+
+ bsps: Move legacy network drivers to bsps
+
+ This patch is a part of the BSP source reorganization.
+
+ Update #3285.