ESPTerm - ESP8266 terminal emulator. Branches: [master] patches, [work] next release
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
espterm-firmware/esp_iot_sdk_v1.5.2/examples/driver_lib
Ondřej Hruška 13564727d9 Added the (possibly modified) Espressif SDK to the project to avoid problems with building. This may not be OK license wise, but who cares 7 years ago
..
driver Added the (possibly modified) Espressif SDK to the project to avoid problems with building. This may not be OK license wise, but who cares 7 years ago
include/driver Added the (possibly modified) Espressif SDK to the project to avoid problems with building. This may not be OK license wise, but who cares 7 years ago
readme.txt Added the (possibly modified) Espressif SDK to the project to avoid problems with building. This may not be OK license wise, but who cares 7 years ago

readme.txt

STEP 1: Copy driver and include folders to your project sub-folder, such as app folder. Unused drivers can be removed in your project.

STEP 2: Modify Makefile in app folder.
1). Search SUBDIRS, add driver as subdir:
SUBDIRS= \
user \
driver

2). Search COMPONENTS_eagle.app.v6, add libdriver.a:
COMPONENTS_eagle.app.v6 = \
user/libuser.a \
driver/libdriver.a