Update flake.nix to use latest Rust toolchain

This commit is contained in:
2026-06-04 18:40:44 -05:00
parent cc1147fe3b
commit b2c8d0d935
4 changed files with 38 additions and 12 deletions
+9
View File
@@ -0,0 +1,9 @@
MEMORY
{
/* FLASH and RAM lengths must match the RP2040 */
BOOT2 : ORIGIN = 0x10000000, LENGTH = 0x100
FLASH : ORIGIN = 0x10000100, LENGTH = 2048K - 0x100
RAM : ORIGIN = 0x20000000, LENGTH = 256K
SCRATCH_A : ORIGIN = 0x20040000, LENGTH = 4K
SCRATCH_B : ORIGIN = 0x20041000, LENGTH = 4K
}