Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 656 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 656 Bytes

VolWaves Power Meter System

沃尔微功耗测试系统(VPMS) RP2040 端

环境搭建

Get pico SDK

git clone https://gitee.com/xianii/pico-sdk
cd pico-sdk
git submodule update --init

## Add pico-sdk Path to your environment
echo export PICO_SDK_PATH=$PWD >> ~/.profile

Install dependencies

sudo apt update && sudo apt install -y cmake make ninja-build gcc g++ openssl libssl-dev cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib

Compile

make

IO

用法

# 编译
make
# 格式化
make format
# 清理
make clean
# 重新编译
make rebuild