embox icon indicating copy to clipboard operation
embox copied to clipboard

Modular and configurable OS for embedded applications

Results 236 embox issues
Sort by recently updated
recently updated
newest added

These changes enhance LKL integration into Embox so that LKL now acts like a Linux subsystem in Embox providing binary compatibility layer with GNU/Linux executables.

Would like to get Embox running on my STM32F7508-DK board, but not sure where to start. Tried compiling stm32f746g_discovery templates and changed lds.conf to use 64Kbyte flash available on STM32F7508-DK,...

make confload-project/pjsip/stm32f746g-discovery make fatal error :driver/block_dev.h: no such file or directory include

It seems that setjmp()/longjmp() do not work for riscv arch

Test environment is with a raspberry pi zero, only 16 threads are allowed in this configuration. Thread priority test has been modified to join threads rather than create them detached....

PR made for related issue #2530

@asl Thanks so much for your guidance on this one! It downloads, patches, compiles, links but strangely, the new command to test this VC library does not appear in 'help'....

Parsing time string is ok ('struct tm date' contains a correct time) but after ``` cur_time = mktime(&date); tv.tv_sec = cur_time; settimeofday(&tv, NULL); ``` the month is 10 instead of...