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 a8798f4 commit 20bac54
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 831 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
10 changes: 0 additions & 10 deletions boards/pygamer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ exclude = ["assets"]
[dependencies]
cortex-m = {version = "0.7", features = ["critical-section-single-core"]}
st7735-lcd = "0.8.1"
ws2812-timer-delay = "0.3"

[dependencies.cortex-m-rt]
version = "0.7"
Expand Down Expand Up @@ -46,7 +45,6 @@ embedded-graphics = "0.7.1"
embedded-hal-02 = {package = "embedded-hal", version = "0.2", features = ["unproven"]}
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 @@ -74,10 +72,6 @@ opt-level = 's'
[package.metadata]
chip = "ATSAMD51J19A"

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

[[example]]
name = "usb_poll"
required-features = ["usb"]
Expand All @@ -86,10 +80,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 20bac54

Please sign in to comment.