From a282758022ea255dc6b09e99e1aeb754fa8e7168 Mon Sep 17 00:00:00 2001 From: Dan Green Date: Thu, 16 Jan 2025 14:29:27 -0800 Subject: [PATCH 1/7] Update CoreModules (fix DLD clock issues) --- firmware/lib/CoreModules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/lib/CoreModules b/firmware/lib/CoreModules index 5c4769a4b..4c734528d 160000 --- a/firmware/lib/CoreModules +++ b/firmware/lib/CoreModules @@ -1 +1 @@ -Subproject commit 5c4769a4ba8c1fc51268c40500d12ccf8022fca4 +Subproject commit 4c734528d9b80342f6871ff3a564efbeb1fd2764 From 253bd25f8afbbdfe46ba424757a164762f1ca01b Mon Sep 17 00:00:00 2001 From: Dan Green Date: Thu, 16 Jan 2025 14:31:09 -0800 Subject: [PATCH 2/7] Update .clangd --- firmware/.clangd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/.clangd b/firmware/.clangd index 3276d5bb2..d21a22487 100644 --- a/firmware/.clangd +++ b/firmware/.clangd @@ -23,8 +23,8 @@ CompileFlags: "-DSIMULATOR", ] Add: [ - "--target=arm-none-eabi", - "-std=gnu++2b", + # "--target=arm-none-eabi", + "-std=c++20", "-I../src/console", #Needed because clangd16 infers compilation of some headers with a file from a different cmake target "-I../src/medium", "-I../lib/lvgl/lvgl", From bee5c28a874f698b92baab6f46c84b81532e0de9 Mon Sep 17 00:00:00 2001 From: Dan Green Date: Thu, 16 Jan 2025 15:05:18 -0800 Subject: [PATCH 3/7] Update CoreModules (DLD ping time init) --- firmware/lib/CoreModules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/lib/CoreModules b/firmware/lib/CoreModules index 4c734528d..a81c6cfb5 160000 --- a/firmware/lib/CoreModules +++ b/firmware/lib/CoreModules @@ -1 +1 @@ -Subproject commit 4c734528d9b80342f6871ff3a564efbeb1fd2764 +Subproject commit a81c6cfb521bcd5ee63ce548dd4b8f9b8e72d310 From cdc968713ea410280864b8888cfa073059d88f8d Mon Sep 17 00:00:00 2001 From: Dan Green Date: Thu, 16 Jan 2025 16:54:45 -0800 Subject: [PATCH 4/7] Update CoreModules (fix initial ping time) --- firmware/lib/CoreModules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/lib/CoreModules b/firmware/lib/CoreModules index a81c6cfb5..3b86ac20c 160000 --- a/firmware/lib/CoreModules +++ b/firmware/lib/CoreModules @@ -1 +1 @@ -Subproject commit a81c6cfb521bcd5ee63ce548dd4b8f9b8e72d310 +Subproject commit 3b86ac20c3e83b3871f2fcc71a35ed49185c114e From a6337d6e30425186f1a24bbf5c909b8f4bca89e9 Mon Sep 17 00:00:00 2001 From: Dan Green Date: Thu, 16 Jan 2025 17:09:08 -0800 Subject: [PATCH 5/7] Update CoreModules (fix DLD ping filtering) --- firmware/lib/CoreModules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/lib/CoreModules b/firmware/lib/CoreModules index 3b86ac20c..a2131deab 160000 --- a/firmware/lib/CoreModules +++ b/firmware/lib/CoreModules @@ -1 +1 @@ -Subproject commit 3b86ac20c3e83b3871f2fcc71a35ed49185c114e +Subproject commit a2131deab2d4d09df111ad3b4f9e372b78e1365b From 20be863226b4c034dc58fbb33553c8445e2d25a3 Mon Sep 17 00:00:00 2001 From: Dan Green Date: Fri, 17 Jan 2025 09:42:53 -0800 Subject: [PATCH 6/7] Update CoreModules (fix compiling on older compilers) --- firmware/lib/CoreModules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/lib/CoreModules b/firmware/lib/CoreModules index a2131deab..7fdef08f8 160000 --- a/firmware/lib/CoreModules +++ b/firmware/lib/CoreModules @@ -1 +1 @@ -Subproject commit a2131deab2d4d09df111ad3b4f9e372b78e1365b +Subproject commit 7fdef08f89ae14802199f13d7e138f651197c674 From 9d6cb99447d397ccf89e62557d082f0d70f35c55 Mon Sep 17 00:00:00 2001 From: Dan Green Date: Fri, 17 Jan 2025 09:45:18 -0800 Subject: [PATCH 7/7] Update CoreModules (DLD: remove unused files) --- firmware/lib/CoreModules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/lib/CoreModules b/firmware/lib/CoreModules index 7fdef08f8..3581a49d1 160000 --- a/firmware/lib/CoreModules +++ b/firmware/lib/CoreModules @@ -1 +1 @@ -Subproject commit 7fdef08f89ae14802199f13d7e138f651197c674 +Subproject commit 3581a49d1df3a0c51714b3f9678b8f4ddba45c12