rp2040_linker/lib.rs
1// Copyright (C) 2026 Jorge Andre Castro
2// This program is free software: you can redistribute it and/or modify
3// it under the terms of the GNU General Public License as published by
4// the Free Software Foundation, either version 2 or the License, or
5// (at your option) any later version.
6
7#![no_std]
8#![forbid(unsafe_code)]
9
10// rp2040-linker
11// Cette crate injecte automatiquement la configuration mémoire pour le Raspberry Pi Pico (RP2040).
12// Usage: use rp2040_linker as _; n'oublieez pas d'inclure dans votre main.rs pour que ca fonctionne .