diff --git a/index/pi/pico_bsp/pico_bsp-0.2.1.toml b/index/pi/pico_bsp/pico_bsp-0.2.1.toml new file mode 100644 index 00000000..6f10abfe --- /dev/null +++ b/index/pi/pico_bsp/pico_bsp-0.2.1.toml @@ -0,0 +1,19 @@ +name = "pico_bsp" +description = "Board support package for Raspberry Pi Pico" +version = "0.2.1" +licenses = "BSD-3-Clause" + +authors = ["Jeremy Grosser"] +maintainers = ["Jeremy Grosser "] +maintainers-logins = ["JeremyGrosser"] +tags = ["embedded", "nostd", "raspberrypi", "pico", "rp2040", "bsp"] +website = "https://github.com/JeremyGrosser/pico_bsp" + +[[depends-on]] +hal = "~0.1" +rp2040_hal = "~0.2" + +[origin] +commit = "6762b1f0bb5d761b82908d25bc28ce16f94033df" +url = "git+https://github.com/JeremyGrosser/pico_bsp.git" + diff --git a/index/pi/pico_examples/pico_examples-0.2.1.toml b/index/pi/pico_examples/pico_examples-0.2.1.toml new file mode 100644 index 00000000..4ef5b7d1 --- /dev/null +++ b/index/pi/pico_examples/pico_examples-0.2.1.toml @@ -0,0 +1,28 @@ +name = "pico_examples" +description = "Examples for Ada on the Raspberry Pi Pico" +version = "0.2.1" + +authors = ["Jeremy Grosser"] +maintainers = ["Jeremy Grosser "] +maintainers-logins = ["JeremyGrosser"] +licenses = "BSD-3-Clause" +tags = ["embedded", "nostd", "pico", "rp2040"] +website = "https://github.com/JeremyGrosser/pico_examples" +auto-gpr-with=false +project-files = [ + "adc_hello/adc_hello.gpr", + "blink/blink.gpr", + "pimoroni_rgb_keypad/pimoroni_rgb_keypad.gpr", + "pimoroni_rgb_keypad_interrupt/pimoroni_rgb_keypad_interrupt.gpr", + "pio_blink/pio_blink.gpr", + "pwm/pwm.gpr", + "timer/timer.gpr", + "uart_echo/uart_echo.gpr"] + +[[depends-on]] +pico_bsp = "~0.2" + +[origin] +commit = "172d110d9f57624516753593ba230098071484ea" +url = "git+https://github.com/JeremyGrosser/pico_examples.git" + diff --git a/index/rp/rp2040_hal/rp2040_hal-0.2.1.toml b/index/rp/rp2040_hal/rp2040_hal-0.2.1.toml new file mode 100644 index 00000000..a4047046 --- /dev/null +++ b/index/rp/rp2040_hal/rp2040_hal-0.2.1.toml @@ -0,0 +1,19 @@ +name = "rp2040_hal" +description = "Drivers and HAL for the RP2040 micro-controller family" +version = "0.2.1" +licenses = "BSD-3-Clause" + +authors = ["Jeremy Grosser"] +maintainers = ["Jeremy Grosser "] +maintainers-logins = ["JeremyGrosser"] +tags = ["embedded", "nostd", "rp2040", "raspberrypi", "drivers"] +website = "https://github.com/JeremyGrosser/rp2040_hal" + +[[depends-on]] +cortex_m = "~0.3" +hal = "~0.1" + +[origin] +commit = "3f05e6b1217e6534534856ff331fb6aebbc24f6b" +url = "git+https://github.com/JeremyGrosser/rp2040_hal.git" +