matiamic opened a new pull request, #18503: URL: https://github.com/apache/nuttx/pull/18503
## Summary This patch removes unsupported/untested code from the BSP, improves stability by increasing stack sizes and introduces support for 10BASE-T1S SPI MAC-PHYs. ## Impact The patch consists of four commits: 1) Remove unsupported/untested code from the BSP's bringup. I noticed that in the PR https://github.com/apache/nuttx/pull/18475 in `stm32_bringup.c` I left remains of code linked to unsupported functionalities and bits of code that I didn't test. These remains and bits are removed by this commit. 2) Improve stability of the `nsh` and `netnsh` defconfigs by increasing stack sizes. 3) Add support for the subsystem for 10BASE-T1S SPI Ethernet MAC-PHYs based on the OA-TC6 protocol. 4) Add documentation for the `oa_tc6` defconfig ## Testing 1) The correct build was tested, additionally I2C was tested with an INA219 module and `i2ctool`. 2) A call to `ps` and connecting to a telnet session caused overflowing of the stack. After the change, no more crashes were encountered. 3) The support for the 10BASE-T1S SPI Ethernet was tested with `ping` on a small 10BASE-T1S network. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
