summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* user/hosts/posix.rst: Improve Ubuntu python 2 devel package instructionsJoel Sherrill2019-08-151-3/+9
|
* hosts/posix.rst: Fix typo of sudu to sudoJoel Sherrill2019-08-151-1/+1
| | | | Closes #3754.
* hosts/windows.rst: Add warning for spaces in PATHJoel Sherrill2019-08-151-0/+16
|
* user/rsb/deployment.rst: Fix typo.Joel Sherrill2019-08-151-1/+1
|
* user/index: Add myself to the list of copyrightsVijay Kumar Banerjee2019-08-151-0/+1
|
* common: Show page references after internal linksSebastian Huber2019-08-142-59/+1
| | | | | | | The custom RTEMS extension produced quite verbose references like "Chapter 3 - Section 7 - Bla blub". This may distract the reading flow. Use a standard Sphinx option to show page references instead, e.g. "Bla blub (page 11)". This has some value for printed out documents.
* user: Update bug reporting sectionSebastian Huber2019-08-141-10/+24
| | | | | | Include information from https://devel.rtems.org/wiki/NewTicket
* user/exe: Add link reference in device-treeVijay Kumar Banerjee2019-08-112-1/+3
|
* user/bsps: Fix typo in beagleVijay Kumar Banerjee2019-08-081-2/+2
|
* user: Improve bug report sectionSebastian Huber2019-08-084-11/+183
| | | | | | | | | | | The new content is based on the wiki page: https://devel.rtems.org/wiki/Developer/Bug_Reporting The goal is to remove the wiki page and direct the "New ticket" page to this user manual section. Some content of the wiki page should move to the "Contributing" sections since it is not directly related to bug reporting, e.g. managing existing bugs.
* user/exe: Add Device Tree sectionVijay Kumar Banerjee2019-08-073-19/+95
|
* user: Move support sections to top levelSebastian Huber2019-08-067-120/+156
| | | | | This is a preparation step to move the bug reporting procedure from the wiki to the user manual and to add a contributing section.
* common: Align "Build Logs" with other list namesSebastian Huber2019-08-051-1/+1
|
* user/bsps : Fix formatting and typo in arm/beagleVijay Kumar Banerjee2019-07-271-18/+37
|
* eng: Add bibliographySebastian Huber2019-07-242-0/+7
|
* refs: Update EARS referencesSebastian Huber2019-07-241-2/+20
|
* refs: Add ECSS standard referencesSebastian Huber2019-07-231-0/+51
| | | | | Add the ECSS standards in a separate block. Use a custom label scheme to make citations easier.
* refs: Replace non-ASCII characterSebastian Huber2019-07-231-1/+1
|
* user/bsps : Add documentation for BeagleVijay Kumar Banerjee2019-07-201-2/+89
|
* user: Split the ARM BSPs source into separate files.Chris Johns2019-07-1220-382/+458
|
* common: Add referencesSebastian Huber2019-07-111-0/+49
|
* c-user: Add RTEID and ORKID referencesSebastian Huber2019-06-212-8/+27
|
* user: Add the boot image tool command.Chris Johns2019-06-122-0/+446
|
* shell: Add CONFIGURE_MAXIMUM_POSIX_KEYS entry.Chris Johns2019-06-111-0/+9
|
* c-user: Add msg broadcast to ISR allowed funcsSebastian Huber2019-05-281-0/+1
|
* user: Document boot image generationSebastian Huber2019-05-271-1/+12
| | | | Update #3727.
* cpu-supplement: Update ARM multilibsSebastian Huber2019-05-151-14/+10
| | | | Update #3747.
* c-user: Mention transitive priority inheritanceSebastian Huber2019-04-101-1/+4
|
* c-user: Obsolete Go configuration optionsSebastian Huber2019-04-091-81/+21
| | | | Update #2832.
* c-user: rtems_scheduler_get_processor_maximum()Sebastian Huber2019-04-092-43/+36
| | | | Close #3732.
* c-user: Document rtems_scheduler_get_processor()Sebastian Huber2019-04-092-35/+31
| | | | Close #3731.
* eng: Rework Doxygen guidelinesSebastian Huber2019-04-051-441/+235
| | | | Update #3704.
* bsp-howto: Move BSP Doxygen recommendationsSebastian Huber2019-04-043-1/+1
| | | | Update #3704.
* eng: Add software test framework chapterSebastian Huber2019-03-272-0/+2255
| | | | Update #3199.
* eng: Change title to RTEMS Software EngineeringSebastian Huber2019-03-272-5/+5
| | | | Use a shorter title so that the PDF page header fits into one line.
* shell/dl: Add dynamic loader commandsChris Johns2019-03-212-1/+726
|