Skip to content

Commit

Permalink
pygamer: Remove broken neopixel examples
Browse files Browse the repository at this point in the history
These compile, but don't currently work reliably, due to changes in the
HAL changing the timing of the asynchronous serial signals to the WS2812
  • Loading branch information
ianrrees committed Sep 6, 2024
1 parent 9a5c960 commit 71362c4
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 832 deletions.
1 change: 1 addition & 0 deletions boards/pygamer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Unreleased

- remove neopixel support and examples (currently unreliable)
- update HAL v0.14 -> v0.17 and other dependencies, fix examples
- update path of Cargo config

Expand Down
11 changes: 0 additions & 11 deletions boards/pygamer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ exclude = ["assets"]

[dependencies]
cortex-m = {version = "0.7", features = ["critical-section-single-core"]}
embedded-hal-02 = {package = "embedded-hal", version = "0.2", features = ["unproven"]}
st7735-lcd = "0.8.1"
ws2812-timer-delay = "0.3"

[dependencies.cortex-m-rt]
version = "0.7"
Expand Down Expand Up @@ -48,7 +46,6 @@ embedded-graphics = "0.7.1"
# Currently just used by sd_card example
embedded-hal-bus = "0.2.0"
smart-leds = "0.3"
ws2812-spi = { version = "0.4.0", features = ["mosi_idle_high"] }
lis3dh = "0.1.0"
cortex-m-rtic = "1.0"
tinybmp = "0.3.1"
Expand Down Expand Up @@ -80,10 +77,6 @@ opt-level = "s"
[package.metadata]
chip = "ATSAMD51J19A"

[[example]]
name = "usb_serial"
required-features = ["usb"]

[[example]]
name = "usb_poll"
required-features = ["usb"]
Expand All @@ -92,10 +85,6 @@ required-features = ["usb"]
name = "sd_card"
required-features = ["sd-card"]

[[example]]
name = "neopixel_easing"
required-features = ["math"]

[[example]]
name = "pwm_tc4"
required-features = ["math"]
Expand Down
83 changes: 0 additions & 83 deletions boards/pygamer/examples/neopixel_adc_battery.rs

This file was deleted.

90 changes: 0 additions & 90 deletions boards/pygamer/examples/neopixel_adc_light.rs

This file was deleted.

106 changes: 0 additions & 106 deletions boards/pygamer/examples/neopixel_button.rs

This file was deleted.

Loading

0 comments on commit 71362c4

Please sign in to comment.