summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-12posix_api: Turn posix check into function call.Gedare Bloom
2013-12-12hello: waf: fix POSIX checkChirayu Desai
2013-12-12led: posix_*: Add support to build with wafChirayu Desai
Add wscript(s) to build with waf if POSIX is enabled.
2013-12-12waf: Add null check for rtems_toolsChirayu Desai
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
2013-12-12hello: Add missing ".exe" suffix to wscriptChirayu Desai
2013-12-12hello: Add support to build with wafChirayu Desai
Add wscript(s) for building posix_hello_world and both_hello with waf
2013-12-12posix_api: Add support to build with wafChirayu Desai
Add wscript(s) for building with waf
2013-12-12rtems_waf: fix typoGedare Bloom
2013-12-12misc: applib: Add support to build with wafChirayu Desai
Add wscript for building a static library with waf
2013-12-12Add checks for various CPU options.Chris Johns
Check the cpuopts.h header file for various options and provide an API to test them from user wscript files.
2013-12-12misc: Support building qemu_vfat with wafChirayu Desai
2013-12-12micromonitor: umon: Add support to build with wafChirayu Desai
Add wscript to support building with waf Build it only for csb337 BSP (ARM)
2013-12-12misc: nanosecond_tick_wrap: Add support to build with wafChirayu Desai
Add wscript to support building with waf
2013-12-12misc: bspcmdline: Add support to build with wafChirayu Desai
Add wscript to support building with waf
2013-12-12misc: add missing ".exe" suffix to targetChirayu Desai
2013-12-12misc: qemu_vfat: Add support to build with wafChirayu Desai
* Add a wscript file, but it isn't added to misc/wscript as qemu_vfat doesn't build for all platforms even with make TODO: Invetigate more and find a proper fix
2013-12-12misc: x86_display_cpu: Add support to build with wafChirayu Desai
Add wscript to support building with waf Build only if architecture is i386
2013-12-12benchmarks: Add support to build with wafChirayu Desai
Add wscript(s) to support building benchmarks/nbench with waf
2013-12-12Convert misc/minimum example to Waf.Bryan Dunsmore
2013-12-12Convert led/ratemon_cond_server example to Waf.Bryan Dunsmore
2013-12-12Convert led/ratemon2 example to Waf.Bryan Dunsmore
2013-12-12Convert led/ratemon1 example to Waf.Bryan Dunsmore
2013-12-12Convert led/timeout_event example to Waf.Bryan Dunsmore
2013-12-12Convert led/event_server example to Waf.Bryan Dunsmore
2013-12-12Convert led/timer_server example to Waf.Bryan Dunsmore
2013-12-12Convert led/delay example to Waf.Bryan Dunsmore
2013-12-12Convert led/msg_server example to Waf.Bryan Dunsmore
2013-12-12Convert led/sem_server example to Waf.Bryan Dunsmore
2013-12-12Convert led/timer example to Waf.Bryan Dunsmore
2013-12-12Convert uboot example to use Waf.Bryan Dunsmore
2013-12-12Convert ticker example to use Waf.Bryan Dunsmore
2013-12-12Convert gdb example to use Waf.Bryan Dunsmore
2013-12-12added wscript to file_io and subdirectoriesDaniel Ramirez
2013-12-12fixed comments in triple_period/wscriptDaniel Ramirez
2013-12-12added wscript to triple_period and classic_signal subdirsDaniel Ramirez
2013-12-12Added wscript to clasic_api directoryDaniel Ramirez
2013-12-12hello: simplify wscript and fix authorship copyrightsGedare Bloom
2013-12-12waf: add optimization and debug flags to top-level wscriptGedare Bloom
2013-12-12rtems.py: add tweak for gc-sections link flagGedare Bloom
2013-12-12Fix rtems.py's filtering of BSPs.Chris Johns
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.
2013-12-12Add a git ignore file.Chris Johns
2013-12-12filesystem: minor fixesGedare Bloom
2013-12-12filesystem: Update wscript. compiles now to make it betterGedare Bloom
2013-12-12filesystem: initial attempt at waf conversionGedare Bloom
2013-12-12hello: get CFLAGS from environment in wscriptGedare Bloom
2013-12-12Add LICENSE.2 with 2-clause BSD. Point to it from 2-clause BSD licensed files.Gedare Bloom
2013-12-12hello: Add support to build with waf.Gedare Bloom
Add wscript support for building hello/hello_world_c with waf.
2013-12-12Waf: Add top-level wscript and rtems_waf module to support waf builds.Gedare Bloom
2013-11-30misc: qemu_vfat: update for new mount table valuesChirayu Desai
Refer rtems.git commit 29e92b090c8bc35745aa5c89231ce806bcb11e57 for more info Bug: https://www.rtems.org/bugzilla/show_bug.cgi?id=2155
2013-10-24led.h: Add support for Raspberry Pi and BSPs using same SoCPierre Ficheux