Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to embedded-hal 1, merge fast-draw-improved #36

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    62202e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49535e1 View commit details
    Browse the repository at this point in the history
  3. Use 1.50.0 in CI

    Required so we can use slice::fill
    jamwaffles committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    2b1b272 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2a42e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Remove animation example

    jamwaffles committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    c44f688 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    jamwaffles committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    49caef1 View commit details
    Browse the repository at this point in the history
  3. More cleanup

    jamwaffles committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    1b1d8cd View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. --wip-- [skip ci]

    jamwaffles committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    e640e1b View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Revert "--wip-- [skip ci]"

    This reverts commit e640e1b.
    techmccat committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e38efaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    140823b View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Switch to embedded-hal 1.0

    Won't pass CI because stm32f1xx-hal doesn't have the new traits yet
    techmccat committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    f38c613 View commit details
    Browse the repository at this point in the history
  2. spi: switch to SpiDevice

    Don't require bus ownership and managing the CS pin
    techmccat committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    6ea79f6 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    techmccat committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    6726e5b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. spi: remove unused cs pins

    techmccat committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    637f5ed View commit details
    Browse the repository at this point in the history