Skip to content

Embassy, embedded rust framework examples.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

1Bitsy/1bitsy-embassy-examples

Repository files navigation

This repository contains the set of generic Embassy examples adjusted for the 1Bitsy board.

Running examples

  • Install rustup

  • Install the cross compiler target

rustup target add thumbv7em-none-eabi
  • Install probe-rs with defmt support.
cargo install probe-rs --features=cli
  • Run the example

For example:

cargo run --bin blinky

Examples confirmed to be working on the 1Bitsy

  • adc
  • blinky
  • button_exti
  • button
  • can
  • dac
  • flash_async
  • flash
  • hello
  • i2c
  • i2s_dma
  • mco
  • multiprio
  • pwm_complementary
  • pwm
  • rtc
  • sdmmc
  • spi_dma
  • spi
  • usart_buffered
  • usart_dma
  • usart
  • usb_ethernet
  • usb_serial
  • wdt

License

This work is licensed under either of

at your option.

About

Embassy, embedded rust framework examples.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published