mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 03:05:40 +08:00
arch/arm/src/lpc54xx: LPC54xx Ethernet driver no long depends on EXPERIMENTAL.
This commit is contained in:
@@ -406,7 +406,6 @@ config LPC54_ETHERNET
|
|||||||
default n
|
default n
|
||||||
select NETDEVICES
|
select NETDEVICES
|
||||||
select ARCH_HAVE_PHY
|
select ARCH_HAVE_PHY
|
||||||
depends on EXPERIMENTAL
|
|
||||||
|
|
||||||
config LPC54_LCD
|
config LPC54_LCD
|
||||||
bool "LCD controller"
|
bool "LCD controller"
|
||||||
|
|||||||
@@ -87,15 +87,15 @@ STATUS
|
|||||||
be used to test the Ethernet driver.
|
be used to test the Ethernet driver.
|
||||||
2018-01-01: There Ethernet driver appears to be fully functional although
|
2018-01-01: There Ethernet driver appears to be fully functional although
|
||||||
more testing is certainly needed. I believe that there is a memory
|
more testing is certainly needed. I believe that there is a memory
|
||||||
corruption issue that cause problems occasionally. For example, after
|
corruption issue in the current configuration that cause problems
|
||||||
a longer Telnet session, I sometimes see the following after exiting
|
occasionally. For example, after a longer Telnet session, I sometimes
|
||||||
the session from the host:
|
see the following DEBUGASSERT after exiting the session from the host:
|
||||||
|
|
||||||
up_assert: Assertion failed at file:mm_heap/mm_free.c line: 129
|
up_assert: Assertion failed at file:mm_heap/mm_free.c line: 129
|
||||||
|
|
||||||
which is a clear indication heap corruption. Increasing the size of some
|
which is a clear indication heap corruption. Increasing the size of some
|
||||||
stacks might correct this problem, but I have not yet experimented with
|
stacks might correct this problem, but I have not yet experimented with
|
||||||
that.
|
that. I have not seen the problem in any other context.
|
||||||
|
|
||||||
There is still no support for the Accelerometer, SPIFI, or USB. There is a
|
There is still no support for the Accelerometer, SPIFI, or USB. There is a
|
||||||
complete but not-yet-functional SD card. There is a partial SPI driver,
|
complete but not-yet-functional SD card. There is a partial SPI driver,
|
||||||
|
|||||||
Reference in New Issue
Block a user