summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix python3 print problem.Chris Johns2018-12-261-1/+4
|
* Add some Livermore pthread examples (GCI 2013/2018)Marçal Comajoan Cara2018-12-098-0/+141
| | | | | | | | | | 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.
* Remove outdated instructions and change sis to erc32Marçal Comajoan Cara2018-12-092-14/+2
| | | | This work was part of GCI 2018.
* README.Makefile: New fileJoel Sherrill2018-10-261-0/+36
|
* Update rtems_wafSebastian Huber2018-10-251-0/+0
| | | | Update #3551.
* rtems_waf: Update to get #3424Joel Sherrill2018-10-141-0/+0
|
* file_io/crc/Makefile: Update to match wscriptJoel Sherrill2018-10-141-8/+8
|
* README.waf: Update to reflect RTEMS 5 and sis->erc32 transitionJoel Sherrill2018-10-141-8/+12
|
* Add various programs to report default attributes for various POSIX objectsJoel Sherrill2018-09-2630-35/+1051
| | | | Closes #3531.
* c11_thread01/test.c: Fix minor issuesJoel Sherrill2018-09-241-3/+5
|
* README.waf: Update waf URL and sis->erc32Joel Sherrill2018-09-241-4/+4
|
* rtems_waf: Update to pick up rtems5 not having bin/Joel Sherrill2018-09-241-0/+0
|
* rtems_waf: Move to the public repositories.Christian Mauderer2018-06-181-1/+1
| | | | | | | | | 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.
* wscript: fix default version from 4.12 to 5Gedare Bloom2018-01-181-1/+1
|
* Add examples for using the entire C11 <threads.h> API.Joel Sherrill2017-10-121-0/+7
| | | | | | | | | 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.
* Add C11 Threading ExamplesJoel Sherrill2017-10-1218-0/+814
|
* psx_sched_report: Add RTEMS configuration to address build issue.Joel Sherrill2017-10-122-1/+40
| | | | Closes #3158.
* Make crc and fdopen buildJoel Sherrill2017-10-122-3/+2
| | | | Updates #3158.
* Fix warningsSebastian Huber2017-10-124-7/+7
| | | | Update #3158.
* Fix configuration warningsSebastian Huber2017-10-127-13/+0
| | | | Update #3158.
* Update due to trace linker changesSebastian Huber2017-10-123-3/+3
| | | | Close #3160.
* ticker/low_ticker2/init.c: Add include <rtems/bspIo.h>Joel Sherrill2017-10-051-2/+3
|
* ticker/low_ticker1/init.c: Add include <rtems/bspIo.h>Joel Sherrill2017-10-051-0/+1
|
* ticker/low_ticker/init.c: Add include <rtems/bspIo.h>Joel Sherrill2017-10-051-0/+1
|
* led/complex1/MessageQueueT.h: Add include <cstring>Joel Sherrill2017-10-051-0/+1
|
* Update rtems_waf to use the rootfs support. Fix trace linker INI files.Chris Johns2017-10-028-52/+29
| | | | | | | | | 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 waf to the project so we control the version required.Chris Johns2017-10-022-0/+171
| | | | Updates 3158.
* posix_api/psx_sched_report/test.c: Uses default configuration now.Joel Sherrill2016-08-071-29/+6
|
* led/msg_server/init.c: Account for message buffers in configuration.Joel Sherrill2016-08-071-0/+2
|
* fat_ramdisk: define POSIX keys numberPeng Fan2016-04-131-0/+3
| | | | | | | define POSIX KEYS and PAIRS to 16, otherwise met: " pthread_setspecific(shell_current_env_key) "
* Added code to turn on and off LED for STM32F4 Discovery Board4.11.34.11.24.11.14.11.04.11SteveB2015-05-281-0/+23
|
* Pre-release top level clean upJoel Sherrill2015-05-282-25/+0
|
* Update top files for upcoming releaseJoel Sherrill2015-05-173-3/+14
|
* hello: remove spurious code. Close #2264Gedare Bloom2015-03-031-17/+1
|
* Add more trace builds for other examples.Chris Johns2014-09-225-1/+75
|
* Add a deep trace of the both hello world.Chris Johns2014-09-213-1/+55
|
* Add RTEMS trace support.Chris Johns2014-09-214-1/+70
|
* Clean up warnings.Chris Johns2014-09-054-7/+9
|
* hello: Fix the waf script.Chris Johns2014-09-051-1/+0
|
* example-v2 patch for RPi B+ (led)Pierre Ficheux2014-08-291-4/+12
| | | | | | | | | | | | | | | | | | 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+
* Miscellaneous clean up and warning removalJoel Sherrill2014-08-2911-103/+80
|
* User friendly error message if the rtems_waf module is not included.Chris Johns2013-12-131-3/+8
|
* Replace rtems_waf with a submoduleChirayu Desai2013-12-126-807/+11
| | | | | 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: append .exe to target namesGedare Bloom2013-12-1223-23/+23
|
* led: complex1: Add support for building with wafChirayu Desai2013-12-122-0/+17
|
* misc: Add a commented out call to build adamain with wafChirayu Desai2013-12-121-0/+2
| | | | | * Currently disabled as it doesn't build, even with make. Refer commit 0da2dccb01e2aa13eeab492e2f5ca012ca3a2fab
* misc: adamain: Add support for building wafChirayu Desai2013-12-121-0/+14
| | | | | But do not build it by default yet. Also see commit 9dd07ee6bb99bf57e7a9b5fb819dad88f2657ac4
* cxx: Add support for building with wafChirayu Desai2013-12-124-0/+44
|
* posix_api: Pass needed argument to posix checkChirayu Desai2013-12-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* posix_api: Turn posix check into function call.Gedare Bloom2013-12-121-1/+1
|