Sebastian Huber
5d478af46b
psxtests/psxualarm: Add test cases
...
Update #2344 .
2016-02-22 15:32:59 +01:00
Sebastian Huber
452f6ba9d1
psxtests/psxalarm01: Add adjtime() test case
...
Update #2606 .
2016-02-22 09:16:23 +01:00
Sebastian Huber
c466c62d78
bsp/leon3: Use -mcpu=leon3 machine option
...
Due to GCC configuration changes, the -muser-mode option is superfluous.
2016-02-22 07:04:17 +01:00
Sebastian Huber
5774b75279
sptests/sp65: Fix test names
2016-02-22 06:55:27 +01:00
Martin Galvan
86a276b5f3
_ARMV7M_Is_vector_an_irq: Use ARMV7M_VECTOR_SYSTICK instead of hardcoded 16
...
Also add a comment explaining why we use that value.
2016-02-19 16:11:29 -06:00
punitvara
42989d6f59
arm: Fixed typo in file bbb-gpio.c
...
This patch fixes typo "moode".
Signed-off: Punit Vara <punitvara@gmail.com >
2016-02-19 16:09:04 -06:00
Sebastian Huber
ac13ffd155
epiphany: Delete unused SMP functions
2016-02-18 06:06:09 +01:00
Sebastian Huber
2e71aa4196
score: Simplify _Watchdog_Tick()
...
Move thread dispatch disable check to legacy rtems_clock_tick(). Assert
that thread dispatching is disabled in _Watchdog_Tick(). This is
usually the case, since this function is called in interrupt context by
the clock tick service routine.
2016-02-17 12:52:17 +01:00
Sebastian Huber
db329a72c1
score: Avoid unused variable warnings
2016-02-17 12:47:05 +01:00
Sebastian Huber
10f28914f8
smptests/smpwakeafter01: Add scheduler config
...
Update #2554 .
2016-02-17 11:53:27 +01:00
Sebastian Huber
358bd74059
score: Avoid SCORE_EXTERN
...
Delete SCORE_INIT. This finally removes the
some.h:
#ifndef SOME_XYZ_EXTERN
#define SOME_XYZ_EXTERN extern
#endif
SOME_XYZ_EXTERN type xyz;
some_xyz.c:
#define SOME_XYZ_EXTERN
#include <some.h>
pattern in favour of
some.h:
extern type xyz;
some_xyz.c
#include <some.h>
type xyz;
Update #2559 .
2016-02-17 09:15:01 +01:00
Sebastian Huber
51dc9a6121
sparc64: Avoid SCORE_EXTERN
...
Update #2559 .
2016-02-17 09:15:01 +01:00
Sebastian Huber
6df8926885
moxie: Delete superfluous _CPU_Null_fp_context
...
Update #2559 .
2016-02-17 09:15:01 +01:00
Sebastian Huber
142868b235
bfin: Delete superfluous _CPU_Null_fp_context
...
Update #2559 .
2016-02-17 09:15:01 +01:00
Sebastian Huber
9f016ec97e
no_cpu: Avoid SCORE_EXTERN
...
Update #2559 .
2016-02-17 09:15:01 +01:00
Sebastian Huber
dab78624eb
sparc: Avoid SCORE_EXTERN
...
Update #2559 .
2016-02-17 09:15:01 +01:00
Sebastian Huber
c600934067
lm32: Avoid SCORE_EXTERN
...
Update #2559 .
2016-02-17 09:15:01 +01:00
Sebastian Huber
18a5db205c
m68k: Avoid SCORE_EXTERN
...
Update #2559 .
2016-02-17 09:15:01 +01:00
Sebastian Huber
d638aca61b
mips: Avoid SCORE_EXTERN
...
Update #2559 .
2016-02-17 09:15:01 +01:00
Sebastian Huber
af3847a82a
epiphany: Delete superfluous _CPU_Null_fp_context
...
Update #2559 .
2016-02-17 09:15:01 +01:00
Sebastian Huber
59e6e76190
sh: Avoid SCORE_EXTERN
...
Update #2559 .
2016-02-17 09:15:00 +01:00
Sebastian Huber
deaf71637a
i386: Avoid SCORE_EXTERN
...
Update #2559 .
2016-02-17 09:15:00 +01:00
Sebastian Huber
d4e81e3c80
or1k: Delete superfluous _CPU_Null_fp_context
...
Update #2559 .
2016-02-17 09:15:00 +01:00
Joel Sherrill
e41d8ce5a7
arm/.../lpc1768_embed.cfg: Disable per function sections
...
updates #2576 .
2016-02-06 10:25:00 -06:00
Joel Sherrill
8755f2a3d0
m68k/.../uC5282.cfg: Disable per function sections
...
updates #2575 .
2016-02-06 10:22:17 -06:00
Joel Sherrill
aaa21b18aa
powerpc/.../ss555.cfg: Correct ticket number in comment
2016-02-06 10:19:46 -06:00
Joel Sherrill
c99c70298b
m68k/.../mcf5225x.cfg: Correct ticket number in comment
2016-02-06 10:18:57 -06:00
Joel Sherrill
406b3b7b98
powerpc/.../qemuppc.cfg: Correct ticket number in comment
2016-02-06 10:18:41 -06:00
Joel Sherrill
6564bd2abb
powerpc/.../mpc8260ads.cfg: Correct ticket number in comment
2016-02-06 10:17:59 -06:00
Joel Sherrill
a3687b5c4f
m68k/.../mrm332.cfg: Correct ticket number in comment
2016-02-06 10:17:02 -06:00
Joel Sherrill
fb81d367a3
m68k/gen68360/.../*.cfg: Correct ticket number in comment
2016-02-06 10:14:56 -06:00
Joel Sherrill
96cfad6d6f
m68k/.../av5282.cfg: Disable per function sections
...
updates #2574 .
2016-02-06 10:12:14 -06:00
Joel Sherrill
50ae9957f8
m68k/.../gen68340.cfg: Disable per function sections
...
updates #2573 .
2016-02-06 10:12:14 -06:00
Joel Sherrill
1c3dd579f1
m68k/.../mcf5206elite.cfg: Disable per function sections
...
updates #2572 .
2016-02-06 10:10:58 -06:00
Joel Sherrill
6a1cbb749c
m68k/.../mcf5235.cfg: Disable per function sections
...
updates #2571 .
2016-02-06 10:09:45 -06:00
Joel Sherrill
7cd9f934ff
m68k/.../mcf52235.cfg: Disable per function sections
...
updates #2570 .
2016-02-06 10:08:30 -06:00
Joel Sherrill
78fd1ec198
m68k/.../mcf5329.cfg: Disable per function sections
...
updates #2569 .
2016-02-06 09:55:27 -06:00
Joel Sherrill
ea791d52bd
m68k/.../mcf5329.cfg: Disable per function sections
...
updates #2569 .
2016-02-06 09:51:54 -06:00
Joel Sherrill
123e2ec098
m68k/.../mcf5225x.cfg: Disable per function sections
...
updates #2568 .
2016-02-06 09:45:48 -06:00
Joel Sherrill
303429f0d9
m68k/.../mrm332.cfg: Disable per function sections
...
updates #2567 .
2016-02-06 09:43:22 -06:00
Joel Sherrill
6184b572d3
m68k/gen68360/.../*.cfg: Disable per function sections
...
updates #2566 .
2016-02-06 09:41:04 -06:00
Joel Sherrill
068b31253e
powerpc/.../mpc8260ads.cfg: Disable per function sections
...
updates #2565 .
2016-02-06 09:39:51 -06:00
Joel Sherrill
8926fadfc0
powerpc/.../qemuppc.cfg: Disable per function sections
...
updates #2564 .
2016-02-06 08:53:39 -06:00
Joel Sherrill
72d8e64cd0
powerpc/.../ss555.cfg: Disable per function sections.
...
updates #2563 .
2016-02-06 08:50:34 -06:00
Joel Sherrill
c5ce9c3c21
powerpc/.../haleakala.cfg: Disable per function sections.
...
updates #2561 .
2016-02-06 08:46:30 -06:00
Sebastian Huber
e4b5289ad3
arm: Fix Cortex-M7 support
2016-02-04 14:37:02 +01:00
Sebastian Huber
3bc12a8f5a
Delete unused API extensions
2016-02-03 10:00:58 +01:00
Sebastian Huber
4210114032
Use linker set for POSIX User Threads init
...
Update #2408 .
2016-02-03 10:00:58 +01:00
Sebastian Huber
1ff8eca17a
Use linker set for Classic User Tasks init
...
Update #2408 .
2016-02-03 10:00:58 +01:00
Sebastian Huber
8ca372e9b4
Use linker set for MPCI initialization
...
Update #2408 .
2016-02-03 10:00:57 +01:00