diff --git a/boards/adafruit-feather-rp2040/Cargo.toml b/boards/adafruit-feather-rp2040/Cargo.toml index 1ed3451..6f39744 100644 --- a/boards/adafruit-feather-rp2040/Cargo.toml +++ b/boards/adafruit-feather-rp2040/Cargo.toml @@ -3,7 +3,7 @@ name = "adafruit-feather-rp2040" version = "0.4.0" authors = ["Andrea Nall ", "The rp-rs Developers"] edition = "2018" -homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-feather-rp2040" +homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/adafruit-feather-rp2040" description = "Board Support Package for the Adafruit Feather RP2040" license = "MIT OR Apache-2.0" repository = "https://github.com/rp-rs/rp-hal.git" diff --git a/boards/adafruit-feather-rp2040/README.md b/boards/adafruit-feather-rp2040/README.md index 940d1ab..1978539 100644 --- a/boards/adafruit-feather-rp2040/README.md +++ b/boards/adafruit-feather-rp2040/README.md @@ -7,7 +7,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 Feather. [Adafruit Feather RP2040]: https://www.adafruit.com/product/4884 -[adafruit-feather-rp2040]: https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-feather-rp2040 +[adafruit-feather-rp2040]: https://github.com/rp-rs/rp-hal-boards/tree/main/boards/adafruit-feather-rp2040 [rp2040-hal]: https://github.com/rp-rs/rp-hal/tree/main/rp2040-hal [Raspberry Silicon RP2040]: https://www.raspberrypi.org/products/rp2040/ diff --git a/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml b/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml index 173fb8b..2df0c07 100644 --- a/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml +++ b/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml @@ -3,7 +3,7 @@ name = "adafruit-itsy-bitsy-rp2040" version = "0.4.0" authors = ["Andrew Christiansen ", "The rp-rs Developers"] edition = "2018" -homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit_itsy_bitsy_rp2040" +homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/adafruit_itsy_bitsy_rp2040" description = "Board Support Package for the Adafruit ItsyBitsy RP2040" license = "MIT OR Apache-2.0" repository = "https://github.com/rp-rs/rp-hal.git" diff --git a/boards/adafruit-itsy-bitsy-rp2040/README.md b/boards/adafruit-itsy-bitsy-rp2040/README.md index 0a54663..3250d2b 100644 --- a/boards/adafruit-itsy-bitsy-rp2040/README.md +++ b/boards/adafruit-itsy-bitsy-rp2040/README.md @@ -7,7 +7,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 ItsyBitsy RP2040. [Adafruit ItsyBitsy RP2040]: https://www.adafruit.com/product/4888 -[adafruit-itsy-bitsy-rp2040]: https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-itsy-bitsy-rp2040 +[adafruit-itsy-bitsy-rp2040]: https://github.com/rp-rs/rp-hal-boards/tree/main/boards/adafruit-itsy-bitsy-rp2040 [rp2040-hal]: https://github.com/rp-rs/rp-hal/tree/main/rp2040-hal [Raspberry Silicon RP2040]: https://www.raspberrypi.org/products/rp2040/ diff --git a/boards/adafruit-kb2040/Cargo.toml b/boards/adafruit-kb2040/Cargo.toml index 411bb6b..adae950 100644 --- a/boards/adafruit-kb2040/Cargo.toml +++ b/boards/adafruit-kb2040/Cargo.toml @@ -3,7 +3,7 @@ name = "adafruit-kb2040" version = "0.4.0" authors = ["Andrew Christiansen ", "The rp-rs Developers"] edition = "2018" -homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-kb2040" +homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/adafruit-kb2040" description = "Board Support Package for the Adafruit adafruit-kb2040" license = "MIT OR Apache-2.0" repository = "https://github.com/rp-rs/rp-hal.git" diff --git a/boards/adafruit-kb2040/README.md b/boards/adafruit-kb2040/README.md index 28dbe0c..70d0fac 100644 --- a/boards/adafruit-kb2040/README.md +++ b/boards/adafruit-kb2040/README.md @@ -7,7 +7,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 KB2040. [Adafruit KB2040]: https://www.adafruit.com/product/5302 -[adafruit-kb2040]: https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-kb2040 +[adafruit-kb2040]: https://github.com/rp-rs/rp-hal-boards/tree/main/boards/adafruit-kb2040 [rp2040-hal]: https://github.com/rp-rs/rp-hal/tree/main/rp2040-hal [Raspberry Silicon RP2040]: https://www.raspberrypi.org/products/rp2040/ diff --git a/boards/adafruit-macropad/Cargo.toml b/boards/adafruit-macropad/Cargo.toml index 9fa2bbf..0291532 100644 --- a/boards/adafruit-macropad/Cargo.toml +++ b/boards/adafruit-macropad/Cargo.toml @@ -3,7 +3,7 @@ name = "adafruit-macropad" version = "0.4.0" authors = ["Andrea Nall ", "The rp-rs Developers"] edition = "2018" -homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit_macropad" +homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/adafruit_macropad" description = "Board Support Package for the Adafruit Macropad" license = "MIT OR Apache-2.0" repository = "https://github.com/rp-rs/rp-hal.git" diff --git a/boards/adafruit-macropad/README.md b/boards/adafruit-macropad/README.md index 5dba365..0e172e0 100644 --- a/boards/adafruit-macropad/README.md +++ b/boards/adafruit-macropad/README.md @@ -6,7 +6,7 @@ an [Adafruit Macropad] - a 3x4 keyboard and OLED combo board from Adafruit. This crate includes the [rp2040-hal], but also configures each pin of the RP2040 chip according to how it is connected up on the Feather. -[adafruit-macropad]: https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-macropad +[adafruit-macropad]: https://github.com/rp-rs/rp-hal-boards/tree/main/boards/adafruit-macropad [Adafruit Macropad]: https://www.adafruit.com/product/5128 [rp2040-hal]: https://github.com/rp-rs/rp-hal/tree/main/rp2040-hal [Raspberry Silicon RP2040]: https://www.raspberrypi.org/products/rp2040/ diff --git a/boards/adafruit-qt-py-rp2040/Cargo.toml b/boards/adafruit-qt-py-rp2040/Cargo.toml index 0c18669..74567ec 100644 --- a/boards/adafruit-qt-py-rp2040/Cargo.toml +++ b/boards/adafruit-qt-py-rp2040/Cargo.toml @@ -3,7 +3,7 @@ name = "adafruit-qt-py-rp2040" version = "0.4.0" authors = ["Stephen Onnen ", "The rp-rs Developers"] edition = "2018" -homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-qt-py-rp2040" +homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/adafruit-qt-py-rp2040" description = "Board Support Package for the Adafruit QT Py RP2040" license = "MIT OR Apache-2.0" repository = "https://github.com/rp-rs/rp-hal.git" diff --git a/boards/adafruit-qt-py-rp2040/README.md b/boards/adafruit-qt-py-rp2040/README.md index ee0239f..350364a 100644 --- a/boards/adafruit-qt-py-rp2040/README.md +++ b/boards/adafruit-qt-py-rp2040/README.md @@ -7,7 +7,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 QT Py. [Adafruit QT Py RP2040]: https://www.adafruit.com/product/4900 -[adafruit-qt-py-rp2040]: https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-qt-py-rp2040 +[adafruit-qt-py-rp2040]: https://github.com/rp-rs/rp-hal-boards/tree/main/boards/adafruit-qt-py-rp2040 [rp2040-hal]: https://github.com/rp-rs/rp-hal/tree/main/rp2040-hal [Raspberry Silicon RP2040]: https://www.raspberrypi.org/products/rp2040/ diff --git a/boards/adafruit-trinkey-qt2040/Cargo.toml b/boards/adafruit-trinkey-qt2040/Cargo.toml index 4345d6b..caad77e 100644 --- a/boards/adafruit-trinkey-qt2040/Cargo.toml +++ b/boards/adafruit-trinkey-qt2040/Cargo.toml @@ -3,7 +3,7 @@ name = "adafruit-trinkey-qt2040" version = "0.3.0" authors = ["The rp-rs Developers"] edition = "2018" -homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-trinkey-qt2040" +homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/adafruit-trinkey-qt2040" description = "Board Support Package for the Adafruit Trinkey QT2040" license = "MIT OR Apache-2.0" repository = "https://github.com/rp-rs/rp-hal.git" diff --git a/boards/adafruit-trinkey-qt2040/README.md b/boards/adafruit-trinkey-qt2040/README.md index cdd1efd..fb2c5da 100644 --- a/boards/adafruit-trinkey-qt2040/README.md +++ b/boards/adafruit-trinkey-qt2040/README.md @@ -6,7 +6,7 @@ an [Adafruit Trinkey QT2040] - a 3x4 keyboard and OLED combo board from Adafruit This crate includes the [rp2040-hal], but also configures each pin of the RP2040 chip according to how it is connected up on the Trinkey. -[adafruit-trinkey-qt2040]: https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-trinkey-qt2040 +[adafruit-trinkey-qt2040]: https://github.com/rp-rs/rp-hal-boards/tree/main/boards/adafruit-trinkey-qt2040 [adafruit trinkey qt2040]: https://www.adafruit.com/product/5056 [rp2040-hal]: https://github.com/rp-rs/rp-hal/tree/main/rp2040-hal diff --git a/boards/arduino_nano_connect/Cargo.toml b/boards/arduino_nano_connect/Cargo.toml index b427ddc..83a0a03 100644 --- a/boards/arduino_nano_connect/Cargo.toml +++ b/boards/arduino_nano_connect/Cargo.toml @@ -3,7 +3,7 @@ name = "arduino_nano_connect" version = "0.3.0" authors = ["splicedbread ", "The rp-rs Developers"] edition = "2018" -homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/arduino_nano_connect" +homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/arduino_nano_connect" description = "Board Support Package for the Arduino Nano RP2040 Connect" license = "MIT OR Apache-2.0" repository = "https://github.com/rp-rs/rp-hal.git" diff --git a/boards/arduino_nano_connect/README.md b/boards/arduino_nano_connect/README.md index c8c7359..5a57159 100644 --- a/boards/arduino_nano_connect/README.md +++ b/boards/arduino_nano_connect/README.md @@ -7,7 +7,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 nano connect. [Arduino Nano RP2040 Connect]: https://store-usa.arduino.cc/collections/boards/products/arduino-nano-rp2040-connect -[arduino_nano_connect]: https://github.com/rp-rs/rp-hal/tree/main/boards/arduino_nano_connect +[arduino_nano_connect]: https://github.com/rp-rs/rp-hal-boards/tree/main/boards/arduino_nano_connect [rp2040-hal]: https://github.com/rp-rs/rp-hal/tree/main/rp2040-hal [Raspberry Silicon RP2040]: https://www.raspberrypi.org/products/rp2040/ diff --git a/boards/pimoroni-badger2040/Cargo.toml b/boards/pimoroni-badger2040/Cargo.toml index dbf9322..2b31d47 100644 --- a/boards/pimoroni-badger2040/Cargo.toml +++ b/boards/pimoroni-badger2040/Cargo.toml @@ -3,7 +3,7 @@ name = "pimoroni_badger2040" version = "0.2.0" authors = ["9names", "The rp-rs Developers"] edition = "2018" -homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-badger2040" +homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-badger2040" description = "Board Support Package for the Pimoroni Badger2040" license = "MIT OR Apache-2.0" repository = "https://github.com/rp-rs/rp-hal.git" diff --git a/boards/pimoroni-badger2040/README.md b/boards/pimoroni-badger2040/README.md index 5210623..085a30f 100644 --- a/boards/pimoroni-badger2040/README.md +++ b/boards/pimoroni-badger2040/README.md @@ -8,7 +8,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 Badger2040. [Pimoroni Badger2040]: https://shop.pimoroni.com/products/badger-2040/ -[pimoroni-badger2040]: https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-badger2040 +[pimoroni-badger2040]: https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-badger2040 [rp2040-hal]: https://github.com/rp-rs/rp-hal/tree/main/rp2040-hal [Raspberry Silicon RP2040]: https://www.raspberrypi.org/products/rp2040/ diff --git a/boards/pimoroni-pico-explorer/Cargo.toml b/boards/pimoroni-pico-explorer/Cargo.toml index b83f10f..78a2dbd 100644 --- a/boards/pimoroni-pico-explorer/Cargo.toml +++ b/boards/pimoroni-pico-explorer/Cargo.toml @@ -3,7 +3,7 @@ name = "pimoroni-pico-explorer" version = "0.4.0" authors = ["Hmvp ", "The rp-rs Developers"] edition = "2018" -homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-pico-explorer" +homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-pico-explorer" description = "Board Support Package for the Pico Explorer" license = "MIT OR Apache-2.0" repository = "https://github.com/rp-rs/rp-hal.git" diff --git a/boards/pimoroni-pico-explorer/README.md b/boards/pimoroni-pico-explorer/README.md index dad89ab..d0bb0e0 100644 --- a/boards/pimoroni-pico-explorer/README.md +++ b/boards/pimoroni-pico-explorer/README.md @@ -8,7 +8,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 Explorer. [Pimoroni Pico Explorer]: https://shop.pimoroni.com/products/pimoroni-pico-explorer-base -[pimoroni-pico-explorer]: https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-pico-explorer +[pimoroni-pico-explorer]: https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-pico-explorer [rp2040-hal]: https://github.com/rp-rs/rp-hal/tree/main/rp2040-hal [Raspberry Silicon RP2040]: https://www.raspberrypi.org/products/rp2040/ diff --git a/boards/pimoroni-pico-lipo-16mb/Cargo.toml b/boards/pimoroni-pico-lipo-16mb/Cargo.toml index 08e7133..9e74673 100644 --- a/boards/pimoroni-pico-lipo-16mb/Cargo.toml +++ b/boards/pimoroni-pico-lipo-16mb/Cargo.toml @@ -3,7 +3,7 @@ name = "pimoroni-pico-lipo-16mb" version = "0.4.0" authors = ["Hmvp ", "The rp-rs Developers"] edition = "2018" -homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-pico-lipo-16mb" +homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-pico-lipo-16mb" description = "Board Support Package for the Pico LiPo 16MB" license = "MIT OR Apache-2.0" repository = "https://github.com/rp-rs/rp-hal.git" diff --git a/boards/pimoroni-pico-lipo-16mb/README.md b/boards/pimoroni-pico-lipo-16mb/README.md index 22327fd..d164297 100644 --- a/boards/pimoroni-pico-lipo-16mb/README.md +++ b/boards/pimoroni-pico-lipo-16mb/README.md @@ -11,7 +11,7 @@ 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. [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 +[pimoroni-pico-lipo-16mb]: https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-pico-lipo-16mb ## Using diff --git a/boards/pimoroni-plasma-2040/Cargo.toml b/boards/pimoroni-plasma-2040/Cargo.toml index 035e8c1..6bce8c4 100644 --- a/boards/pimoroni-plasma-2040/Cargo.toml +++ b/boards/pimoroni-plasma-2040/Cargo.toml @@ -3,7 +3,7 @@ name = "pimoroni-plasma-2040" version = "0.3.0" authors = ["Jordan Williams ", "The rp-rs Developers"] edition = "2018" -homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-plasma-2040" +homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-plasma-2040" description = "Board Support Package for the Pimoroni Plasma 2040" license = "MIT OR Apache-2.0" repository = "https://github.com/rp-rs/rp-hal.git" diff --git a/boards/pimoroni-plasma-2040/README.md b/boards/pimoroni-plasma-2040/README.md index a75523c..f5500ab 100644 --- a/boards/pimoroni-plasma-2040/README.md +++ b/boards/pimoroni-plasma-2040/README.md @@ -7,7 +7,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 Pimoroni Plasma 2040. [Pimoroni Plasma 2040]: https://shop.pimoroni.com/products/plasma-2040 -[pimoroni-plasma-2040]: https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-plasma-2040 +[pimoroni-plasma-2040]: https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-plasma-2040 [rp2040-hal]: https://github.com/rp-rs/rp-hal/tree/main/rp2040-hal [Raspberry Silicon RP2040]: https://www.raspberrypi.org/products/rp2040/ diff --git a/boards/pimoroni-servo2040/Cargo.toml b/boards/pimoroni-servo2040/Cargo.toml index c0ccdbe..bd1491b 100644 --- a/boards/pimoroni-servo2040/Cargo.toml +++ b/boards/pimoroni-servo2040/Cargo.toml @@ -3,7 +3,7 @@ name = "pimoroni-servo2040" version = "0.1.0" authors = ["Paul Daniel Faria ", "The rp-rs Developers"] edition = "2018" -homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-servo2040" +homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-servo2040" description = "Board Support Package for the Pimoroni Servo2040" license = "MIT OR Apache-2.0" repository = "https://github.com/rp-rs/rp-hal.git" diff --git a/boards/pimoroni-servo2040/README.md b/boards/pimoroni-servo2040/README.md index fbedf11..0ef12a1 100644 --- a/boards/pimoroni-servo2040/README.md +++ b/boards/pimoroni-servo2040/README.md @@ -8,7 +8,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 Servo2040. [Pimoroni Servo2040]: https://shop.pimoroni.com/products/servo-2040 -[pimoroni-servo2040]: https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-servo2040 +[pimoroni-servo2040]: https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-servo2040 [rp2040-hal]: https://github.com/rp-rs/rp-hal/tree/main/rp2040-hal [Raspberry Silicon RP2040]: https://www.raspberrypi.org/products/rp2040/ diff --git a/boards/pimoroni-tiny2040/Cargo.toml b/boards/pimoroni-tiny2040/Cargo.toml index 21986a5..8f5a9c7 100644 --- a/boards/pimoroni-tiny2040/Cargo.toml +++ b/boards/pimoroni-tiny2040/Cargo.toml @@ -3,7 +3,7 @@ name = "pimoroni-tiny2040" version = "0.3.0" authors = ["Mike Bell ", "The rp-rs Developers"] edition = "2018" -homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-tiny2040" +homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-tiny2040" description = "Board Support Package for the Pimoroni Tiny2040" license = "MIT OR Apache-2.0" repository = "https://github.com/rp-rs/rp-hal.git" diff --git a/boards/pimoroni-tiny2040/README.md b/boards/pimoroni-tiny2040/README.md index 79e3cbb..adb3ffe 100644 --- a/boards/pimoroni-tiny2040/README.md +++ b/boards/pimoroni-tiny2040/README.md @@ -7,7 +7,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 Tiny2040. [Pimoroni Tiny2040]: https://shop.pimoroni.com/products/tiny-2040 -[pimoroni-tiny2040]: https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-tiny2040 +[pimoroni-tiny2040]: https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-tiny2040 [rp2040-hal]: https://github.com/rp-rs/rp-hal/tree/main/rp2040-hal [Raspberry Silicon RP2040]: https://www.raspberrypi.org/products/rp2040/ diff --git a/boards/rp-pico/Cargo.toml b/boards/rp-pico/Cargo.toml index 538eec3..1db676c 100644 --- a/boards/rp-pico/Cargo.toml +++ b/boards/rp-pico/Cargo.toml @@ -3,7 +3,7 @@ name = "rp-pico" version = "0.5.0" authors = ["evan ", "The rp-rs Developers"] edition = "2018" -homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/rp-pico" +homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/rp-pico" description = "Board Support Package for the Raspberry Pi Pico" license = "MIT OR Apache-2.0" repository = "https://github.com/rp-rs/rp-hal.git" diff --git a/boards/rp-pico/README.md b/boards/rp-pico/README.md index 169ce4e..6804efe 100644 --- a/boards/rp-pico/README.md +++ b/boards/rp-pico/README.md @@ -7,7 +7,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. [Raspberry Pi Pico]: https://www.raspberrypi.org/products/raspberry-pi-pico/ -[rp-pico]: https://github.com/rp-rs/rp-hal/tree/main/boards/rp-pico +[rp-pico]: https://github.com/rp-rs/rp-hal-boards/tree/main/boards/rp-pico [rp2040-hal]: https://github.com/rp-rs/rp-hal/tree/main/rp2040-hal [Raspberry Silicon RP2040]: https://www.raspberrypi.org/products/rp2040/ diff --git a/boards/seeeduino-xiao-rp2040/Cargo.toml b/boards/seeeduino-xiao-rp2040/Cargo.toml index d223f71..29764b4 100644 --- a/boards/seeeduino-xiao-rp2040/Cargo.toml +++ b/boards/seeeduino-xiao-rp2040/Cargo.toml @@ -3,7 +3,7 @@ name = "seeeduino-xiao-rp2040" version = "0.2.0" authors = ["Philip L. McMahon ", "The rp-rs Developers"] edition = "2018" -homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/seeeduino-xiao-rp02040" +homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/seeeduino-xiao-rp02040" description = "Board Support Package for the Seeediuno XIAO RP2040" license = "MIT OR Apache-2.0" repository = "https://github.com/rp-rs/rp-hal.git" diff --git a/boards/seeeduino-xiao-rp2040/README.md b/boards/seeeduino-xiao-rp2040/README.md index 0da0f82..bec34bb 100644 --- a/boards/seeeduino-xiao-rp2040/README.md +++ b/boards/seeeduino-xiao-rp2040/README.md @@ -8,7 +8,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 XIAO RP2040. [Seeeduino XIAO RP2040]: https://www.seeedstudio.com/XIAO-RP2040-v1-0-p-5026.html -[seeeduino-xiao-rp2040]: https://github.com/rp-rs/rp-hal/tree/main/boards/seeeduino-xiao-rp2040 +[seeeduino-xiao-rp2040]: https://github.com/rp-rs/rp-hal-boards/tree/main/boards/seeeduino-xiao-rp2040 [rp2040-hal]: https://github.com/rp-rs/rp-hal/tree/main/rp2040-hal ## Using diff --git a/boards/solderparty-rp2040-stamp/Cargo.toml b/boards/solderparty-rp2040-stamp/Cargo.toml index b0fac38..282fb88 100644 --- a/boards/solderparty-rp2040-stamp/Cargo.toml +++ b/boards/solderparty-rp2040-stamp/Cargo.toml @@ -3,7 +3,7 @@ name = "solderparty-rp2040-stamp" version = "0.3.0" authors = ["The rp-rs Developers"] edition = "2018" -homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/solderparty-rp2040-stamp" +homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/solderparty-rp2040-stamp" description = "Board Support Package for the Solder Party RP2040 Stamp" license = "MIT OR Apache-2.0" repository = "https://github.com/rp-rs/rp-hal.git" diff --git a/boards/solderparty-rp2040-stamp/README.md b/boards/solderparty-rp2040-stamp/README.md index 73a3a00..db960d5 100644 --- a/boards/solderparty-rp2040-stamp/README.md +++ b/boards/solderparty-rp2040-stamp/README.md @@ -7,7 +7,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 Stamp [Solder Party RP2040 Stamp]: https://www.solder.party/docs/rp2040-stamp/ -[solderparty-rp2040-stamp]: https://github.com/rp-rs/rp-hal/tree/main/boards/solderparty-rp2040-stamp +[solderparty-rp2040-stamp]: https://github.com/rp-rs/rp-hal-boards/tree/main/boards/solderparty-rp2040-stamp [rp2040-hal]: https://github.com/rp-rs/rp-hal/tree/main/rp2040-hal [Raspberry Silicon RP2040]: https://www.raspberrypi.org/products/rp2040/ diff --git a/boards/sparkfun-pro-micro-rp2040/Cargo.toml b/boards/sparkfun-pro-micro-rp2040/Cargo.toml index 142c4ee..5607841 100644 --- a/boards/sparkfun-pro-micro-rp2040/Cargo.toml +++ b/boards/sparkfun-pro-micro-rp2040/Cargo.toml @@ -3,7 +3,7 @@ name = "sparkfun-pro-micro-rp2040" version = "0.4.0" authors = ["Wilfried Chauveau ", "The rp-rs Developers"] edition = "2018" -homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/sparkfun-pro-micro-rp2040" +homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/sparkfun-pro-micro-rp2040" description = "Board Support Package for the Sparkfun Pro Micro RP2040" license = "MIT OR Apache-2.0" repository = "https://github.com/rp-rs/rp-hal.git" diff --git a/boards/sparkfun-pro-micro-rp2040/README.md b/boards/sparkfun-pro-micro-rp2040/README.md index 4839fdc..700d274 100644 --- a/boards/sparkfun-pro-micro-rp2040/README.md +++ b/boards/sparkfun-pro-micro-rp2040/README.md @@ -8,7 +8,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 Pro Micro RP2040. [Sparkfun Pro Micro RP2040]: https://www.sparkfun.com/products/18288 -[sparkfun-pro-micro-rp2040]: https://github.com/rp-rs/rp-hal/tree/main/boards/sparkfun-pro-micro-rp2040 +[sparkfun-pro-micro-rp2040]: https://github.com/rp-rs/rp-hal-boards/tree/main/boards/sparkfun-pro-micro-rp2040 [rp2040-hal]: https://github.com/rp-rs/rp-hal/tree/main/rp2040-hal [Raspberry Silicon RP2040]: https://www.raspberrypi.org/products/rp2040/ diff --git a/boards/sparkfun-thing-plus-rp2040/Cargo.toml b/boards/sparkfun-thing-plus-rp2040/Cargo.toml index 4ec4e3f..49e5bea 100644 --- a/boards/sparkfun-thing-plus-rp2040/Cargo.toml +++ b/boards/sparkfun-thing-plus-rp2040/Cargo.toml @@ -3,7 +3,7 @@ name = "sparkfun-thing-plus-rp2040" version = "0.3.0" authors = ["Tyler Pottenger ", "Wilfried Chauveau ", "The rp-rs Developers"] edition = "2018" -homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/sparkfun-thing-plus-rp2040" +homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/sparkfun-thing-plus-rp2040" description = "Board Support Package for the Sparkfun Thing Plus RP2040" license = "MIT OR Apache-2.0" repository = "https://github.com/rp-rs/rp-hal.git" diff --git a/boards/sparkfun-thing-plus-rp2040/README.md b/boards/sparkfun-thing-plus-rp2040/README.md index a4cc101..dd11f2c 100644 --- a/boards/sparkfun-thing-plus-rp2040/README.md +++ b/boards/sparkfun-thing-plus-rp2040/README.md @@ -8,7 +8,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 Thing Plus RP2040. [Sparkfun Thing Plus RP2040]: https://www.sparkfun.com/products/17745 -[sparkfun-thing-plus-rp2040]: https://github.com/rp-rs/rp-hal/tree/main/boards/sparkfun-thing-plus-rp2040 +[sparkfun-thing-plus-rp2040]: https://github.com/rp-rs/rp-hal-boards/tree/main/boards/sparkfun-thing-plus-rp2040 [rp2040-hal]: https://github.com/rp-rs/rp-hal/tree/main/rp2040-hal [Raspberry Silicon RP2040]: https://www.raspberrypi.org/products/rp2040/ diff --git a/boards/vcc-gnd-yd-rp2040/Cargo.toml b/boards/vcc-gnd-yd-rp2040/Cargo.toml index e229331..42370f7 100644 --- a/boards/vcc-gnd-yd-rp2040/Cargo.toml +++ b/boards/vcc-gnd-yd-rp2040/Cargo.toml @@ -3,7 +3,7 @@ name = "vcc-gnd-yd-rp2040" version = "0.2.0" authors = ["Nicolas ", "The rp-rs Developers"] edition = "2018" -homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/vcc-gnd-yd-rp2040" +homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/vcc-gnd-yd-rp2040" description = "Board Support Package for the VCC-GND Studio YD-RP2040" license = "MIT OR Apache-2.0" repository = "https://github.com/rp-rs/rp-hal.git" diff --git a/boards/vcc-gnd-yd-rp2040/README.md b/boards/vcc-gnd-yd-rp2040/README.md index 07f45b0..0beb1f4 100644 --- a/boards/vcc-gnd-yd-rp2040/README.md +++ b/boards/vcc-gnd-yd-rp2040/README.md @@ -7,7 +7,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 YD-RP2040. [VCC-GND Studio YD-RP2040]: http://152.32.187.208:8080/yd-data/YD-RP2040/ -[vcc-gnd-yd-rp2040]: https://github.com/rp-rs/rp-hal/tree/main/boards/vcc-gnd-yd-rp2040 +[vcc-gnd-yd-rp2040]: https://github.com/rp-rs/rp-hal-boards/tree/main/boards/vcc-gnd-yd-rp2040 [rp2040-hal]: https://github.com/rp-rs/rp-hal/tree/main/rp2040-hal [Raspberry Silicon RP2040]: https://www.raspberrypi.org/products/rp2040/ diff --git a/boards/waveshare-rp2040-lcd-0-96/Cargo.toml b/boards/waveshare-rp2040-lcd-0-96/Cargo.toml index a33cd07..6d0a5f6 100644 --- a/boards/waveshare-rp2040-lcd-0-96/Cargo.toml +++ b/boards/waveshare-rp2040-lcd-0-96/Cargo.toml @@ -3,7 +3,7 @@ name = "waveshare-rp2040-lcd-0-96" version = "0.4.0" authors = ["René van Dorst ", "Andrea Nall ", "TilCreator ", "The rp-rs Developers"] edition = "2018" -homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/waveshare-rp2040-lcd-0_96" +homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/waveshare-rp2040-lcd-0_96" description = "Board Support Package for the Waveshare RP2040 LCD 0.96 inch" license = "MIT OR Apache-2.0" repository = "https://github.com/rp-rs/rp-hal.git" diff --git a/boards/waveshare-rp2040-lcd-0-96/README.md b/boards/waveshare-rp2040-lcd-0-96/README.md index a0db20a..1bd985d 100644 --- a/boards/waveshare-rp2040-lcd-0-96/README.md +++ b/boards/waveshare-rp2040-lcd-0-96/README.md @@ -8,7 +8,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 Feather. [Waveshare RP2040 LCD 0.96]: https://www.waveshare.com/wiki/RP2040-LCD-0.96 -[waveshare-rp2040-lcd-0-96]: https://github.com/rp-rs/rp-hal/tree/main/boards/waveshare-rp2040-lcd-0-96 +[waveshare-rp2040-lcd-0-96]: https://github.com/rp-rs/rp-hal-boards/tree/main/boards/waveshare-rp2040-lcd-0-96 [rp2040-hal]: https://github.com/rp-rs/rp-hal/tree/main/rp2040-hal [Raspberry Silicon RP2040]: https://www.raspberrypi.org/products/rp2040/ diff --git a/boards/waveshare-rp2040-zero/Cargo.toml b/boards/waveshare-rp2040-zero/Cargo.toml index cf06e32..73fb681 100644 --- a/boards/waveshare-rp2040-zero/Cargo.toml +++ b/boards/waveshare-rp2040-zero/Cargo.toml @@ -3,7 +3,7 @@ name = "waveshare-rp2040-zero" version = "0.4.0" authors = ["Andrea Nall ", "TilCreator ", "The rp-rs Developers"] edition = "2018" -homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/waveshare-rp2040-zero" +homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/waveshare-rp2040-zero" description = "Board Support Package for the Adafruit Feather RP2040" license = "MIT OR Apache-2.0" repository = "https://github.com/rp-rs/rp-hal.git" diff --git a/boards/waveshare-rp2040-zero/README.md b/boards/waveshare-rp2040-zero/README.md index 4e153d3..7a96fd3 100644 --- a/boards/waveshare-rp2040-zero/README.md +++ b/boards/waveshare-rp2040-zero/README.md @@ -7,7 +7,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 Feather. [Waveshare RP2040 Zero]: https://www.waveshare.com/wiki/RP2040-Zero -[waveshare-rp2040-zero]: https://github.com/rp-rs/rp-hal/tree/main/boards/waveshare-rp2040-zero +[waveshare-rp2040-zero]: https://github.com/rp-rs/rp-hal-boards/tree/main/boards/waveshare-rp2040-zero [rp2040-hal]: https://github.com/rp-rs/rp-hal/tree/main/rp2040-hal [Raspberry Silicon RP2040]: https://www.raspberrypi.org/products/rp2040/