Skip to content
/ M5StickC-IDF Public template

an ESP-IDF (CMake preview version) example for M5StickC

Notifications You must be signed in to change notification settings

yamanekko/M5StickC-IDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M5StickC-IDF: an ESP-IDF example for M5StickC

This is a M5StickC version of M5Stack-IDF.

Install

$ git clone --recursive https://github.com/yamanekko/M5StickC-IDF.git

Build and Execution

## update config
$ idf.py menuconfig

## build
$ idf.py build

## transfer to flash
$ idf.py flash

## when you need to change port and baud:
$ idf.py -p /dev/tty.usbserial-9D527BF645A -b 115200 flash

## monitor
$ idf.py -p /dev/tty.usbserial-9D527BF645A -b 115200 monitor

NOTE

  • If you use macOS, you may need to fix ulimit value:
$ ulimit -n 2048

About

an ESP-IDF (CMake preview version) example for M5StickC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published