This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
arch
/
arm
/
src
/
c5471
History
…
..
c5471_ethernet.c
This commit attempts remove some long standard confusion in naming and some actual problems that result from the naming confusion. The basic problem is the standard MTU does not include the size of the Ethernet header. For clarity, I changed the naming of most things called MTU to PKTSIZE. For example, CONFIG_NET_ETH_MTU is now CONFIG_NET_ETH_PKTSIZE.
2018-07-04 14:10:40 -06:00
c5471_irq.c
…
c5471_lowputc.S
…
c5471_serial.c
…
c5471_timerisr.c
…
c5471_vectors.S
…
c5471_watchdog.c
…
chip.h
…
Kconfig
…
Make.defs
…