summaryrefslogtreecommitdiffstats
path: root/rtems_waf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update rtems_wafVijay Kumar Banerjee2020-03-181-0/+0
|
* Add lvgl/hello: Sample Hello world app using littleVGL and libbsdVijay Kumar Banerjee2019-09-201-0/+0
|
* update rtems_wafVijay Kumar Banerjee2019-09-171-0/+0
|
* Update rtems_wafSebastian Huber2018-10-251-0/+0
| | | | Update #3551.
* rtems_waf: Update to get #3424Joel Sherrill2018-10-141-0/+0
|
* rtems_waf: Update to pick up rtems5 not having bin/Joel Sherrill2018-09-241-0/+0
|
* Update rtems_waf to use the rootfs support. Fix trace linker INI files.Chris Johns2017-10-021-0/+0
| | | | | | | | | Use the rtems_waf rootfs support to create a root file system. Remove the double cflags on some projects that broke linking. Remove the dump-on-error, there is no option in rtems-tld. Closes 3158. Closes 3159.
* Add more trace builds for other examples.Chris Johns2014-09-221-0/+0
|
* Add RTEMS trace support.Chris Johns2014-09-211-0/+0
|
* Replace rtems_waf with a submoduleChirayu Desai2013-12-124-804/+0
| | | | | Replace the rtems_waf subdirectory with a git-submodule that points to the git repository located at http://git.rtems.org/chrisj/rtems_waf.git
* waf: Add null check for rtems_toolsChirayu Desai2013-12-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | If 'waf configure' is called without --rtems-tools, it'll be set to None, leading to a TypeError. Traceback (most recent call last): File "/home/cdesai/bin/.waf-1.7.13-8c328f55ac27cdb03b8c949f189bbac3/waflib/Scripting.py", line 97, in waf_entry_point run_commands() File "/home/cdesai/bin/.waf-1.7.13-8c328f55ac27cdb03b8c949f189bbac3/waflib/Scripting.py", line 153, in run_commands ctx=run_command(cmd_name) File "/home/cdesai/bin/.waf-1.7.13-8c328f55ac27cdb03b8c949f189bbac3/waflib/Scripting.py", line 146, in run_command ctx.execute() File "/home/cdesai/bin/.waf-1.7.13-8c328f55ac27cdb03b8c949f189bbac3/waflib/Configure.py", line 128, in execute super(ConfigurationContext,self).execute() File "/home/cdesai/bin/.waf-1.7.13-8c328f55ac27cdb03b8c949f189bbac3/waflib/Context.py", line 87, in execute self.recurse([os.path.dirname(g_module.root_path)]) File "/home/cdesai/bin/.waf-1.7.13-8c328f55ac27cdb03b8c949f189bbac3/waflib/Context.py", line 128, in recurse user_function(self) File "/home/cdesai/rtems/examples-v2/wscript", line 29, in configure rtems.configure(conf) File "/home/cdesai/rtems/examples-v2/rtems_waf/rtems.py", line 158, in configure tools = _find_tools(conf, arch, [rtems_path] + rtems_tools, tools) TypeError: can only concatenate list (not "NoneType") to list
* rtems_waf: fix typoGedare Bloom2013-12-121-1/+1
|
* Add checks for various CPU options.Chris Johns2013-12-121-8/+87
| | | | | Check the cpuopts.h header file for various options and provide an API to test them from user wscript files.
* rtems.py: add tweak for gc-sections link flagGedare Bloom2013-12-121-0/+3
|
* Fix rtems.py's filtering of BSPs.Chris Johns2013-12-121-46/+80
| | | | | | | Update the BSP filtering in the RTEMS waf support. Break the flags down even more to allow users to manage what they use in applications. Add rtems-bin2c to the list of checked tools.
* Add LICENSE.2 with 2-clause BSD. Point to it from 2-clause BSD licensed files.Gedare Bloom2013-12-123-63/+6
|
* Waf: Add top-level wscript and rtems_waf module to support waf builds.Gedare Bloom2013-12-123-0/+742