diff options
Diffstat (limited to 'examples/rp2040_local_i2c_init/.cargo')
| -rw-r--r-- | examples/rp2040_local_i2c_init/.cargo/config.toml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/rp2040_local_i2c_init/.cargo/config.toml b/examples/rp2040_local_i2c_init/.cargo/config.toml index c6e086a..5dd2d73 100644 --- a/examples/rp2040_local_i2c_init/.cargo/config.toml +++ b/examples/rp2040_local_i2c_init/.cargo/config.toml @@ -38,8 +38,3 @@ target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+ # target = "thumbv8m.base-none-eabi" # Cortex-M23 # target = "thumbv8m.main-none-eabi" # Cortex-M33 (no FPU) # target = "thumbv8m.main-none-eabihf" # Cortex-M33 (with FPU) - -# thumbv7m-none-eabi is not coming with core and alloc, compile myself -[unstable] -mtime-on-use = true -build-std = ["core", "alloc"] |
