RTEMS Osal is outdated #173
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Updates to other OSAL which are not implemented in RTEMS:
Others:
RTEMS support added to fsfw_example using the STM32. However, example not implemented yet, only console support and basic blinky.
RTEMS is not outdated anymore and definitely working now, see fsfw example with the STM32. Semaphore implementation still missing
Some stubs for
BinarySemaphore
added as part of #445 so the HAL compiles for STM32 on RTEMS as well.BinarySemaphore
implementation using the RTEMS semaphore manager will follow as a separate PR