summaryrefslogtreecommitdiff
path: root/uLan (follow)
AgeCommit message (Collapse)Author
2022-07-12lwip: Add support for SMP systemsKinsey Moore
For BSPs that support SMP, the sys_arch_protect and sys_arch_unprotect calls must use a global mutex instead of a local CPU interrupt disable to protect critical sections.
2022-07-08lwip: Add bbb and tms570 driversVijay Kumar Banerjee
+ Add networking01 and telnetd01 tests
2022-06-16uLan: Update sys_arch and fix additionsKinsey Moore
This updates sys_arch.c and sys_arch.h to the latest versions from the upstream repository at hash 9e6ce84f2071bf0fbe3922db1cacf00823b2bdc1 and updates the modifications to be compliant with how this project handles modifications to upstream sources.
2022-06-01lwip: Split sources into origin directoriesKinsey Moore
Moving forward, each origin directory should have its own top-level COPYING.origin file to describe its license as well as a ORIGIN.origin file to describe where the code is sourced from.