summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-26Ignore the waf python3 workspace.HEADmasterChris Johns
2018-12-26Fix python3 print problem.Chris Johns
2018-12-09Add some Livermore pthread examples (GCI 2013/2018)Marçal Comajoan Cara
The initial conversion was done by Christopher Kerl as part of GCI 2013. Finally merged as part of GCI 2018. This is part of the Livermore pthread examples from https://computing.llnl.gov/tutorials/pthreads/ Closes #2087.
2018-12-09Remove outdated instructions and change sis to erc32Marçal Comajoan Cara
This work was part of GCI 2018.
2018-10-26README.Makefile: New fileJoel Sherrill
2018-10-25Update rtems_wafSebastian Huber
Update #3551.
2018-10-14rtems_waf: Update to get #3424Joel Sherrill
2018-10-14file_io/crc/Makefile: Update to match wscriptJoel Sherrill
2018-10-14README.waf: Update to reflect RTEMS 5 and sis->erc32 transitionJoel Sherrill
2018-09-26Add various programs to report default attributes for various POSIX objectsJoel Sherrill
Closes #3531.
2018-09-24c11_thread01/test.c: Fix minor issuesJoel Sherrill
2018-09-24README.waf: Update waf URL and sis->erc32Joel Sherrill
2018-09-24rtems_waf: Update to pick up rtems5 not having bin/Joel Sherrill
2018-06-18rtems_waf: Move to the public repositories.Christian Mauderer
For an update from an earlier version it is necessary to do a git submodule sync rtems_waf git submodule update rtems_waf after this commit is applied to update the submodules URL.
2018-01-18wscript: fix default version from 4.12 to 5Gedare Bloom
2017-10-12Add examples for using the entire C11 <threads.h> API.Joel Sherrill
c11_thread01 - multiple threads, arguments, yield, sleep c11_mutex01 - mutual exclusion, blocking, timeout c11_cndvar01 - use condition variable to signal data arrival c11_key01 - per thread storage Closes #3188.
2017-10-12Add C11 Threading ExamplesJoel Sherrill
2017-10-12psx_sched_report: Add RTEMS configuration to address build issue.Joel Sherrill
Closes #3158.
2017-10-12Make crc and fdopen buildJoel Sherrill
Updates #3158.
2017-10-12Fix warningsSebastian Huber
Update #3158.
2017-10-12Fix configuration warningsSebastian Huber
Update #3158.
2017-10-12Update due to trace linker changesSebastian Huber
Close #3160.
2017-10-05ticker/low_ticker2/init.c: Add include <rtems/bspIo.h>Joel Sherrill
2017-10-05ticker/low_ticker1/init.c: Add include <rtems/bspIo.h>Joel Sherrill
2017-10-05ticker/low_ticker/init.c: Add include <rtems/bspIo.h>Joel Sherrill
2017-10-05led/complex1/MessageQueueT.h: Add include <cstring>Joel Sherrill
2017-10-02Update rtems_waf to use the rootfs support. Fix trace linker INI files.Chris Johns
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.
2017-10-02Add waf to the project so we control the version required.Chris Johns
Updates 3158.
2016-08-07posix_api/psx_sched_report/test.c: Uses default configuration now.Joel Sherrill
2016-08-07led/msg_server/init.c: Account for message buffers in configuration.Joel Sherrill
2016-04-13fat_ramdisk: define POSIX keys numberPeng Fan
define POSIX KEYS and PAIRS to 16, otherwise met: " pthread_setspecific(shell_current_env_key) "
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)