From 315bf78325b0d1bd4de9d79d3487ab4317b4e27d Mon Sep 17 00:00:00 2001
From: Martin/Geno <geno+dev@fireorbit.de>
Date: Tue, 20 Aug 2019 13:02:57 +0200
Subject: [PATCH] feat: Rename flash-all to flash-both & make -all flash
 bootloader as well

---
 flash-all.gdb  |  2 ++
 flash-both.gdb | 10 ++++++++++
 2 files changed, 12 insertions(+)
 create mode 100644 flash-both.gdb

diff --git a/flash-all.gdb b/flash-all.gdb
index 286954b7..2b372841 100644
--- a/flash-all.gdb
+++ b/flash-all.gdb
@@ -2,6 +2,8 @@ source init.gdb
 
 set confirm off
 
+echo #### BOOTLOADER ####\n
+load build/bootloader/bootloader.elf
 echo #### EPICARDIUM ####\n
 load build/epicardium/epicardium.elf
 echo #### PYCARDIUM ####\n
diff --git a/flash-both.gdb b/flash-both.gdb
new file mode 100644
index 00000000..286954b7
--- /dev/null
+++ b/flash-both.gdb
@@ -0,0 +1,10 @@
+source init.gdb
+
+set confirm off
+
+echo #### EPICARDIUM ####\n
+load build/epicardium/epicardium.elf
+echo #### PYCARDIUM ####\n
+load build/pycardium/pycardium.elf
+reset
+quit
-- 
GitLab