From dfafe5e595a4e7d061a1245e9a6bebf3525b212c Mon Sep 17 00:00:00 2001 From: Kyle J Turpin Date: Thu, 4 Jun 2026 15:04:02 -0500 Subject: [PATCH] Add initial project structure and implement async main for Pico W --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index e13123c..7995c83 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -5,4 +5,4 @@ runner = "probe-rs run --chip RP2040" target = "thumbv6m-none-eabi" [unstable] -build-std = ["core", "alloc"] +# build-std = ["core", "alloc"]