-
**Is your feature request related to a problem? Please describe.**
The RTEMS network stack needs to be explicitly initialized in a platform-specific manner. However, the barebone/minimal BSP that ru…
-
When editing a file on the SD-card the built-in RTEMS shell hangs aftewards. Steps to reproduce (using boot loader 1.0.1):
1. Create a SD-card with a `grisp.ini` file that points out a non-existing…
-
https://github.com/rust-lang/libc/blob/1a311288a8f7523bfe5f88f57c6e96724eb16842/src/unix/newlib/generic.rs#L8-L26
[newlib/libc/include/sys/stat.h](https://sourceware.org/git/?p=newlib-cygwin.git;a=…
-
After the experience of troubleshooting a difficult [issue](https://epics.anl.gov/tech-talk/2022/msg00831.php) involving MMU configuration, I'm thinking about the practicality of adding some "system i…
-
Running testChannelAccess on RTEMS (for the first time?) leaves worker threads hung in recvfrom() and accept(). On investigation I find that this results if a socket is close()d while concurrent acce…
-
Sebastien said the RTEMS has encoders so we can add audio playback, which would be great for having a standalone music player in the milkymist for demos.
ghost updated
12 years ago
-
| | |
|:---|:---|
|**_F´ Version_**| |
|**_Affected Component_**| |
---
## Feature Description
The Os package (out OSAL layer) is a mess. It is effectively two packages: libOs.a and libOsImp…
-
Using the --enable-multilib for riscv-gnu-toolchain configure script does not compile the rv32ec/ilp32e libraries.
It seems the files in riscv-gcc/gcc/config/riscv (t-rtems, t-elf-multilib) does not …
-
### Solution for the current config workaround.
Currently a copy of the users application configuration flags like CONFIGURE_MAXIMUM_TASKS or CONFIGURE_MAXIMUM_SEGMENTS is used to access those values…
-
**Is your feature request related to a problem? Please describe.**
Console loop could spin if the semaphore returns error.
**Describe the solution you'd like**
Check for real errors (not just int…