This website requires JavaScript.
Explore
Help
Sign In
espressif
/
esp-idf
Watch
1
Star
0
Fork
1
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-11-06 18:11:47 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fc7b962e54f05ffbca2490113d5f79f87c2036d0
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 13:16:25 +08: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 18:40:01 +11:00
COMPONENT_SRCDIRS
:=
.
Reference in New Issue
Copy Permalink