Skip to content

tiacsys/eos-sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eos Sensor Firmware

Building and flashing

ESP32 Feather V2:

  • Install the esp rust toolchain for rustc v 1.77:

    cargo install espup
    espup install -n 1.77.0 -v 1.77.0
    cargo install espflash
  • Bring the toolchain installed this way into PATH:

    source ~/export-esp-sh
  • Build the firmware image:

    cargo build --release
  • Flash the image onto a board:

    espflash flash target/xtensa-esp32-none-elf/release/eos-sensor-esp

STM32 Nucleo F767zi

Todo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages