This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
7fcebe7a23
esp-idf
/
examples
/
protocols
/
modbus
/
mb_example_common
/
component.mk
6 lines
85 B
Makefile
Raw
Normal View
History
Unescape
Escape
freemodbus: add modbus master ascii add support of modbus master ascii rename base dir name of master and slave example to be mb_slave, mb_master to avoid conflict with sdio/slave example test add Kconfig option to enable ASCII and RTU mode separately update ASCII options + remove cast for errors added baudrate for examples into Kconfig updated magic numbers for timer timeout put ascii private definitions into one file
2019-11-26 00:16:25 -05:00
#
# Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS
:=
include
Whitespace: Automated whitespace fixes (large commit) Apply the pre-commit hook whitespace fixes to all files in the repo. (Line endings, blank lines at end of file, trailing whitespace)
2020-11-10 02:40:01 -05:00
COMPONENT_SRCDIRS
:=
.
Reference in New Issue
Copy Permalink