2024-04-16 17:56:53 +08:00
2024-04-14 18:38:39 +08:00
2024-04-14 18:38:39 +08:00
2024-04-14 18:38:39 +08:00
2024-04-16 17:56:53 +08:00
2024-04-14 18:38:39 +08:00
2024-04-14 18:38:39 +08:00
2024-04-16 11:58:43 +08:00
2024-04-14 18:38:39 +08:00
2024-04-14 18:38:39 +08:00
2024-04-14 18:38:39 +08:00
2024-04-14 18:43:51 +08:00

Raspberry Pico FreeRTOS

Raspberry Pico FreeRTOS

Build

    # WSL Debian GNU/Linux 12 (bookworm) System Build
    
    cd ~
    git clone https://git.aixiao.me/aixiao/EBIKE-FreeRTOS.git
    cd EBIKE-FreeRTOS && git submodule init && git submodule sync && git submodule update --recursive

    cd FreeRTOS-Kernel && git submodule init && git submodule sync && git submodule update
    cd ../pico-sdk && git submodule init && git submodule sync && git submodule update
    cd .. && mkdir build && cd build && cmake .. && make
Description
No description provided
Readme 3.5 MiB
Languages
C 98.9%
Assembly 1%
CMake 0.1%