This is a slightly modified sources of the extra component from esp-open-rtos project to run on the ESP8266 RTOS SDK
- master
- 3.2
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
- Ruslan V. Uss developer of the original component for esp-open-rtos SDK