Files
embbed-rust/src/embedded-hal/bsp.md
James Munns 848720bac0 Consistency cleanup, changes the following:
* Creates a subdirectory, `books/` to house both projects
* Updates the `License` field of the READMEs of both projects to be more consistent
* Relicenses the `embedonomicon` from CC0 to CC-BY-SA 4.0 (requires signoff by @japaric)
* Minor README changes to both projects for consistency
2018-04-08 16:57:57 +02:00

298 B

Board Support Crates

This section should cover:

  • BSPs are just specialized CSPs + specific drivers
  • Useful for development boards
  • Probably worth building for your own projects
  • Simpler blinky (vs CSP), because certain things are "hardwired", and drivers are already included