rt-thread-official/components
Meco Man 7732f8618b [picolibc] fix the errno declaration conflict
/home/runner/work/rt-thread/rt-thread/components/libc/compilers/picolibc/syscall.c:13:5: error: conflicting types for 'pico_get_errno'
  int pico_get_errno(void)
      ^
  /opt/LLVMEmbeddedToolchainForArm-16.0.0-Linux-x86_64/bin/../lib/clang-runtimes/arm-none-eabi/armv7em_hard_fpv4_sp_d16/include/sys/errno.h:59:6: note: previous declaration is here
  int *__PICOLIBC_ERRNO_FUNCTION(void);
2023-09-19 23:02:43 -04:00
..
dfs fix tar -xzvf symbol link (#8034) 2023-09-14 11:29:03 +08:00
drivers [修改]:alarm 将年月日也传给驱动层,避免跨天 alarm 失效 2023-09-13 21:32:11 -04:00
fal [components][fal] remove some assert. 2023-07-31 18:12:37 -04:00
finsh fix msh exec permission denied (#7943) 2023-08-16 15:31:36 +08:00
ktime 🎈 perf(ktime): perf hrtimer, del wrong function (#7880) 2023-08-16 15:32:46 +08:00
legacy [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
libc [picolibc] fix the errno declaration conflict 2023-09-19 23:02:43 -04:00
lwp Adapt rt_channel, increase the generality of some rt_channel functionality on dfs v2, and standardize signalfd (#8047) 2023-09-20 07:54:11 +08:00
mm [rtdef] rename RT_CTASSERT to RT_STATIC_ASSERT 2023-09-06 22:21:22 -04:00
net [kernel] fix interruptible typo 2023-09-19 00:45:02 -04:00
utilities [components][utilities][var_export] update the var export auto init to board_init. 2023-07-31 18:12:37 -04:00
vbus [HUST CSE][vbus] fix the NULL pointer error 2023-05-01 00:45:55 -04:00
vmm [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
Kconfig feat(ktime): add RT_USING_KTIME to kconfig build 2023-07-20 09:25:18 -04:00
SConscript [components] 移除对老版本bsp的lwip版本默认选定 2021-06-28 15:33:14 +08:00