Aleksander Kamiński
Aleksander Kamiński
https://github.com/phoenix-rtos/phoenix-rtos-kernel/blob/2a6d794cbc5452d207cd7af98e40294a9c8122d4/src/hal/armv7/stm32l1.c#L388 Need to fix with caution (perform power consuption measurements)
This causes original elf file residint in the memory to be modified by it's execution. Regresion: forking process with mapped physical memory will cause bad behaviour - pages with physical...
Bug detected in stm32l4-multi: MSB being masked when using 8b1p configuration. Possible deadlock in uart_configure.
phoenix-rtos-tests/mem/mprotect-fault: ... (psh)% dmesg -D (psh)% /bin/test-mprotect-fault Unity test run 1 of 1 Exception: 14 #PF eax=00000000 cs=00003286 eip=0000001b eflgs=003e7e82 ebx=00005000 ss=0000baba esp=00000023 ebp=bfffff58 ecx=00000000 ds=00000000 esi=00000023 fs=00000000 edx=00000000 es=00000000...
The type DIR, which is defined in the [](https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html) header, represents a directory stream, which is an ordered sequence of ALL the directory entries in a particular directory. Directory entries...
From what I see it's not really specified in the POSIX. Something to be studied further https://stackoverflow.com/questions/18437779/do-i-need-to-do-anything-with-a-sigchld-handler-if-i-am-just-using-wait-to-wai Not really supported by the linked docs: [POSIX](http://pubs.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html#tag_15_04) says about SIG_IGN (strictly under...
to avoid confusion when using 'ps' applet DONE: RTOS-845 ## Description ## Motivation and Context ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue)...