closes #2449.
---
rtems/bit_all_bsps | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rtems/bit_all_bsps b/rtems/bit_all_bsps
index 468b363..ed4ee94 100755
--- a/rtems/bit_all_bsps
+++ b/rtems/bit_all_bsps
@@ -126,7 +126,7 @@ get_bsps()
case $CPU in
avr) all_b
bump.
Am Thursday 03 December 2015, 21:56:31 schrieb Jan Sommer:
> The ISR will send a transient event to the task specified in bus->taskid.
> Make sure that the correct task_id is written to this field before waiting
> for the transient event to arrive.
>
> Fixes #2483
> ---
> c/src/lib/libbsp/
False alarm. Some ghost in the machine yesterday. Worked fine on the mutex
machine.
On Dec 11, 2015 1:04 AM, "Sebastian Huber" <
sebastian.hu...@embedded-brains.de> wrote:
> Hello Joel,
>
> if you delete the build directory and start from scratch is the error
> still present?
>
> --
> Sebastian Hu
On 11/12/15 11:50, Chris Johns wrote:
>>
>>The only reason I ask is the trace linker needs external symbols to
>>work and they are interesting symbols. Static symbols cannot be
>>remapped by gld.
>
>I think tracing is not really interesting in the system startup
>sequence. It is single threade
On 11/12/2015 5:32 PM, Sebastian Huber wrote:
> On 11/12/15 06:17, Chris Johns wrote:
>> On 12/10/15 19:14, Sebastian Huber wrote:
>>> Make rtems_initialize_data_structures(),
>>> rtems_initialize_before_drivers() and rtems_initialize_device_drivers()
>>> static.
>>
>> Is this needed or is this som
Update #2408.
---
cpukit/sapi/src/exinit.c | 3 ---
cpukit/score/include/rtems/score/cpusetimpl.h | 12
cpukit/score/include/rtems/sysinit.h | 1 +
cpukit/score/src/cpuset.c | 9 -
doc/user/init.t
Update #2408.
---
cpukit/sapi/include/confdefs.h| 8 +++
cpukit/sapi/src/exinit.c | 2 --
cpukit/score/include/rtems/sysinit.h | 3 ++-
cpukit/score/src/threaddispatch.c | 2 ++
cpukit/score/src/userext.c| 23 +++-
doc/user/init.t