Sebastian Huber
c344e5828c
Use RTEMS_SYSINIT_ORDER_LAST_BUT_5
...
Use RTEMS_SYSINIT_ORDER_LAST_BUT_5 instead of RTEMS_SYSINIT_ORDER_LAST
to allow applications and support functions to place system
initialization handlers behind the standard handlers.
Update #3838 .
2020-02-04 06:06:42 +01:00
Sebastian Huber
be3d697450
bsp/erc32: Improve pseudo-SMP support
...
Add support for _SMP_Send_message() to the own processor. This is
required by the smpmulticast01 test program.
2019-10-01 09:55:07 +02:00
Joel Sherrill
6163ab2c01
erc32/start/setvec.c: Fix warning
2019-03-25 16:27:43 -05:00
Sebastian Huber
9964895866
bsps: Move startup files to bsps
...
Adjust build support files to new directory layout.
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-20 13:52:14 +02:00
Sebastian Huber
c4ccf26cb7
bsps: Convert all bsp_predriver_hook()
...
Use RTEMS_SYSINIT_ITEM() instead.
Update #2408 .
2018-04-20 09:49:36 +02:00