summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated docs to use the standalone SIS simulator, instead of GDB inbuilt SIS ↵G S Niteesh2020-01-072-16/+132
| | | | for the erc32 BSP.
* eng: Add Software Requirements Engineering chapterSebastian Huber2020-01-0711-0/+1312
| | | | Update #3715.
* eng: Rework stakeholder chapterSebastian Huber2020-01-073-18/+20
|
* eng: Rework preface and add mission statementSebastian Huber2020-01-074-23/+83
| | | | | | | | Add mission statement based on the wiki page: https://devel.rtems.org/wiki/Mission_Statement Do format changes and some rewording.
* common: Add URLs to manualsSebastian Huber2020-01-071-1/+13
|
* bsp/xen: Add information on Xen/ARM BSPJeff Kubascik2019-12-202-0/+80
| | | | Add a README for the new xen bsp.
* c-user: Document rtems_object_get_local_node()Sebastian Huber2019-12-191-0/+28
| | | | Close #3841.
* c-user: Clarify CONFIGURE_MAXIMUM_SEMAPHORESSebastian Huber2019-12-191-0/+4
| | | | Close #3833.
* c-user: CONFIGURE_MAXIMUM_MRSP_SEMAPHORESSebastian Huber2019-12-191-7/+12
| | | | | | | Remove use of CONFIGURE_MAXIMUM_MRSP_SEMAPHORES in example. Fix other configuration options. Update #3833.
* bsp-howto: Clarify clock driver initializationSebastian Huber2019-12-191-0/+5
| | | | Close #3834.
* user: Mention xilinx-zynqmp BSPSebastian Huber2019-12-192-0/+9
| | | | Close #3682.
* c-user: Remove Ada configuration optionsSebastian Huber2019-12-191-98/+36
| | | | Close #3845.
* c-user: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORSSebastian Huber2019-12-191-9/+17
| | | | | | | Rename CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS in CONFIGURE_MAXIMUM_FILE_DESCRIPTORS. Close #3753.
* c-user: CONFIGURE_HAS_OWN_DEVICE_DRIVER_TABLESebastian Huber2019-12-191-32/+8
| | | | | | Remove CONFIGURE_HAS_OWN_DEVICE_DRIVER_TABLE. Close #3844.
* c-user: Document CONFIGURE_IMFS_ENABLE_MKFIFOSebastian Huber2019-12-131-0/+23
| | | | Close #3840.
* c-user: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLESebastian Huber2019-12-131-29/+7
| | | | | | | Obsolete the CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE configuration option. Update #3735.
* develenv/directory.rst: Update directory structure descriptionJoel Sherrill2019-12-121-151/+38
| | | | closes #3796.
* user/hosts/posix.rst: Update Ubuntu instructions.Joel Sherrill2019-12-121-2/+3
| | | | | | | | | | Note that the ticket has instructions for what to do if the error message "Error :: You must put some 'source' URIs in your sources.list" is reported. As this occurred on an Ubuntu version that was not LTS, it is not being added. If this error occurs in the future on a LTS release, then add this information. closes #3416.
* region_manager.rst: Add docs for region get info and get free infoJoel Sherrill2019-12-121-0/+104
| | | | closes #3751.
* user/hardware/tiers.rst: Merge info from Wiki.Joel Sherrill2019-12-121-5/+28
| | | | | | | | Tiers had a write up on the Wiki which was similar but different. Merged content from the Wiki which allows the Wiki page to be deleted. closes #3831.
* c-user: Obsolete CONFIGURE_MAXIMUM_MRSP_SEMAPHORESSebastian Huber2019-12-111-28/+7
| | | | Update #3833.
* c-user: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORSSebastian Huber2019-12-111-36/+30
| | | | | | | | Move CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS to general system configuration. Remove now empty "C Library Support Configuration" section. Update #3836.
* c-user: Move CONFIGURE_MEMORY_OVERHEADSebastian Huber2019-12-111-37/+29
| | | | | | | Move CONFIGURE_MEMORY_OVERHEAD to general system configuration. Remove now empty "Seldom Used Configuration Parameters" section. Update #3836.
* c-user: Move unlimited configuration optionsSebastian Huber2019-12-111-9/+73
| | | | | | Rename unlimited subsection headers. Update #3836.
* c-user: Move unlimited options to general configSebastian Huber2019-12-111-65/+3
| | | | Update #3836.
* c-user: Move basic system configurationSebastian Huber2019-12-111-443/+443
| | | | | | | Move the basic system configuration to the front. Rename it to "General System Configuration". Update #3836.
* user: Add frdme310arty BSP varientPragnesh Patel2019-11-291-0/+8
| | | | | | Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com> Update #3785.
* bsp-howto/miscellanous_support.rst: Fix grammar mistake.Joel Sherrill2019-11-221-1/+1
|
* user: Add hints for macOS CatalinaSebastian Huber2019-11-221-10/+21
| | | | | Use macOS throughout. Order release hints so that the latest macOS release comes first.
* barrier: Reword "forever" -> "until [..] released"Martin Erik Werner2019-11-061-1/+1
|
* barrier: Remove more semaphore leftoversMartin Erik Werner2019-11-061-2/+1
| | | | | Remove another mention of options which is available for semaphore but not for barriers.
* barrier: Fix cticket->ticket typoMartin Erik Werner2019-11-061-2/+2
|
* barrier: Remove unfinished sentenceMartin Erik Werner2019-11-061-4/+3
| | | | | | | | | | | Remove the unfinished sentence "Since a barrier is, by definition, never immediately [...]" and jump directly to "The task may wait [forever or for a timeout]" instead. I cannot figure out what the unfinished sentence is supposed to be - "released"? "passed"?
* barrier: Remove leftover semaphore remnantsMartin Erik Werner2019-11-061-31/+7
| | | | | | | | | | | | Remove various incorrect references to "lock" and "obtain" and to an option set which is not part of the barrier interface. It looks like the barrier documentation was started based on a copy of the semaphore documentation and these things are surviving remnants. Also remove an unfinished sentence in the barrier wait description, since the intended information is already provided in the under the NOTE label.
* README.txt: Add info on CentOS 7 Software Collections for Python 3Joel Sherrill2019-11-061-2/+24
|
* c-user/directive_status_codes.rst: Add RTEMS_IO_ERROR and RTEMS_INTERRUPTEDJoel Sherrill2019-11-061-0/+4
|
* posix-compliance: Add ndbm.h supportJoel Sherrill2019-11-062-893/+893
|
* c-user: Document RTEMS_FATAL_SOURCE_HEAPSebastian Huber2019-10-311-0/+4
| | | | Close #3806.
* user: Document patch review processSebastian Huber2019-10-303-3/+156
|
* user: Update contributing sectionSebastian Huber2019-10-301-22/+19
|
* Move contributing content from eng to userSebastian Huber2019-10-303-152/+146
|
* eng: Update issue tracking sectionSebastian Huber2019-10-301-13/+8
|
* waf/common: Fix UTF-8 encoding of HTML inliner output on Python3.Chris Johns2019-10-291-5/+13
|
* user/rsb: Update 3rd party package build and add packaging details.Chris Johns2019-10-136-327/+592
|
* bsps/beagle: update i2c sectionVijay Kumar Banerjee2019-09-261-3/+3
|
* FreeBSDL: Add command to improve waf's performance with Python3.Chris Johns2019-09-051-2/+11
|
* Address several issues from compiling examplesMartin Erik Werner2019-09-0320-69/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compiling the code from examples "code-block:: c" along with public includes and a bsp exposed a few issues amongst a lot of false positives. Address some of these: * Terminate struct declarations with ';'. Mainly for pedantic correctness. * Show ptrdiff_t instead of size_t for the sbrk() prototype, matching the current argument type in rtems. * Replace some occurrences of unsigned16 with uint16_t. * Fix odd type declaration, "uint8_t char*" -> "char*". * Use appropriate helper to get chain head instead of invalid access to nonexistent struct member. * Remove several excess '\' escapes. * Use RTEMS_SELF instead of undefined SELF. * Use rtems_task instead of void for task functions. * Add missing stack size parameter in task creation. * Use rtems_interrupt_level instead of undefined rtems_interrupt. * Correct return value format for rtems_object_id_get_api() rtems_object_id_get_index() (enum and uint16_t) and also fix corresponding print formatting. * Correct return value documentation for rtems_object_id_get_class(), rtems_object_id_get_node() and rtems_object_id_get_index() int -> uint32_t. * Use RTEMS_SUCCESSFUL instead of undefined RTEMS_STATUS_SUCCESSFUL and fix return value variable name in rate monotonic examples. * Use RTEMS_TIMEOUT instead of undefined TIMEOUT and RTEMS_PERIOD_STATUS instead of undefined STATUS. * Add missing fields to ftpd configuration. * Correct parameter types in ftpd hook prototype, unsigned char * -> void *. * Fix various code-block:: attributes, c -> makefile and c -> shell. * Add missing parenthesis in socket buffer memory calculation example. * Remove typedef in declaration of mq_attr since it is defiend without typedef in reality. * Update siginfo_t declaration to match current reality. * Update shell user command definition example to include mode, uid and gid.
* Update docs for log mode change and JSON reportingKinsey Moore2019-08-221-8/+21
| | | | | | The option --report-mode has been changed to --log-mode to reduce ambiguity and --report-format has been added along with --report-path for machine readable test reporting.
* Add steps to test Newlib patch.Vaibhav Gupta2019-08-201-6/+35
| | | | | | Update the checksum to be used for the Newlib patches. Earlier it was msd5, but it is depreciated for security reasons. Now RSB accepts sha512.
* Remove back-slash in 'pacman' command in 'PDF' section under Arch Linux ↵Vaibhav Gupta2019-08-151-1/+1
| | | | (installation of Sphinx).