summaryrefslogtreecommitdiffstats
path: root/wscript (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wscript: Build a header instead of using -DKinsey Moore2023-03-301-3/+16
| | | | | | | This change moves the use of items configured in config.ini from using -D to set defines on the command line to using a header built by waf. This also resolves an issue where configuration parameters were bleeding between BSPs when multiple BSPs were configured.
* wscript: Allow deeper lwIP configurationKinsey Moore2022-11-141-1/+59
| | | | | | | This adds a basic configuration mechanism in config.ini to control which BSPs are enabled and to alter lwIP's define/macro-based configuration directives. Existing builds using --rtems-bsps are unaffected if config.ini is not used.
* lwip.py: Add compile flagsKinsey Moore2022-08-251-1/+1
| | | | | This alters rtems-lwip to follow the RTEMS convention of compiling with function sections for linking optimization and dead code removal.
* lwip: Add src filesVijay Kumar Banerjee2021-03-211-0/+57
+ Add rtems port from uLan + Add waf script