Added RT_USING_LIBC_ISO_ONLY macro. Supported POSIX-compatible errno. src/kservice.c Improved rt_strerror function compatibility. Supported DM device id management; Supported multiple threads receiving the same event at the same time. No longer used RT_DEBUG_LOG in rtdebug.h. Tidied up debug ...
Fixed two issues with atomic volatile in bsp/simulator compiled in VS2019. Added RT_USING_LIBC_ISO_ONLY macro. Supported POSIX-compatible errno. src/kservice.c Improved rt_strerror function compatibility. Supported DM device id management; Supported multiple threads receiving the same event at the ...
Libc: add musl libc support. Improve Posix support. LWP: Add more syscall support. Add mm(virtual memory management layer) feature. Improve clock accuracy. Network: add AF_UNIX feature. Drivers Device: Improve device: sensor, spi, i2c, serial, can, usb, cpu_time, sdio, pwm, etc. ...
select RT_USING_LIBC default n config BSP_USING_ON_CHIP_FLASH bool "Enable on-chip FLASH" default n source "../libraries/HAL_Drivers/Kconfig" endmenu menu "Board extended module Drivers" endmenu endmenu58 changes: 58 additions & 0 deletions 58 bsp/stm32/stm32h750-fk750m1-vbt6/board/SC...
Unfortunately booting the Linux kernel through GRUB 2/shell incurs this 7 minute delay. However, we can avoid this delay if we boot the Linux kernel using the golden key test files. Something needs to give the kernel command line parameters and for this the Surface 2 kernel has recently been...
I guess we could import this to OpenWrt's patchset and ship it with 18.xx (or even backport to 17.01.x) > 2. Cleaned up the patch a bit and gave credit to the developers > 3. There's a companion patch along with the txqueue patch that I forgot > to add when I submitted the...
<section> <h2 id="web">Web sites using recent versions of the <code><abbr>tz</abbr></code> database</h2> <p> These are listed roughly in ascending order of complexity and fanciness. </p> <ul> <li><a href="https://time.is">Time.is</a> shows locations' ...
Add RT_USING_POSIX_DELAY Add RT_USING_POSIX_STDIO Add delay.c as default Select RT_USING_POSIX_STDIO for RT_LIBC_USING_FILEIO Add readme Revert kconfig of pthread Move mmap to src folder Implement delay functions as RT_USING_POSIX_DELAY Fix a bug caused by two different macro encoding ...
Release all held keys on pause to avoid "stuck keys" after unpausing or in run-behind-pause (#18786) UI fixes (#18785) Update libchdr with zstd support, warn the user about bad CHDs (#18824, #18803) Add workaround for AdHoc mode in Resistance (#18821) Fix graphics in Tokimeki Memo...
Added RT_USING_LIBC_ISO_ONLY macro. Supported POSIX-compatible errno. src/kservice.c Improved rt_strerror function compatibility. Supported DM device id management; Supported multiple threads receiving the same event at the same time. No longer used RT_DEBUG_LOG in rtdebug.h. Tidied up debug...