{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":7408108,"defaultBranch":"master","name":"rt-thread","ownerLogin":"RT-Thread","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-01-02T14:49:21.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1783729?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715139051.0","currentOid":""},"activityList":{"items":[{"before":"aa81fd4a88e402b058714aad940deef1235e7f8b","after":"1d614a819d0d204b6061cac49daa168047b45903","ref":"refs/heads/master","pushedAt":"2024-05-31T09:37:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BernardXiong","name":"Bernard Xiong","path":"/BernardXiong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1241087?s=80&v=4"},"commit":{"message":"[DM/feature] Implement PIC irq state { get; set } (#9006)\n\n* [DM/feature] Implement PIC irq state { get; set }\r\n\r\nThere are some common state for irq:\r\n1. Pending: IRQ was triggered, but software not ACK.\r\n2. Active: IRQ was ACK, but not EOI.\r\n3. Masked: IRQ was masked or umasked.\r\n\r\nSigned-off-by: GuEe-GUI <2991707448@qq.com>\r\n\r\n* [DM/pic] Support IRQ state { get; set } for ARM GICv2/v3\r\n\r\nSigned-off-by: GuEe-GUI <2991707448@qq.com>\r\n\r\n---------\r\n\r\nSigned-off-by: GuEe-GUI <2991707448@qq.com>","shortMessageHtmlLink":"[DM/feature] Implement PIC irq state { get; set } (#9006)"}},{"before":"ef184d2157f8f72ab4b934a49e73df4c87e40bd5","after":"aa81fd4a88e402b058714aad940deef1235e7f8b","ref":"refs/heads/master","pushedAt":"2024-05-31T09:34:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BernardXiong","name":"Bernard Xiong","path":"/BernardXiong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1241087?s=80&v=4"},"commit":{"message":"[bsp][pico] update README.md (#9018)","shortMessageHtmlLink":"[bsp][pico] update README.md (#9018)"}},{"before":"b0f460cbadb598c7b2d02e515b0e81567e0400c6","after":"ef184d2157f8f72ab4b934a49e73df4c87e40bd5","ref":"refs/heads/master","pushedAt":"2024-05-31T09:33:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BernardXiong","name":"Bernard Xiong","path":"/BernardXiong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1241087?s=80&v=4"},"commit":{"message":"[fix]fix compile err in pic-gic (#9015)\n\nfix compile err in pic-gic","shortMessageHtmlLink":"[fix]fix compile err in pic-gic (#9015)"}},{"before":"e5cf86267b8a0305373f8013e03756299f60bf69","after":"b0f460cbadb598c7b2d02e515b0e81567e0400c6","ref":"refs/heads/master","pushedAt":"2024-05-31T09:32:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BernardXiong","name":"Bernard Xiong","path":"/BernardXiong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1241087?s=80&v=4"},"commit":{"message":"[feature]更新issue模板,采用议题表单模式 (#9011)\n\n更新issue模板,采用议题表单模式","shortMessageHtmlLink":"[feature]更新issue模板,采用议题表单模式 (#9011)"}},{"before":"85b428df429483676d808e82ea9c0c535057f6a0","after":"e5cf86267b8a0305373f8013e03756299f60bf69","ref":"refs/heads/master","pushedAt":"2024-05-31T09:32:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BernardXiong","name":"Bernard Xiong","path":"/BernardXiong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1241087?s=80&v=4"},"commit":{"message":"[smart] fixup of script execution (#9009)\n\nThis patch fixup the script execution capabilities on argv passing\r\nand adds support for arguments larger than 4k.\r\n\r\nAccording to POSIX, the script parameter is quiet different\r\nfrom the current implementation. Especially on the way it inserts\r\nthe path of executables. At the end, when you execute a script\r\nfrom `$PATH`, it always fails.\r\n\r\nFor the script, interpreter will be invoked with the following\r\narguments: `{interpreter [optional-arg] pathname arg...}`\r\nwhere pathname is the pathname of the file specified as the first\r\nargument of execve(), and arg... is the series of words pointed\r\nto by the argv argument of execve(), starting at argv[1]. Note that\r\nthere is no way to get the argv[0] that was passed to the\r\nexecve() call.\r\n\r\nThe changes include:\r\n\r\n- Separating argument, environment variable, and auxiliary vector\r\n processing into a new lwp_args.c file.\r\n- Fixing bugs in script argument processing and supporting arguments\r\n larger than 4k.\r\n- Updating lwp_execve to use the new argscopy function and removing\r\n the old lwp_argscopy function.\r\n- Making various modifications to lwp_load and elf_aux_fill to work\r\n with the new argument processing.\r\n- Removing unnecessary code related to dynamic loading and interpreter\r\n scripts.\r\n\r\nSigned-off-by: Shell ","shortMessageHtmlLink":"[smart] fixup of script execution (#9009)"}},{"before":"e0df85c8191076f4540addcad98c4d76b3d33b0c","after":"85b428df429483676d808e82ea9c0c535057f6a0","ref":"refs/heads/master","pushedAt":"2024-05-31T09:30:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BernardXiong","name":"Bernard Xiong","path":"/BernardXiong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1241087?s=80&v=4"},"commit":{"message":"[lwp]list_process can print tid (#8991)\n\n* list_process can print tid\r\n\r\n* fix-ci\r\n\r\n* update list_process\r\n\r\n* Update lwp_pid.c","shortMessageHtmlLink":"[lwp]list_process can print tid (#8991)"}},{"before":"e7cddf3a5275937b38f95afa7540fcc3fc7e5354","after":"e0df85c8191076f4540addcad98c4d76b3d33b0c","ref":"refs/heads/master","pushedAt":"2024-05-30T12:09:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BernardXiong","name":"Bernard Xiong","path":"/BernardXiong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1241087?s=80&v=4"},"commit":{"message":"dev: random should copy size bytes of data to buffer (#9012)","shortMessageHtmlLink":"dev: random should copy size bytes of data to buffer (#9012)"}},{"before":"2cbe8bdae01cdd2d8fc0c55f363a94f13fb11a47","after":"e7cddf3a5275937b38f95afa7540fcc3fc7e5354","ref":"refs/heads/master","pushedAt":"2024-05-30T07:30:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BernardXiong","name":"Bernard Xiong","path":"/BernardXiong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1241087?s=80&v=4"},"commit":{"message":"[Feature] Support simple power domain API (#9005)\n\n* [Feature] Power domain for device\r\n\r\n1.Support device power on/off.\r\n2.Support attach/detach device.\r\n3.Support power domain driver api.\r\n\r\nSigned-off-by: GuEe-GUI <2991707448@qq.com>\r\n\r\n* [DM/platform] Enhanced platform bus\r\n\r\n1.Add power domain for device.\r\n2.Support `remove` and `shutdown` bus interface.\r\n\r\nSigned-off-by: GuEe-GUI <2991707448@qq.com>\r\n\r\n---------\r\n\r\nSigned-off-by: GuEe-GUI <2991707448@qq.com>","shortMessageHtmlLink":"[Feature] Support simple power domain API (#9005)"}},{"before":"2fcf151a8e93806907081652a0389fb89aedd355","after":"2cbe8bdae01cdd2d8fc0c55f363a94f13fb11a47","ref":"refs/heads/master","pushedAt":"2024-05-30T04:04:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BernardXiong","name":"Bernard Xiong","path":"/BernardXiong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1241087?s=80&v=4"},"commit":{"message":"解决ktime部分函数计算时unsigned long溢出 (#9008)\n\n* 解决ktime部分函数计算时unsigned long溢出\r\n\r\n* 恢复部分不需要ktime中部分rt_uint64_t类型的为unsigned long","shortMessageHtmlLink":"解决ktime部分函数计算时unsigned long溢出 (#9008)"}},{"before":"8e54e31c7437893c849aa192101bcaa441fd004b","after":"2fcf151a8e93806907081652a0389fb89aedd355","ref":"refs/heads/master","pushedAt":"2024-05-29T14:22:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Rbb666","name":"Rbb666","path":"/Rbb666","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64397326?s=80&v=4"},"commit":{"message":"[components][drivers][include][phy] add one more parameter for mulitiple phys\n\n- add parameter phy to specify multiple-phy instance\n\nSigned-off-by: Jiading Xu ","shortMessageHtmlLink":"[components][drivers][include][phy] add one more parameter for muliti…"}},{"before":"2fd9ff56dcf018da8c11db7082b032ea39192c01","after":"8e54e31c7437893c849aa192101bcaa441fd004b","ref":"refs/heads/master","pushedAt":"2024-05-29T14:18:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BernardXiong","name":"Bernard Xiong","path":"/BernardXiong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1241087?s=80&v=4"},"commit":{"message":"[IDLE] 修改注释,避免造成歧义 (#9010)","shortMessageHtmlLink":"[IDLE] 修改注释,避免造成歧义 (#9010)"}},{"before":"07d7b71345387f63fa49127bfff58f08e8acbbb1","after":"2fd9ff56dcf018da8c11db7082b032ea39192c01","ref":"refs/heads/master","pushedAt":"2024-05-29T12:19:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Rbb666","name":"Rbb666","path":"/Rbb666","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64397326?s=80&v=4"},"commit":{"message":"[BSP][stm32f103-100ask-pro]add ext_sram driver to stm32f103-100ask-pro","shortMessageHtmlLink":"[BSP][stm32f103-100ask-pro]add ext_sram driver to stm32f103-100ask-pro"}},{"before":"63591d935e3a39c6fcb1b735beb419b99d1c8a0b","after":"07d7b71345387f63fa49127bfff58f08e8acbbb1","ref":"refs/heads/master","pushedAt":"2024-05-29T12:18:18.000Z","pushType":"pr_merge","commitsCount":8,"pusher":{"login":"Rbb666","name":"Rbb666","path":"/Rbb666","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64397326?s=80&v=4"},"commit":{"message":"code format adjustment","shortMessageHtmlLink":"code format adjustment"}},{"before":"f179ce12b71c01a5fba3b79f00e245178f482483","after":"63591d935e3a39c6fcb1b735beb419b99d1c8a0b","ref":"refs/heads/master","pushedAt":"2024-05-29T10:06:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BernardXiong","name":"Bernard Xiong","path":"/BernardXiong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1241087?s=80&v=4"},"commit":{"message":"[smart] fixup errno passing on sys_mkdir() (#9007)\n\nUse _SYS_WRAP to fetch errno on return of mkdir to avoiding overriding\r\nof it on other system APIs.\r\n\r\nSigned-off-by: Shell ","shortMessageHtmlLink":"[smart] fixup errno passing on sys_mkdir() (#9007)"}},{"before":"326150e2f4991679f5a4e39cfdc42378a328e983","after":"f179ce12b71c01a5fba3b79f00e245178f482483","ref":"refs/heads/master","pushedAt":"2024-05-28T22:53:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BernardXiong","name":"Bernard Xiong","path":"/BernardXiong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1241087?s=80&v=4"},"commit":{"message":"[smart] update sched_setaffinity() to use thread(task) ID (#9004)\n\nCorrect `sched_setaffinity()` to use the thread IDs (TIDs) instead of\r\nprocess IDs (PIDs). The previous implementation used PIDs, which\r\ncaused issues since affinity settings need to be applied at the\r\nthread level.\r\n\r\nAs the manual documented, the signature is:\r\n\r\n> int sched_setaffinity(pid_t pid, size_t cpusetsize,\r\n> const cpu_set_t *mask);\r\n\r\nYes, it's tricky, the identification passing in is called **'PID'**.\r\nBut when we talk about 'pid' from GNU libc, it's the **'task-id'**,\r\naka, `thread->tid` known in kernel.\r\n\r\nChanges were made by updating the function signatures and logic in\r\n`lwp.h`, `lwp_pid.c`, and `lwp_syscall.c` to accept TIDs. Specifically,\r\nthe `lwp_setaffinity` function and related internal functions now\r\noperate using thread IDs and adjust thread affinity settings accordingly\r\n\r\nSigned-off-by: Shell ","shortMessageHtmlLink":"[smart] update sched_setaffinity() to use thread(task) ID (#9004)"}},{"before":"3172d37db7326c8550957dc67080258f947b7580","after":"326150e2f4991679f5a4e39cfdc42378a328e983","ref":"refs/heads/master","pushedAt":"2024-05-28T22:52:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BernardXiong","name":"Bernard Xiong","path":"/BernardXiong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1241087?s=80&v=4"},"commit":{"message":"[lwp/riscv]进入libc前初始化用户态sp (#8997)","shortMessageHtmlLink":"[lwp/riscv]进入libc前初始化用户态sp (#8997)"}},{"before":"f17f994f8c85a0ca58d42c81a14f1134af6ada91","after":"3172d37db7326c8550957dc67080258f947b7580","ref":"refs/heads/master","pushedAt":"2024-05-28T08:39:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Rbb666","name":"Rbb666","path":"/Rbb666","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64397326?s=80&v=4"},"commit":{"message":"[BSP][Infineon]Change Readme","shortMessageHtmlLink":"[BSP][Infineon]Change Readme"}},{"before":"b45fb59df2a7d938965c241431436adf77769b5b","after":"f17f994f8c85a0ca58d42c81a14f1134af6ada91","ref":"refs/heads/master","pushedAt":"2024-05-28T06:27:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BernardXiong","name":"Bernard Xiong","path":"/BernardXiong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1241087?s=80&v=4"},"commit":{"message":"[arm64] add hw thread self (#8942)\n\n* [libcpu] arm64: Add hardware thread_self support\r\n\r\nThis patch introduces hardware-based thread self-identification\r\nfor the AArch64 architecture. It optimizes thread management by\r\nusing hardware registers to store and access the current thread's\r\npointer, reducing overhead and improving overall performance.\r\n\r\nChanges include:\r\n- Added `ARCH_USING_HW_THREAD_SELF` configuration option.\r\n- Modified `rtdef.h`, `rtsched.h` to conditionally include\r\n `critical_switch_flag` based on the new config.\r\n- Updated context management in `context_gcc.S`, `cpuport.h`\r\n to support hardware-based thread self.\r\n- Enhanced `scheduler_mp.c` and `thread.c` to leverage the new\r\n hardware thread self feature.\r\n\r\nThese modifications ensure better scheduling and thread handling,\r\nparticularly in multi-core environments, by minimizing the\r\nsoftware overhead associated with thread management.\r\n\r\nSigned-off-by: Shell \r\n\r\n* fixup: address suggestion\r\n\r\n* fixup: rt_current_thread as global\r\n\r\n* scheduler: add cpu object for UP scheduler\r\n\r\nAlso, maintain the rt_current_thread in cpu object on UP scheduler.\r\n\r\n---------\r\n\r\nSigned-off-by: Shell ","shortMessageHtmlLink":"[arm64] add hw thread self (#8942)"}},{"before":"6f6b0c3ba0f308bccb5a83fa70ae1200592f13ce","after":"b45fb59df2a7d938965c241431436adf77769b5b","ref":"refs/heads/master","pushedAt":"2024-05-28T06:25:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BernardXiong","name":"Bernard Xiong","path":"/BernardXiong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1241087?s=80&v=4"},"commit":{"message":"[OFW] io ranges use list to storage without ofw data (#8993)\n\n[OFW] io ranges use ptr array to storage without ofw data\r\n\r\nofw data is private data for every ofw node that\r\nthe drivers of ofw node will use item.\r\nreplace the ranges supported to a ptr array.\r\n\r\nthe ptr array size is config by `RT_USING_OFW_BUS_RANGES_NUMBER`\r\n\r\nSigned-off-by: GuEe-GUI <2991707448@qq.com>","shortMessageHtmlLink":"[OFW] io ranges use list to storage without ofw data (#8993)"}},{"before":"952f2c43f8a10f815f34307c7d184af8f08011ba","after":"6f6b0c3ba0f308bccb5a83fa70ae1200592f13ce","ref":"refs/heads/master","pushedAt":"2024-05-28T06:08:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BernardXiong","name":"Bernard Xiong","path":"/BernardXiong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1241087?s=80&v=4"},"commit":{"message":"[DM/feature] Simple NUMA (Non-Uniform Memory Access) (#9000)\n\nFor some CPU memory access devices, that the drivers\r\nwill find memory and CPU affinity to config device.\r\n\r\nSigned-off-by: GuEe-GUI <2991707448@qq.com>","shortMessageHtmlLink":"[DM/feature] Simple NUMA (Non-Uniform Memory Access) (#9000)"}},{"before":"de352aee62e55ec2bc0b142355c14f7895e4bd78","after":"952f2c43f8a10f815f34307c7d184af8f08011ba","ref":"refs/heads/master","pushedAt":"2024-05-28T01:56:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BernardXiong","name":"Bernard Xiong","path":"/BernardXiong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1241087?s=80&v=4"},"commit":{"message":"[smart] add FIONREAD ioctl support for tty (#8996)\n\nSigned-off-by: Shell ","shortMessageHtmlLink":"[smart] add FIONREAD ioctl support for tty (#8996)"}},{"before":"f0351880943c392b8e439c196721060e66d4945a","after":"de352aee62e55ec2bc0b142355c14f7895e4bd78","ref":"refs/heads/master","pushedAt":"2024-05-28T01:55:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BernardXiong","name":"Bernard Xiong","path":"/BernardXiong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1241087?s=80&v=4"},"commit":{"message":" [PIC] Make affinity helper interface (#8995)\n\n* [PIC] Make affinity helper interface\r\n\r\nSigned-off-by: GuEe-GUI <2991707448@qq.com>\r\n\r\n* [PIC/GIC] Fixup GIC affinity init\r\n\r\nGICv2 is not support if current CPU is not startup,\r\nbut RT-Thread SMP is startup after the devices init\r\nin the `main` thread.\r\n\r\nThis patch fixup the cpumask to init once and check\r\nthe init status in affinity interface.\r\n\r\nSigned-off-by: GuEe-GUI <2991707448@qq.com>\r\n\r\n---------\r\n\r\nSigned-off-by: GuEe-GUI <2991707448@qq.com>","shortMessageHtmlLink":" [PIC] Make affinity helper interface (#8995)"}},{"before":"8c6c9205b01b14e99d41ddbc608fb4eef5d0362f","after":"f0351880943c392b8e439c196721060e66d4945a","ref":"refs/heads/master","pushedAt":"2024-05-28T01:54:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BernardXiong","name":"Bernard Xiong","path":"/BernardXiong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1241087?s=80&v=4"},"commit":{"message":"[OFW] Support ID map interface (#8994)\n\nThe OFW map id is always use in DMA, PCI, IOMMU\r\nbus system to find the device identity. this is\r\na access interface.\r\n\r\nSigned-off-by: GuEe-GUI <2991707448@qq.com>","shortMessageHtmlLink":"[OFW] Support ID map interface (#8994)"}},{"before":"754c59a41185fadd543ae2eaee518ebcbe68af5b","after":"8c6c9205b01b14e99d41ddbc608fb4eef5d0362f","ref":"refs/heads/master","pushedAt":"2024-05-28T01:52:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BernardXiong","name":"Bernard Xiong","path":"/BernardXiong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1241087?s=80&v=4"},"commit":{"message":"[OFW] Fixup irq parse map and map mask (#8992)\n\n`map_len` and `map_mask_len` is the count of elements,\r\nnot the bytes size of elements.\r\n\r\nSigned-off-by: GuEe-GUI <2991707448@qq.com>","shortMessageHtmlLink":"[OFW] Fixup irq parse map and map mask (#8992)"}},{"before":"ae6a3287e6ab4121c07b1e0624b44d0e4477e14f","after":"754c59a41185fadd543ae2eaee518ebcbe68af5b","ref":"refs/heads/master","pushedAt":"2024-05-27T16:26:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BernardXiong","name":"Bernard Xiong","path":"/BernardXiong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1241087?s=80&v=4"},"commit":{"message":"[Feature] DFS mount auto by kernel parameters (#8989)\n\nDFS mount auto by kernel parameters\r\n\r\n1.Mount the rootfs options by parameters:\r\n- root=: root device, like vda1, sda1, sd0p1, nvme0n0p1...\r\n- rootfstype=: root file system type, like elm, ext, crom...\r\n- rw/ro: root is readonly or all enable, if not have 'rw' flag,\r\n the 'ro' flag is default.\r\n- rootwait: always wait for root device status is OK.\r\n- rootdelay=: mount rootfs delay amount of time (millisecond).\r\n\r\n2.Mount the other fs options by `fstab.sh`, it will read the script\r\nafter root mount is OK, it's format is a list of mount cmds in MSH:\r\n\r\nmount vda2 /mnt elm\r\nmount 192.168.1.1:/ /mnt/remote nfs\r\n\r\nSigned-off-by: GuEe-GUI <2991707448@qq.com>","shortMessageHtmlLink":"[Feature] DFS mount auto by kernel parameters (#8989)"}},{"before":"80dc539698b7f40be8740edef42ff002d01b17bc","after":"ae6a3287e6ab4121c07b1e0624b44d0e4477e14f","ref":"refs/heads/master","pushedAt":"2024-05-27T13:20:14.000Z","pushType":"pr_merge","commitsCount":6,"pusher":{"login":"Rbb666","name":"Rbb666","path":"/Rbb666","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64397326?s=80&v=4"},"commit":{"message":"Add psoc62、61 config.","shortMessageHtmlLink":"Add psoc62、61 config."}},{"before":"2cc2743fc73ec1645c9c84fa2d28988b5b6cbc6a","after":"80dc539698b7f40be8740edef42ff002d01b17bc","ref":"refs/heads/master","pushedAt":"2024-05-27T03:28:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Rbb666","name":"Rbb666","path":"/Rbb666","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64397326?s=80&v=4"},"commit":{"message":"如果申请空间不足,申请不到合适的空间,需要回收new_rbb","shortMessageHtmlLink":"如果申请空间不足,申请不到合适的空间,需要回收new_rbb"}},{"before":"09a0e4c5f83fab24348e95d52fba7180a82abe12","after":"2cc2743fc73ec1645c9c84fa2d28988b5b6cbc6a","ref":"refs/heads/master","pushedAt":"2024-05-27T03:27:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Rbb666","name":"Rbb666","path":"/Rbb666","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64397326?s=80&v=4"},"commit":{"message":"[components][drivers][sd] add uhs-i mode support to sd driver\n\n- added SDR50, SDR104 and DDR50 support to SD driver\n\nSigned-off-by: Fan YANG ","shortMessageHtmlLink":"[components][drivers][sd] add uhs-i mode support to sd driver"}},{"before":"5f71da566a00176961f4ca546d1a10861bbebc2c","after":"09a0e4c5f83fab24348e95d52fba7180a82abe12","ref":"refs/heads/master","pushedAt":"2024-05-27T03:26:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Rbb666","name":"Rbb666","path":"/Rbb666","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64397326?s=80&v=4"},"commit":{"message":"update gpio driver","shortMessageHtmlLink":"update gpio driver"}},{"before":"397cdcd1320d096d41523cbbe0bf743e872d5e70","after":"5f71da566a00176961f4ca546d1a10861bbebc2c","ref":"refs/heads/master","pushedAt":"2024-05-26T14:00:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BernardXiong","name":"Bernard Xiong","path":"/BernardXiong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1241087?s=80&v=4"},"commit":{"message":"[libcpu] arm: fixup signal handling (#8988)\n\nSigned-off-by: Shell ","shortMessageHtmlLink":"[libcpu] arm: fixup signal handling (#8988)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWNt9hAA","startCursor":null,"endCursor":null}},"title":"Activity · RT-Thread/rt-thread"}