nrf-rs / microbit

A Rust crate for BBC micro:bit development
BSD Zero Clause License
276 stars 61 forks source link

Remove memory.x #134

Open BartMassey opened 8 months ago

BartMassey commented 8 months ago

The memory.x at the root of the repo is for the MB v1. It isn't needed: the nrf-hal crates provide their own memory.x that is appropriate for the targeted CPU. Can we just remove this?