Commit Graph

  • 4f40a740d2
    [bsp/stm32] change the attach file of stm32f407-rt-spark to yml (#9926) master hydevcode 2025-01-17 21:16:29 +08:00
  • 2b82ab38a2
    bsp/cvitek: print arch info. during boot-up (#9919) Chen Wang 2025-01-16 22:33:55 +08:00
  • d3841c3109
    lwp: Kconfig: LWP_DEBUG default as n (#9921) Chen Wang 2025-01-16 19:56:44 +08:00
  • 6cbb2c3ee5 [bsp][cvitek] add cache opration functions for cache coherence imcu 2024-11-26 14:54:43 +08:00
  • 95064ed449 bsp: cvitek: fix bug in setting PLIC_PRIORITY[n] kenneth.liu 2025-01-03 20:47:02 +08:00
  • 37908818a0
    fix GPIO and SCI drivers for RZ series (#9908) DingDing 2025-01-15 21:38:09 +08:00
  • da6c62c293 [utest] fix twice operation of uassert Meco Man 2025-01-13 20:41:55 -05:00
  • 4e370473c5
    fix cppcheck in lwp.c will fail if no define RT_USING_DFS (#9912) zhuzhuzhu 2025-01-14 14:21:04 +08:00
  • 4343d32df4
    [components][fs]sync procfs (#9206) zms123456 2025-01-14 14:18:39 +08:00
  • 0ae537e531
    [components][dfs]separate dfs fs data structure ops (#9205) zms123456 2025-01-14 14:17:00 +08:00
  • 3436aa64cb
    [ht32][drv]新增了CAN、USB和SDIO的驱动文件 QTbin 2025-01-13 10:32:15 +08:00
  • 6ea6bf90d9 rt_hw_cpu_reset_hook M4 reset_hook chinky 2025-01-12 12:30:55 +08:00
  • c5a79de38e
    [tools] Add sdk_cfg.json setting for env CC detection Bernard Xiong 2025-01-12 10:20:25 +08:00
  • 123ed1be1b bsp: qemu-virt64-riscv: remove config RISCV_S_MODE Chen Wang 2025-01-08 16:39:27 +08:00
  • bdd9447d70 [utest] make RT_USING_CI_ACTION to be clear RT_USING_CI_ACTION will select RT_UTEST_USING_AUTO_RUN and RT_UTEST_USING_ALL_CASES Meco Man 2025-01-08 20:12:55 -05:00
  • 53bd56ccf9 [components][dfs_v2]: Fix dfs_devfs_open memory leak wycwyhwyq 2025-01-09 15:27:06 +08:00
  • 1b76eccb37 [drivers] merge the software i2c driver kurisaw 2025-01-09 10:05:52 +08:00
  • 97b9cc5000 fix: add \n for addr2line hint Meco Man 2025-01-07 20:42:58 -05:00
  • 9ceb17f176
    [bsp][qemu-virt64-riscv]修正内存大小超限制的问题 heyuanjie87 2025-01-09 06:54:34 +08:00
  • 2322f0154e bsp: cvitek: remove support for spinor/spinand Chen Wang 2025-01-08 10:59:11 +08:00
  • 9e36a5b97d [bsp][hpmicro] fix the alignement check logic and the cache-maintenance logic Fan YANG 2025-01-06 13:42:42 +08:00
  • 88920fd814 [utest] 修复UTEST_UNIT_RUN嵌套宏时将宏直接输出的问题 Meco Man 2025-01-04 16:37:27 -05:00
  • 0a25fcffab [utest] add float operators uassert_float_equal and uassert_float_not_equal Meco Man 2025-01-04 15:41:38 -05:00
  • c9c103f30e [action] set runner to ubuntu22.04 Supper Thomas 2025-01-06 15:27:04 +08:00
  • 6c6c5f5d35 feat: Kconfig: collecting some config to sub-menu Shell 2024-11-18 16:55:39 +08:00
  • 8507c38222 fixup: umount: set errno according to POSIX Shell 2024-11-18 17:16:11 +08:00
  • b63b388d1f feat: add support for dfs remount functionality Shell 2024-11-13 15:37:23 +08:00
  • 944f3d05b5 feat: add system reboot and process teardown support Shell 2024-11-12 17:47:51 +08:00
  • 972931c991 feat: add universal process runtime service Shell 2024-11-15 16:34:36 +08:00
  • dc3270f14e feat: add signal kill all functionality Shell 2024-11-12 17:35:47 +08:00
  • c0b0838892 feat: support PID iteration Shell 2024-11-15 11:54:38 +08:00
  • 2946e4a316 [tools] add logging as Env['log'] bernard 2025-01-05 18:44:30 +08:00
  • 2ab5827704 [wq][fix]工作队列默认使用C99标准实现遍历 Rbb666 2025-01-05 13:51:36 +08:00
  • c8b0a9dbd9 [wlan] add ap_get_info api for more ap information Evlers 2025-01-04 22:05:33 +08:00
  • 6cad23bc31 [kservice] optimize console_device Meco Man 2024-12-09 21:46:24 -05:00
  • ebe05a91df
    Fix: [CAN][STM32] GCC compile errors Gibby 2025-01-05 00:17:36 +08:00
  • b3b99082f9 [rt_vsscanf] upgrade version and add test case from: https://github.com/phoenix-rtos/libphoenix/blob/master/stdio/scanf.c BSD-3-Clause license Meco Man 2025-01-04 00:47:00 -05:00
  • d583615afe [utest] add rt_memset test case Meco Man 2024-12-24 15:27:48 -05:00
  • a343e1d7a0 [romfs/dfs_romfs.c] _rom_fops add ioctl yuqingli 2024-12-24 23:16:26 +08:00
  • 1284d40ea5
    [doc]Update doxygen rtthread_logo.png (#9861) Rbb666 2025-01-03 13:33:46 +08:00
  • b81a44bf74
    [AT] AT_Device 适配 SERIAL_V2 (#9860) dongly 2025-01-03 13:00:33 +08:00
  • f76b97e0c1
    [doc] doxygen attach github pages (#9859) Supper Thomas 2025-01-03 12:09:40 +08:00
  • 9291946c74
    [tools]: fix the issue of missing commands in compile_commands.json (#9856) aka-adi 2025-01-03 00:17:56 +08:00
  • 7f92010b9a Merge branch 'master' into p2000 p2000 chinky 2025-01-02 23:21:58 +08:00
  • 73ea6dab02 删除 RT_EBUSY 返回值注释 yuqingli 2024-12-30 19:09:06 +08:00
  • 2a4e9e902d [ipc/workqueue.c] 删除无用的判断 yuqingli 2024-12-21 16:43:16 +08:00
  • 8a1e6b2df5 [ipc/workqueue.c] delete timer, using list. yuqingli 2024-12-21 02:31:32 +08:00
  • d1056f40b2 [bsp][stm32l496zg] add onchip config Supper Thomas 2025-01-02 11:19:15 +08:00
  • d57b7cb40a
    修复编译过程中的 DFS_V2报错、FAL警告 yuqingli05 2025-01-02 08:02:50 +08:00
  • 99577849e6 bsp: cvitek: remove RT_USING_VIRTIO for arm64 Chen Wang 2024-12-31 10:36:04 +08:00
  • 243854a353 update(cherryusb): update to v1.4.2 sakumisu 2024-12-31 16:43:23 +08:00
  • 22612ae48c
    [utest][wq]add workqueue_tc (#9850) Rbb666 2025-01-01 21:53:43 +08:00
  • 8cf5389f5d bsp: cvitek: update README for cv18xx_aarch64 Chen Wang 2024-12-25 14:29:53 +08:00
  • 7836e6ee4d bsp: cvitek: update combine.sh for arm64 Chen Wang 2024-12-26 14:31:47 +08:00
  • b774c9b938 bsp: cvitek: use ioremap for arm64 core Chen Wang 2024-12-25 13:39:40 +08:00
  • 724b2f1297 components: drivers: add RT_USING_SMP judgement inside smp_call.h Chen Wang 2024-12-25 13:24:56 +08:00
  • 24cf724899
    [include] RT_USING_MUSLLIBC结构体报错的bug (#9834) godmial 2024-12-27 15:22:08 +08:00
  • 825e87d2cf [DM/BLOCK] Fixup DFS partition memory leak GuEe-GUI 2024-12-27 11:11:34 +08:00
  • e221cd59f4 bsp: cvitek: doc update Chen Wang 2024-12-25 15:25:25 +08:00
  • c75e095a27 [wlan] add get_info api for more new sta information Evlers 2024-12-25 17:33:09 +08:00
  • 0932e31ca3 add support for independent dns services for multiple network devices Evlers 2024-09-13 11:00:29 +08:00
  • 54dc92820c Update Kconfig 下里巴人 2024-12-25 09:59:01 +08:00
  • 48090444b8 Update Kconfig file format 下里巴人 2024-12-25 09:41:56 +08:00
  • 8bc0d1eb32 [bsp][nxp][mcxa153] the full implementation of eFlexPWM hywing 2024-12-18 08:54:55 +08:00
  • acaf7533e1 bsp: qemu-virt64-riscv: Kconfig: remove duplicated RT_USING_VIRTIO Chen Wang 2024-12-25 09:01:10 +08:00
  • 8c762b42ca [utest] implement rt_memcmp test cases Meco Man 2024-12-23 17:46:49 -05:00
  • a803c20bd7 [utest] implement more test case for rt_memcpy Meco Man 2024-12-23 17:46:31 -05:00
  • 61d62ab358 [utest] remove rt_kprintf from TC_rt_sprintf.c Meco Man 2024-12-23 17:45:47 -05:00
  • 26828a175e [utest] implement uassert_ptr_equal and uassert_ptr_not_equal Meco Man 2024-12-23 17:44:14 -05:00
  • a992226863 [libc] uncomment wcwidth for win32 Meco Man 2024-12-23 17:43:22 -05:00
  • b23d667ba4 Specification of rtc synchronization functions kurisaw 2024-12-23 15:23:19 +08:00
  • c9ed784131 [utest][klibc] add rt_sprintf family functions test cases Meco Man 2024-12-22 22:27:50 -05:00
  • f31a87926e doc: introduce how to build & run doxygen on ubuntu Chen Wang 2024-12-23 11:59:02 +08:00
  • 2d78d8cad1 [dm2.0] add general sdhci driver it support pio&&sdma zhujiale 2024-11-14 14:01:05 +08:00
  • a9746edc08 [utest] optimize the utest to support new CI Meco Man 2024-12-21 01:16:17 -05:00
  • fc1abf46a9 [utest] add rt_memcpy utest case Meco Man 2024-12-21 00:20:26 -05:00
  • 7772d4619a [klibc] format code Meco Man 2024-12-20 19:42:18 -05:00
  • 16093369b2 [bsp/hc32]hc32f460 doesn't support CAN-FD, hc32_ll_can.h has no some definations. Lin-Chengqiu 2024-12-19 23:31:23 +08:00
  • 99491e3821 [hc32]hc32f460 has only one CAN, and it is defined as CM_CAN in hc32f460.h Lin-Chengqiu 2024-12-19 22:48:49 +08:00
  • 68221dfb29 [opt][SDIO_MAX_FREQ redundant define del] Gaogao 2024-12-18 09:45:06 +08:00
  • 7c7ff6e532 kernel: cleanup debug APIs Chen Wang 2024-12-20 10:57:24 +08:00
  • 6a7e797712 bsp: cvitek: remove GPL license declaration Chen Wang 2024-12-19 16:13:14 +08:00
  • 6b246612a6 bsp: qemu-virt64-riscv: update README for booting with rootfs Chen Wang 2024-12-17 15:45:37 +08:00
  • 1499dbda00 [components][libc/io]add comments for timer fd APIs. ligr 2024-12-19 08:41:57 +08:00
  • 7fb9a0a3bb [kernel] change size_t to rt_size_t guozhanxin 2024-12-17 23:13:39 +08:00
  • 1dc2874434 [tools] add zig target guozhanxin 2024-12-17 23:10:36 +08:00
  • b294fba565 [DM/PIC] Support AMP mode GuEe-GUI 2024-12-09 19:35:46 +08:00
  • c9ab55f7a5 [DM/MAILBOX] Support PIC mailbox in AMP GuEe-GUI 2024-12-06 09:19:59 +08:00
  • 07b114ae73 [DFS/FIXUP] Fixup ISO9660 build GuEe-GUI 2024-12-18 10:55:37 +08:00
  • 20d116ed4e
    bsp: cvitek: update README for ext4 rootfs (#9785) Chen Wang 2024-12-18 09:28:36 +08:00
  • e4760364f1 [serial] add bypass testcase in utest zhujiale 2024-11-27 14:48:29 +08:00
  • 27cf024585 [serial] add bypass hook to direct processing char when uart irq coming zhujiale 2024-11-20 10:04:53 +08:00
  • c1166e0bf1 [OFW] Delete redundant strcasecmp function wumingzi 2024-12-13 15:48:21 +08:00
  • 7ff75e21fa feat: arm64: mmu: auto-sensing of best paging stride Shell 2024-12-02 18:19:47 +08:00
  • 02a114985a
    [bsp][stm32] hardware i2c driver add support for STM32F1 series zzk597 2024-12-14 06:46:07 +08:00
  • 74b2d3d3e1 [tools] generate workspace by compile_commands.json Supper Thomas 2024-12-13 13:11:58 +00:00
  • 23256d35bc [drivers][rtc] Fixed software and hardware rtc device naming as rtc kurisaw 2024-12-13 13:24:48 +08:00
  • 1c54ff4de6 [DM/FIXUP] Fixup block value init GuEe-GUI 2024-12-12 14:03:29 +08:00
  • 78f318aa8f [FIXUP] __rt_clz loss in aarch64 GuEe-GUI 2024-12-12 13:52:49 +08:00
  • ec4f375bbc [DM/FIXUP] Fixup PIC ktime depends GuEe-GUI 2024-12-11 17:42:34 +08:00