Changeset 1fdd3cf in rtems-docs
- Timestamp:
- 01/03/20 08:53:24 (2 years ago)
- Branches:
- 5, am, master
- Children:
- b44feff
- Parents:
- 304c17c
- git-author:
- Sebastian Huber <sebastian.huber@…> (01/03/20 08:53:24)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (01/07/20 06:19:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/rtemsdomain.py
r304c17c r1fdd3cf 44 44 "bugs": ("Bugs Database", "https://devel.rtems.org/wiki/Bugs/"), 45 45 "gsoc": ("Google Summer of Code", "https://devel.rtems.org/wiki/GSoC/"), 46 "socis": ("ESA SOCIS", "https://devel.rtems.org/wiki/SOCIS/") 46 "socis": ("ESA SOCIS", "https://devel.rtems.org/wiki/SOCIS/"), 47 "bsp-howto": ("RTEMS BSP and Driver Guide", "https://docs.rtems.org/branches/master/bsp-howto/index.html"), 48 "cpu-supplement": ("RTEMS CPU Architecture Supplement", "https://docs.rtems.org/branches/master/cpu-supplement/index.html"), 49 "c-user": ("RTEMS Classic API Guide", "https://docs.rtems.org/branches/master/c-user/index.html"), 50 "develenv": ("RTEMS Development Environment Guide", "https://docs.rtems.org/branches/master/develenv/index.html"), 51 "eclipse": ("RTEMS Eclipse Manual", "https://docs.rtems.org/branches/master/eclipse/index.html"), 52 "eng": ("RTEMS Software Engineering", "https://docs.rtems.org/branches/master/eng/index.html"), 53 "filesystem": ("RTEMS Filesystem Design Guide", "https://docs.rtems.org/branches/master/filesystem/index.html"), 54 "networking": ("RTEMS Networking User Manual", "https://docs.rtems.org/branches/master/networking/index.html"), 55 "posix-compliance": ("RTEMS POSIX 1003.1 Compliance Guide", "https://docs.rtems.org/branches/master/posix-compliance/index.html"), 56 "posix-users": ("RTEMS POSIX API Guide", "https://docs.rtems.org/branches/master/posix-users/index.html"), 57 "shell": ("RTEMS Shell Guide", "https://docs.rtems.org/branches/master/shell/index.html"), 58 "user": ("RTEMS User Manual", "https://docs.rtems.org/branches/master/user/index.html"), 47 59 } 48 60
Note: See TracChangeset
for help on using the changeset viewer.