文件名称:pi-pico-hello-world:Pi Pico上的LED从零到闪烁
文件大小:3KB
文件格式:ZIP
更新时间:2024-03-04 23:24:35
CMake
RPi Pico你好世界 假设您不在Raspian系统上使用正式的安装脚本,则需要从某个地方获取CMake,ARM GCC和Doxygen。 在拱门上 pacman -S cmake arm-none-eabi-gcc arm-none-eabi-newlib arm-none-eabi-gdb doxygen 克隆此存储库,然后运行: git submodule update --init (cd pico-sdk && git submodule update --init) cd build && cmake .. && make (不要试图从根目录运行单个git submodule update --init --recursive ;您将引入2Gb +的不需要的tinyusb子模块。) 这应该生成hello_world.uf2 Pico呈现为USB磁盘; 刷新它仅涉及将UF
【文件预览】:
pi-pico-hello-world-master
----CMakeLists.txt(550B)
----README.md(983B)
----.gitmodules(91B)
----build()
--------.gitignore(0B)
----hello_world.c(341B)
----pico-sdk()