Skip to content

WangYing1871/gasflow_firmware

 
 

Repository files navigation

Firmware of JianWei GasFlow Control System

initialization

west init -m <git_url> <your_workspace>
cd <your_workspace>`
west update

build

west build -p -b rpi_pico -d build/app gasflow_firmware.git/app

check memory footprint

RAM usage

west build -d <build-directory> -t ram_report

ROM usage

west build -d <build-directory> -t rom_report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.4%
  • CMake 2.6%