summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-28Added code to turn on and off LED for STM32F4 Discovery Board4.11.34.11.24.11.14.11.04.11SteveB
2015-05-28Pre-release top level clean upJoel Sherrill
2015-05-17Update top files for upcoming releaseJoel Sherrill
2015-03-03hello: remove spurious code. Close #2264Gedare Bloom
2014-09-22Add more trace builds for other examples.Chris Johns
2014-09-21Add a deep trace of the both hello world.Chris Johns
2014-09-21Add RTEMS trace support.Chris Johns
2014-09-05Clean up warnings.Chris Johns
2014-09-05hello: Fix the waf script.Chris Johns
2014-08-29example-v2 patch for RPi B+ (led)Pierre Ficheux
Hi, Here is the patch for "example-v2" project to support Raspberry Pi B+ as led number is now 47 instead of 16 on RPi B. regards -- Pierre FICHEUX -/- CTO OW/OWI, France -\- pierre.ficheux@openwide.fr http://ingenierie.openwide.fr http://www.linuxembedded.fr I would love to change the world, but they won't give me the source code From e4d8edfb8650207641bc8e2716cf15ce958ede0f Mon Sep 17 00:00:00 2001 From: Pierre FICHEUX <pierre.ficheux@openwide.fr> Date: Fri, 29 Aug 2014 15:11:41 +0200 Subject: [PATCH] Added led blink support for RPi B+
2014-08-29Miscellaneous clean up and warning removalJoel Sherrill
2013-12-13User friendly error message if the rtems_waf module is not included.Chris Johns
2013-12-12Replace rtems_waf with a submoduleChirayu Desai
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
2013-12-12waf: append .exe to target namesGedare Bloom
2013-12-12led: complex1: Add support for building with wafChirayu Desai
2013-12-12misc: Add a commented out call to build adamain with wafChirayu Desai
* Currently disabled as it doesn't build, even with make. Refer commit 0da2dccb01e2aa13eeab492e2f5ca012ca3a2fab
2013-12-12misc: adamain: Add support for building wafChirayu Desai
But do not build it by default yet. Also see commit 9dd07ee6bb99bf57e7a9b5fb819dad88f2657ac4
2013-12-12cxx: Add support for building with wafChirayu Desai
2013-12-12posix_api: Pass needed argument to posix checkChirayu Desai
Fixes commit 579cc3c468c0dc923e37474e38c778bc2d085382 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/Scripting.py", line 351, in execute return execute_method(self) File "/home/cdesai/bin/.waf-1.7.13-8c328f55ac27cdb03b8c949f189bbac3/waflib/Build.py", line 106, in execute self.execute_build() File "/home/cdesai/bin/.waf-1.7.13-8c328f55ac27cdb03b8c949f189bbac3/waflib/Build.py", line 109, in execute_build self.recurse([self.run_dir]) 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 45, in build bld.recurse('posix_api') 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/posix_api/wscript", line 9, in build if rtems.check_posix(): TypeError: check_posix() takes exactly 1 argument (0 given)
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