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

Add 2 mcu examples #42

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

Commits on Mar 16, 2021

  1. - Added examples lora_spi_send, lora_spi_receive, and lora_spi_gps. T…

    …hese work on several
    
     different MCUs. Documentation for building and running is in lora_spi_send.rs.
    
    - moved memoryMaps into examples/.
    
    - uncommented portions of workflow rust.yml that had mistakenly been comment out.
    
    - updated libusb-sys to version 0.2 and added  optional=true but unsure what
      "Fix for libusb-sys package discovery" was thus why "https://github.com/cmsd2/libusb-sys" was used.
      This change and related rust.yml update to "libusb-1.0-0" fix some CI errors but there remains
      an obscure "dpkg: error: need an action option" in rust.yml "Install libusb (apt armv7)".
    
    - cleaned up some rust.yml for running examples.
    
    - added feature  example = [] used as gate to prevent cargo "test" and "cargo build --examples"  from
      attempting to build unless appropriate features ar also specified.
    pdgilbert committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    e68cbda View commit details
    Browse the repository at this point in the history
  2. bumped version for stm32h7xx-hal and stm32l0xx-hal as suggested by de…

    …pendabot. (Could not get merge of dependabot pull request to work because of habitual CI error.)
    pdgilbert committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    fabd2df View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Configuration menu
    Copy the full SHA
    0af5f85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca69a91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27d56e1 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Merge remote-tracking branch 'upstream/master'

    update  to rust-radio-sx127x-0.11.0  using radio-0.9.0
    pdgilbert committed May 26, 2021
    Configuration menu
    Copy the full SHA
    2b84764 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    212f678 View commit details
    Browse the repository at this point in the history