-
As of https://github.com/phoenix-rtos/phoenix-rtos-build/pull/69 we're building `g++` compiler, but `libstdc++` fails to build due to `libphoenix` headers (it's impossible to compile anything without …
-
As of now, most repos do it in target-specific Makefile's and they sometimes differentiate between the repos.
I'm talking about:
```make
CFLAGS += -DTARGET_IMXRT
ifneq (, $(findstring 117, $(T…
-
- QSPI NOR Flash driver is missing (MT25QL256ABA1EW9)
-
Using /bin/rm on a device file throws **EINVAL**, but deletes it anyway.
![Zrzut ekranu z 2023-05-04 15-34-50](https://user-images.githubusercontent.com/38095405/236225058-c9a78c2e-12ee-41b9-bdb7-2…
-
HAL exception while trying to run Psh tests. First of all, I was thinking that I did something wrong but after little research got the same outcome on riscv64-generic-spike.
Commit SHA
[0fa9d5…
-
[`ctype.h`](https://github.com/phoenix-rtos/libphoenix/blob/d26c40eea4c7b9dce43bb69ff295d6c3e35dc92d/include/ctype.h) contains basic functions such as `isdigit` that generate very small code and are f…
-
# Issue sumary
Using `getline()` on imx6ull-uart driver returns data randomly chopped with no respect to real `\n` that appear in input data.
# Test scenario
1. As an example a GPS module is use…
-
The default buffer size for targets with `MMU` in the `getdelim()` function set to 4096 bytes is probably to large.
https://github.com/phoenix-rtos/libphoenix/blob/a07e456a6a64e9958aec3d307fe9b5bf7…
-
Greetings,
I am attempting to run the riscv64 test project on a RaspBerry Pi 4 under Raspian Linux.
Build seems to work fine, I get the same runtime error under both qemu and spike.
sbaddaddr : …
-
Logging via telnet and executing `psh` results in unresponsive console (can't interrupt using `^C`). It turns out the `psh` is actually executed successfully but takes `/dev/console` (serial uart) and…