forked from Imagelibrary/rtems
Move old devel links to GitLab
This commit is contained in:
committed by
Kinsey Moore
parent
2ba94118a0
commit
0bd9737e58
@@ -129,9 +129,6 @@ files and pins "database"
|
||||
Links to additional information
|
||||
-------------------------------
|
||||
|
||||
Additional information about the BSP and board can be found at
|
||||
https://devel.rtems.org/wiki/TBR/BSP/Tms570
|
||||
|
||||
Additional information about the CPU can be found at
|
||||
https://www.ti.com/product/tms570ls3137
|
||||
https://www.ti.com/product/TMS570LC4357
|
||||
|
||||
@@ -16,7 +16,6 @@ endif
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V = -O2 -g
|
||||
# Per function sections disabled per https://devel.rtems.org/ticket/2638
|
||||
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
|
||||
|
||||
LDFLAGS = -Wl,--gc-sections
|
||||
|
||||
@@ -141,7 +141,7 @@ int _POSIX_signals_Send(
|
||||
siginfo->si_value = *value;
|
||||
}
|
||||
|
||||
/* FIXME: https://devel.rtems.org/ticket/2690 */
|
||||
/* FIXME: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/2690 */
|
||||
cpu_self = _Thread_Dispatch_disable();
|
||||
|
||||
/*
|
||||
|
||||
@@ -160,7 +160,7 @@ RTEMS_STATIC_ASSERT(
|
||||
SPARC_MINIMUM_STACK_FRAME_SIZE
|
||||
);
|
||||
|
||||
/* https://devel.rtems.org/ticket/2352 */
|
||||
/* See https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/2352 */
|
||||
RTEMS_STATIC_ASSERT(
|
||||
sizeof(CPU_Interrupt_frame) % CPU_ALIGNMENT == 0,
|
||||
CPU_Interrupt_frame_alignment
|
||||
|
||||
@@ -324,7 +324,8 @@ Thread_Control *_MPCI_Process_response (
|
||||
_Assert( the_thread != NULL );
|
||||
|
||||
/*
|
||||
* FIXME: This is broken on SMP, see https://devel.rtems.org/ticket/2703.
|
||||
* FIXME: This is broken on SMP, see
|
||||
* https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/2703
|
||||
*
|
||||
* Should use _Thread_queue_Extract_critical() instead with a handler
|
||||
* function provided by the caller of _MPCI_Process_response(). Similar to
|
||||
|
||||
@@ -232,7 +232,7 @@ Objects_Maximum _Objects_Extend_information(
|
||||
local_table[ index ] = NULL;
|
||||
}
|
||||
|
||||
/* FIXME: https://devel.rtems.org/ticket/2280 */
|
||||
/* FIXME: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/2280 */
|
||||
_ISR_lock_ISR_disable( &lock_context );
|
||||
|
||||
old_tables = information->object_blocks;
|
||||
|
||||
@@ -61,7 +61,7 @@ static void test(void)
|
||||
/*
|
||||
* This will start a task with a priority of PRIORITY_MINIMUM. Check that
|
||||
* this task and the test task did not preempt the current task. See also
|
||||
* https://devel.rtems.org/ticket/2365.
|
||||
* https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/2365
|
||||
*/
|
||||
sc = rtems_timer_initiate_server(
|
||||
RTEMS_TIMER_SERVER_DEFAULT_PRIORITY,
|
||||
|
||||
Reference in New Issue
Block a user