diff --git a/arch/arm/src/lpc54xx/Kconfig b/arch/arm/src/lpc54xx/Kconfig index 026d0de9708..bc77fb07199 100644 --- a/arch/arm/src/lpc54xx/Kconfig +++ b/arch/arm/src/lpc54xx/Kconfig @@ -406,7 +406,6 @@ config LPC54_ETHERNET default n select NETDEVICES select ARCH_HAVE_PHY - depends on EXPERIMENTAL config LPC54_LCD bool "LCD controller" diff --git a/configs/lpcxpresso-lpc54628/README.txt b/configs/lpcxpresso-lpc54628/README.txt index ca8cbb0f725..17117374cc9 100644 --- a/configs/lpcxpresso-lpc54628/README.txt +++ b/configs/lpcxpresso-lpc54628/README.txt @@ -87,15 +87,15 @@ STATUS be used to test the Ethernet driver. 2018-01-01: There Ethernet driver appears to be fully functional although more testing is certainly needed. I believe that there is a memory - corruption issue that cause problems occasionally. For example, after - a longer Telnet session, I sometimes see the following after exiting - the session from the host: + corruption issue in the current configuration that cause problems + occasionally. For example, after a longer Telnet session, I sometimes + see the following DEBUGASSERT after exiting the session from the host: 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 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 complete but not-yet-functional SD card. There is a partial SPI driver,