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
1f47466664
esp-idf
/
examples
/
ethernet
/
enc28j60
/
main
/
CMakeLists.txt
5 lines
116 B
CMake
Raw
Normal View
History
Unescape
Escape
enc28j60: fix stability of the ENC28J60 Ethernet driver example Resolved possible race conditions when accessing registers in different banks. Added Tx ready semaphore when requesting packet to transmit (ENC is slow => access to it needs to be controlled). Added setting of CS hold time based on Data sheet. Added option to set the ENC28J60 to Full Duplex mode. Addressed several ENC28J60 Erratas. Restructured ENC28J60 example folder structure so the driver could be easily linked from different projects. Extended the README to guide users of how to properly use the ENC28J60 chip. Extended iperf example to include ENC28J60. Closes https://github.com/espressif/esp-idf/issues/4747 Closes https://github.com/espressif/esp-idf/issues/7117 Closes https://github.com/espressif/esp-idf/issues/7156
2021-07-06 02:14:55 -04:00
set
(
srcs
"enc28j60_example_main.c"
)
ethernet: add enc28j60 example
2020-01-09 06:32:51 -05:00
idf_component_register
(
SRCS
"${srcs}"
I
N
C
L
U
D
E
_
D
I
R
S
"
.
"
)
Reference in New Issue
Copy Permalink