Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 432 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 432 Bytes

m5stack-freertos-sd

SD read/write demo for Amazon FreeRTOS on M5Stack

Requir ESP-IDF development environment.

Run

Check out this repo.

git clone https://github.com/fukuen/m5stack-freertos-sd --recursive

Build (Windows example)

cmake -DCMAKE_TOOLCHAIN_FILE=amazon-freertos/tools/cmake/toolchains/xtensa-esp32.cmake -GNinja -S . -B build
cd build
ninja

Flash and monitor

idf.py flash monitor