mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 12:41:31 +11:00
Formatting Readme (#385)
This commit is contained in:
parent
69c2dd2c2b
commit
83b990ee30
|
@ -138,6 +138,7 @@ RP2040 chip according to how it is connected up on the Feather RP2040.
|
|||
[adafruit-feather-rp2040]: https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-feather-rp2040
|
||||
|
||||
### [adafruit-itsy-bitsy-rp2040] - Board Support for the [Adafruit ItsyBitsy RP2040]
|
||||
|
||||
You should include this crate if you are writing code that you want to run on
|
||||
an [Adafruit ItsyBitsy RP2040] - an RP2040 board in the ItsyBitsy family.
|
||||
|
||||
|
@ -148,6 +149,7 @@ RP2040 chip according to how it is connected up on the ItsyBitsy RP2040.
|
|||
[adafruit-itsy-bitsy-rp2040]: https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-itsy-bitsy-rp2040
|
||||
|
||||
### [adafruit-kb2040] - Board Support for the [Adafruit KB2040]
|
||||
|
||||
You should include this crate if you are writing code that you want to run on
|
||||
an [Adafruit KB2040] - an Arduino Pro Micro-shaped board for keyboards.
|
||||
|
||||
|
@ -212,7 +214,7 @@ This crate includes the [rp2040-hal], but also configures each pin of the
|
|||
RP2040 chip according to how it is connected up on the Pico Lipo.
|
||||
|
||||
Note that if you use this crate the compiler will expect the full 16MB flash
|
||||
space, and so it may not work if you only have the 4MB variant.
|
||||
space, and so it may not work if you only have the 4MB variant.
|
||||
|
||||
[Pimoroni Pico Lipo 16MB]: https://shop.pimoroni.com/products/pimoroni-pico-lipo?variant=39335427080275
|
||||
[pimoroni-pico-lipo-16mb]: https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-pico-lipo-16mb
|
||||
|
@ -393,7 +395,6 @@ remain volatile until a 1.0.0 release.
|
|||
See the [open issues](https://github.com/rp-rs/rp-hal/issues) for a list of
|
||||
proposed features (and known issues).
|
||||
|
||||
|
||||
<!-- CONTRIBUTING -->
|
||||
## Contributing
|
||||
|
||||
|
|
Loading…
Reference in a new issue