Skip to content

Project template with useful Arduino libraries imported. With this template FreeRTOS programming can be implemented.

Notifications You must be signed in to change notification settings

bengchet/ESP32-FreeRTOS-with-Arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32-FreeRTOS-with-Arduino

Project template with useful Arduino libraries imported. With this template FreeRTOS programming can be implemented.

Installation:

  • Make sure you have git command installed.
  • git clone https://github.com/bengchet/ESP32-FreeRTOS-with-Arduino.git --recursive

Note:

  • At this point, I assume you have setup toolchain and esp-idf properly. If that is not the case, please look at here.
  • esp-idf and Arduino libraries are still at very active development and there might be new changes. If you wish to deploy these new changes, make sure you updated esp-idf and Arduino components. Deploy at your own risk!

Update esp-idf

Go to your cloned esp-idf folder, run git pull and git submodule update --init --recursive

Update Arduino components

Run git submodule update --init --recursive at this cloned folder.

About

Project template with useful Arduino libraries imported. With this template FreeRTOS programming can be implemented.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published