Skip to content

Latest commit

 

History

History
66 lines (49 loc) · 1.1 KB

README.md

File metadata and controls

66 lines (49 loc) · 1.1 KB

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.