Alex Kalmuk
Alex Kalmuk
I just want to mention that `malloc.h` (which declares `pvalloc`) is not a part of POSIX. It's due to discussions in the telegram group. So maybe to add malloc.h to...
> src/compat/libc/include/malloc.h indeed , okay , thank you :) @kouamdo I would even propose `src/compat/linux/include/malloc.h` path, or something like this, but not libc. Because the important point here is that...
Some work on extending whar support already is done in https://github.com/embox/embox/pull/2237, https://github.com/embox/embox/pull/2254, and https://github.com/embox/embox/pull/2262.
I also got "red" rectangles for `project/qt4/stm32f746g_discovery`.
@embeddedt We would like to mention that we added basic support for LVGL (btw, awesome library!) to Embox. Here is a [video](https://youtu.be/BrR9AWcMBfE) and [wiki](https://github.com/embox/embox/wiki/LVGL).
I cannot answer your question right now since we run dropbear only with `-F` flag and only from the root directory, so the problem you described probably is some another...
> Now I successfully login using ssh It's good! So you can try to exit and reconnect to reproduce the bug then. > At the same time, dropbear cannot be...
> So I removed tish in conf / system_start.inc You can also add `service dropbear -F` before `tish`, without removing the last one.
`pjsip-test` is passed well, except Non-ASCII characters test (see https://github.com/embox/embox/issues/2376), the corresponding patch was added to `third_party/pjproject`.
pjsip-test and pjlib-test were successfully launched in https://github.com/embox/embox/pull/2385