mirror of
https://github.com/nkbai/book.git
synced 2026-08-19 09:33:29 +08:00
* 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
298 B
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