Commit Graph
25647 Commits
Author SHA1 Message Date
Daniel Ramirez 2d6543d4c8 doxygen: refactored doxygen in libbsp/arm/lpc32xx
This patch refactors a lot of the existing doxygen within libbsp/arm/lpc32xx.
Much of this refactoring was just renaming of existing groups to conform to a
more consistent naming structure. With the addition of a doxygen header for
tm27.h, all files within lpc32xx belong to doxygen group now. lpc32xx should
be used a reference for adding doxygen to other bsps.
2013-11-29 22:48:59 -05:00
Sahil Patnayakuni ad36dc2c36 POSIX timers: Add restrict keyword
+ timer_create()
+ timer_settime()
2013-11-29 17:24:41 -06:00
Bryan Dunsmore 77b1de22cc gettimeofday: Add restrict keyword 2013-11-29 17:24:41 -06:00
Chirayu Desai 4f8ac347f3 libcsupport: readlink: add c99 'restrict' keyword
Signed-off-by: Chirayu Desai <cdesai@cyanogenmod.org>
2013-11-29 17:24:41 -06:00
Bryan Dunsmore e5d60243f9 signal methods: Add restrict keyword 2013-11-29 17:24:41 -06:00
Chirayu Desai 734f91825b psxtests: add documentation for psx05 2013-11-29 09:18:03 -06:00
Joel Sherrill 072fe30203 psxtmtests_plan.csv: Avoid comma in descriptions 2013-11-28 08:39:15 -06:00
Gedare Bloom c625a80028 psxtmthread05: delete spurious .cvsignore file 2013-11-27 20:55:10 -05:00
Daniel Ramirez e9a1c991fe psxtmtests: copy psxtmthread05 to psxtmthread06, fix psxtmthread05
The psxtmthread05 test was testing the functionality meant for
psxtmthread06. This patch copies the psxtmthread05 to psxtmthread06
and modifies psxtmthread05 to test the intended functionality.
2013-11-27 20:50:10 -05:00
Philipp Eppelt a9051de9e0 add --enable-paravirt to the configure options 2013-11-27 15:54:04 -05:00
Philipp Eppelt 6ffaeb2899 add --enable-paravirt in cpukit configure scripts 2013-11-27 15:54:04 -05:00
Joel Sherrill 03e54614a3 statvfs filesystem handlers: Remove restrict 2013-11-27 13:06:16 -06:00
Joel Sherrill 47efc01882 psxtmtests_plan.csv: Add explicit No status 2013-11-27 11:04:29 -06:00
Chirayu Desai fa3f87884f Indicate that test psxtmthread05 has been implemented
* update psxtmtests_plan.csv to reflect that the test has been
  implemented.
* Test implemented in db08c3897f
2013-11-27 11:26:05 -05:00
Steven Kou df97c7f878 psxtests: Add test document file to psx06. 2013-11-27 10:03:39 -05:00
Chirayu Desai db08c3897f psxtmtests: Add psxtmthread05 for pthread_setschedparam
New test psxtmthread 05 uses two tasks and times lowering
the priority of one task plus the preemption and context switch
to the other task.
2013-11-27 09:54:57 -05:00
Daniel Ramirez 98eb7e78b6 raspberrypi doxygen refactoring 2013-11-27 09:53:52 -05:00
Sebastian Huber ea3e6928ba nios2: Typos 2013-11-26 10:02:09 +01:00
Sebastian Huber 1350a70254 score: Format changes in _Thread_Set_state() 2013-11-26 10:02:08 +01:00
Sebastian Huber 96962b5d7a score: Simplify _Thread_queue_Dequeue_priority() 2013-11-26 10:02:08 +01:00
Sebastian Huber e99b0e2384 score: Use local variables for consistency 2013-11-26 10:02:08 +01:00
Steven Kou ee4dc2fd4d psxtests: Add test document file to psx09. 2013-11-25 11:11:06 -05:00
Steven Kou d1dbabd215 psxtests: Add test document file to psx08. 2013-11-25 09:49:36 -05:00
Chirayu Desai 22fa874ada powerpc/mpc55xxevb: Move bspworkarea.c to bspgetworkarea.c
Fixes commit 571216acee
2013-11-24 12:08:24 -05:00
Daniel Ramirez 287fefe2af mpc55xxevb: Move start.S to mpc55xxevb/start/start.S 2013-11-23 19:47:51 -05:00
Daniel Ramirez 9660ad6482 beatnik: Move bsp_reset() to beatnik/startup/bspreset.c 2013-11-23 15:35:19 -05:00
Chirayu Desai 571216acee powerpc/mpc55xxevb: Move bspworkareainit.c to bspgetworkarea.c
* Move bsp_work_area_initialize()
2013-11-23 13:00:29 -05:00
Chirayu Desai 4abc4d1e2c powerpc/mpc55xxevb: Move startup/reset.c to startup/bspreset.c 2013-11-23 07:56:14 -05:00
Daniel Ramirez 995eb4beb6 gumstix: Move bsp_reset() to gumstix/startup/bspreset.c 2013-11-22 06:04:14 -05:00
Annelies Odermann 27116f25ad psxtests: add psx01/psx01.doc 2013-11-22 05:43:53 -05:00
Daniel Ramirez bb81e04ae3 statvfs and ALL filesystem handlers: Add restrict keyword. 2013-11-21 16:56:48 -06:00
Sebastian Huber 4ea97d2449 score/rbtree: Remove "unprotected" from API 2013-11-21 12:58:46 +01:00
Sebastian Huber 833dd90335 score/rbtree: Delete protected operations
The user of the red-black tree container must now ensure that at most
one thread at once can access an instance.
2013-11-21 12:58:46 +01:00
Sebastian Huber eea7c93706 scheduler/EDF: Use unprotected insert and extract
Interrupts are disabled by the caller _Thread_Change_priority() or
_Thread_Set_transient() or directly in the scheduler operation.  Thus
there is no need to use protected variants.
2013-11-21 12:58:45 +01:00
Daniel Ramirez 14876018c3 select.h, rtems_select.c, nds select: Add restrict keyword 2013-11-20 18:24:48 -06:00
Joel Sherrill 5124d64acd sparc.t: Correct for V8/V9 2013-11-20 15:26:11 -06:00
Joel Sherrill d0beb9bac4 Misc tests: Fix scn files and adjust output 2013-11-18 10:55:24 -06:00
Sebastian Huber 39a4574652 powerpc: Add r2 to CPU context
The r2 may be used for thread-local storage.
2013-11-18 14:56:43 +01:00
Sebastian Huber 8dc2e7bd7e powerpc: Do not validate reserved XER bits 2013-11-18 14:56:43 +01:00
Sebastian Huber 3a7628e86a score: Objects_Information::extract visibility
This filed is only used if RTEMS_MULTIPROCESSING is defined.
2013-11-18 14:56:43 +01:00
Sebastian Huber 435f2c056b libtests/malloctest: Fix heap extend test case 2013-11-18 14:56:43 +01:00
Sebastian Huber 85b5264211 heapgetinfo: Free all delayed blocks 2013-11-18 14:56:42 +01:00
Joel Sherrill a136fb697d testsuites: Add missing .scn files 2013-11-15 11:55:44 -06:00
Joel Sherrill 892abd53f9 Rename imfs_fspathenval.scn to imfs_fspatheval.scn 2013-11-15 11:55:44 -06:00
Ralf Kirchner a45b2ac992 fsdosfsname01: Improve test for duplicate names 2013-11-15 14:05:59 +01:00
Joel Sherrill f8a39cdc5f no_cpu/.../cpu.h: Comment improvement 2013-11-14 17:27:13 -06:00
Joel Sherrill bd90283947 mips/.../cpu.h: Comment improvement 2013-11-14 17:26:31 -06:00
Joel Sherrill 52c3af137d sparc/../irq-shared.c: Fix compilation for SMP when not LEON3 2013-11-14 17:26:12 -06:00
Sebastian Huber 17ba41982a monitor: Add support for BSD wakeup state 2013-11-14 15:58:03 +01:00
Sebastian Huber a3b1fcd977 bsps/arm: Fix Cortex-A9 MPCore nanoseconds handler 2013-11-14 15:57:52 +01:00