summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-14lvgl: Add a gui example with evdevHEADmasterVijay Kumar Banerjee
This example uses the evdev interface to add mouse input to interact with the GUI
2020-04-26filesystem: Fix file not found errorVijay Kumar Banerjee
2020-03-18filesystem: Add checks for rtems-bin2cVijay Kumar Banerjee
2020-03-18Update rtems_wafVijay Kumar Banerjee
2020-03-17Replace deprecated CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS with ↵Vijay Kumar Banerjee
CONFIGURE_MAXIMUM_FILE_DESCRIPTORS
2020-02-27waf: Update to waf-2.0.19Sebastian Huber
Update #3569.
2019-09-20Add lvgl/hello: Sample Hello world app using littleVGL and libbsdVijay Kumar Banerjee
2019-09-17update rtems_wafVijay Kumar Banerjee
2019-01-07Fix warningsSebastian Huber
Close #3670.
2019-01-07Update due to block device API changesSebastian Huber
Update #3358. Update #3670.
2019-01-07Fix typo in configurationSebastian Huber
2019-01-07Remove obsolete Termios configurationSebastian Huber
Update #3670.
2019-01-07Remove obsolete CONFIGURE_MAXIMUM_PTYSSebastian Huber
Update #3670.
2018-12-26Ignore the waf python3 workspace.Chris 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