From a8fd2969ee4564e1e8a20d2be7c70011e25b8a07 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Sat, 25 Oct 2025 15:52:49 +0000 Subject: [PATCH 1/2] Test --- examples/light.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/light.rs b/examples/light.rs index a4c7ec2..07eac8d 100644 --- a/examples/light.rs +++ b/examples/light.rs @@ -45,7 +45,8 @@ use static_cell::StaticCell; /// /// If - for your platform - this size is not enough, increase it until /// the program runs without panics during the stack initialization. -const BUMP_SIZE: usize = 23500; +//const BUMP_SIZE: usize = 23500; +const BUMP_SIZE: usize = 40000; fn main() -> Result<(), Error> { env_logger::init_from_env( From 97745dd47c22cad054e1cd4e641b751738d8f2f1 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Sun, 26 Oct 2025 14:38:18 +0000 Subject: [PATCH 2/2] Test --- examples/light.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/light.rs b/examples/light.rs index 07eac8d..53d8c58 100644 --- a/examples/light.rs +++ b/examples/light.rs @@ -46,7 +46,7 @@ use static_cell::StaticCell; /// If - for your platform - this size is not enough, increase it until /// the program runs without panics during the stack initialization. //const BUMP_SIZE: usize = 23500; -const BUMP_SIZE: usize = 40000; +const BUMP_SIZE: usize = 30000; fn main() -> Result<(), Error> { env_logger::init_from_env(