summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* netlegacy: Use os.path to get the file extensionVijay Kumar Banerjee2021-04-132-4/+6
|
* Remove RTEMS_NETWORKING checksVijay Kumar Banerjee2021-04-132-25/+23
|
* leon,greth: added support for variable sized descriptor table sizesDaniel Hellstrom2021-04-131-7/+15
| | | | | | | | | | The descriptor table size is equal to its alignment and set when configuring the HW IP through VHDL generics. This SW patch simply probes the HW how large the RX/TX descriptor tables are and adjusts accordingly. The number of descriptors actual used are controlled by other settings (rxDescs and txDescs) controlled by the user.
* testsuites: Fix typo in wscriptsVijay Kumar Banerjee2021-03-056-6/+6
|
* netlegacy: Build libtelnetd.a and install header file in correct locationVijay Kumar Banerjee2021-03-052-7/+22
|
* include: Add telnetd.hVijay Kumar Banerjee2021-03-032-1/+138
|
* bsps/powerpc/beatnik: Remove sources that were not built by RTEMSVijay Kumar Banerjee2021-03-0311-3826/+7
|
* bsp_drivers: Fix bsp source file listVijay Kumar Banerjee2021-03-031-2/+3
|
* Add legacy networking tests from RTEMSVijay Kumar Banerjee2021-03-0228-13/+1964
|
* Add telnetdVijay Kumar Banerjee2021-03-028-0/+1960
|
* pppd: Remove wscriptVijay Kumar Banerjee2021-03-022-52/+8
| | | | Build from netlegacy.py to make libpppd.a accessible to the tests
* bsp_driver, wscript: Format according to PEP8 style guideVijay Kumar Banerjee2021-03-022-8/+16
|
* Rename lnetworking to netlegacyVijay Kumar Banerjee2021-03-022-28/+32
|
* README: Update it to include repository and licence information.Vijay Kumar Banerjee2021-03-022-0/+104
| | | | + Add README.waf with build instructions
* Add git logs from RTEMS treeVijay Kumar Banerjee2021-03-0242-0/+23391
|
* bsps: Add support to build from shared bsp folder for specific BSPsVijay Kumar Banerjee2021-03-0234-11/+27641
|
* Add support for building bsp specific net driversVijay Kumar Banerjee2021-03-0297-9/+84185
|
* Add libmisc and librpc from RTEMS cpukitVijay Kumar Banerjee2021-03-02101-1/+24416
|
* lnetworking: install the header filesVijay Kumar Banerjee2021-03-021-1/+7
|
* Add networking01 test from RTEMS testsuitesVijay Kumar Banerjee2021-03-0216-2/+1228
|
* Add nfsclientVijay Kumar Banerjee2021-03-0218-1/+10854
|
* Add pppd from RTEMSVijay Kumar Banerjee2021-03-0234-2/+17635
|
* Add wscriptVijay Kumar Banerjee2021-03-024-0/+278
|
* Initial Commit: Add all files from RTEMS libnetworking directoryVijay Kumar Banerjee2021-02-24264-0/+70707