diff --git a/index/pi/pico_bsp/pico_bsp-0.7.0.toml b/index/pi/pico_bsp/pico_bsp-0.7.0.toml new file mode 100644 index 00000000..a5e36dcb --- /dev/null +++ b/index/pi/pico_bsp/pico_bsp-0.7.0.toml @@ -0,0 +1,22 @@ +name = "pico_bsp" +description = "Board support package for Raspberry Pi Pico" +version = "0.7.0" +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.7" + +[configuration.values] +rp2040_hal.Flash_Chip = "w25qxx" + +[origin] +commit = "c9b6fe5b4a55911f7c8dfd7fd316edb464a80a22" +url = "git+https://github.com/JeremyGrosser/pico_bsp.git" + diff --git a/index/pi/pico_examples/pico_examples-0.7.0.toml b/index/pi/pico_examples/pico_examples-0.7.0.toml new file mode 100644 index 00000000..53a93453 --- /dev/null +++ b/index/pi/pico_examples/pico_examples-0.7.0.toml @@ -0,0 +1,34 @@ +name = "pico_examples" +description = "Examples for Ada on the Raspberry Pi Pico" +version = "0.7.0" + +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_continuous/adc_continuous.gpr", + "adc_hello/adc_hello.gpr", + "blink/blink.gpr", + "gpio_interrupts/gpio_interrupts.gpr", + "pimoroni_audio_pack/pimoroni_audio_pack.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", + "rtc/rtc.gpr", + "spi_loopback/spi_loopback.gpr", + "timer/timer.gpr", + "uart_echo/uart_echo.gpr", + "usb_echo/usb_echo.gpr"] + +[[depends-on]] +pico_bsp = "~0.7" + +[origin] +commit = "99beb5b37107f387944fd5e8da98f5d77b0f44e5" +url = "git+https://github.com/JeremyGrosser/pico_examples.git" + diff --git a/index/rp/rp2040_hal/rp2040_hal-0.7.0.toml b/index/rp/rp2040_hal/rp2040_hal-0.7.0.toml new file mode 100644 index 00000000..5635b5fc --- /dev/null +++ b/index/rp/rp2040_hal/rp2040_hal-0.7.0.toml @@ -0,0 +1,30 @@ +name = "rp2040_hal" +description = "Drivers and HAL for the RP2040 micro-controller family" +version = "0.7.0" +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" + +[[depends-on]] +usb_embedded = "~0.2" +gnat_arm_elf = "~11.2" + +[configuration.variables] +Flash_Chip = {type = "Enum", values = ["w25qxx", "generic_qspi", "generic_03"], default = "w25qxx"} +Use_Startup = {type = "Boolean", default = true} + +[configuration.values] +atomic.Backend = "armv6m" + +[origin] +commit = "d71db1120df80f82e8dfc2285a19806bf15b8635" +url = "git+https://github.com/JeremyGrosser/rp2040_hal.git" +