Closed ivajon closed 2 weeks ago
We need board support packages defining pin mappings and other useful utilities for every board we design. This boardsupport layer will act as a template for future bsp crates in the future.
https://github.com/Ltu-Bike-trailer/ESC/blob/bsp/bsp/src/lib.rs
This is done, it will be slightly modified as versions change but the pin map is done.
Add a simple board-support package
We need board support packages defining pin mappings and other useful utilities for every board we design. This boardsupport layer will act as a template for future bsp crates in the future.