From 73f88bcf0f8438f541eb08f04fc9576078af1f76 Mon Sep 17 00:00:00 2001
From: Serge Bazanski <q3k@q3k.org>
Date: Fri, 26 May 2023 22:07:32 +0200
Subject: [PATCH] doom: add missing partitions.csv

---
 partitions.csv | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 partitions.csv

diff --git a/partitions.csv b/partitions.csv
new file mode 100644
index 0000000000..dc3330bb6a
--- /dev/null
+++ b/partitions.csv
@@ -0,0 +1,7 @@
+# Notes: the offset of the partition table itself is set in
+# $IDF_PATH/components/partition_table/Kconfig.projbuild.
+# Name,   Type, SubType, Offset,   Size, Flags
+nvs,      data, nvs,     0x9000,   0x6000,
+phy_init, data, phy,     0xf000,   0x1000,
+factory,  app,  factory, 0x10000,  0x1F0000,
+wad,      66,   6,       0x200000, 0x410000,
-- 
GitLab