Skip to content

devbis/esp8266-rtos-softuart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Soft UART for ESP8266 RTOS SDK

This is a slightly modified sources of the extra component from esp-open-rtos project to run on the ESP8266 RTOS SDK

Supported verstions

ESP8266 RTOS SDK

  • master
  • 3.2

How to use

Clone this repository somewhere, e.g.:

cd ~/myprojects/esp
git clone https://github.com/devbis/esp8266-rtos-softuart.git

Add path to components in your project makefile, e.g:

PROJECT_NAME := my-esp-project

EXTRA_COMPONENT_DIRS := /home/user/myprojects/esp/esp8266-rtos-softuart/components

include $(IDF_PATH)/make/project.mk

Credits

  • Ruslan V. Uss developer of the original component for esp-open-rtos SDK

About

Software UART for esp8266 RTOS SDK

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published