Skip to content

Commit

Permalink
pico_bsp 2.2.0 (#1276)
Browse files Browse the repository at this point in the history
* pico_bsp 2.2.0

* pico_examples 2.2.0
  • Loading branch information
JeremyGrosser authored Oct 28, 2024
1 parent 50ea417 commit 9faa27d
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
21 changes: 21 additions & 0 deletions index/pi/pico_bsp/pico_bsp-2.2.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "pico_bsp"
description = "Board support package for Raspberry Pi Pico"
version = "2.2.0"
licenses = "BSD-3-Clause"

authors = ["Jeremy Grosser"]
maintainers = ["Jeremy Grosser <[email protected]>"]
maintainers-logins = ["JeremyGrosser"]
tags = ["embedded", "nostd", "raspberrypi", "pico", "rp2040", "bsp"]
website = "https://pico-doc.synack.me/"

[[depends-on]]
rp2040_hal = "^2"

[configuration.values]
rp2040_hal.Flash_Chip = "w25qxx"

[origin]
commit = "4256840550d5891728409c1b5e97d0e3f9bdb50d"
url = "git+https://github.com/JeremyGrosser/pico_bsp.git"

41 changes: 41 additions & 0 deletions index/pi/pico_examples/pico_examples-2.2.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name = "pico_examples"
description = "Examples for Ada on the Raspberry Pi Pico"
version = "2.2.0"

authors = ["Jeremy Grosser"]
maintainers = ["Jeremy Grosser <[email protected]>"]
maintainers-logins = ["JeremyGrosser"]
licenses = "BSD-3-Clause"
tags = ["embedded", "nostd", "pico", "rp2040"]
website = "https://pico-doc.synack.me/"
auto-gpr-with=false
project-files = [
"adc_continuous/adc_continuous.gpr",
"adc_hello/adc_hello.gpr",
"blink/blink.gpr",
"gpio_interrupts/gpio_interrupts.gpr",
"i2c_demo/i2c_demo.gpr",
"i2c_target/i2c_target.gpr",
"multicore/multicore.gpr",
"pimoroni_audio_pack/pimoroni_audio_pack.gpr",
"pimoroni_rgb_keypad/pimoroni_rgb_keypad.gpr",
"pio_assemble/pio_assemble.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",
"uart_interrupt/uart_interrupt.gpr",
"usb_echo/usb_echo.gpr",
"usb_echo_interrupt/usb_echo_interrupt.gpr",
"ws2812_demo/ws2812_demo.gpr"]

[[depends-on]]
pico_bsp = "^2"
chests = "~0.1.1"

[origin]
commit = "ba306c6f89f5554ff2e4afce74ea40835a701755"
url = "git+https://github.com/JeremyGrosser/pico_examples.git"

0 comments on commit 9faa27d

Please sign in to comment.