{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":242150684,"defaultBranch":"master","name":"nuttx","ownerLogin":"patacongo","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2020-02-21T13:55:30.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4932474?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1688671562.0","currentOid":""},"activityList":{"items":[{"before":"31b2438ac158fa9fb897a59cab4bd4340e3a67e9","after":"469418f3c9d04c5d07aeff3d66ecce633815a341","ref":"refs/heads/master","pushedAt":"2024-09-20T13:47:53.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"mm/kasan: Kasan global support setting alignment length\n\n1. Similar to asan, supports single byte out of bounds detection\n2. Fix the script to address the issue of not supporting the big end\n\nSigned-off-by: wangmingrong1 ","shortMessageHtmlLink":"mm/kasan: Kasan global support setting alignment length"}},{"before":"bdddc76997749a8f17581fc4053586e80ce263fc","after":"31b2438ac158fa9fb897a59cab4bd4340e3a67e9","ref":"refs/heads/master","pushedAt":"2024-09-19T18:57:49.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"github/workflows: add PR size labeler\n\nadd workflow that assigns labels based on the PR's size","shortMessageHtmlLink":"github/workflows: add PR size labeler"}},{"before":"84f326a66be79a38e105095acf0c5fa5edbb14fe","after":"bdddc76997749a8f17581fc4053586e80ce263fc","ref":"refs/heads/master","pushedAt":"2024-09-19T12:52:30.000Z","pushType":"push","commitsCount":31,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"nuttx/uorb: Fix incompatible type error\n\nRelated: b17c074a18834f2f69e465b354948f04a4b80d78\n\nLog:\n Error: sensors/ms56xx_uorb.c:145:20: error: initialization of 'int (*)(struct sensor_lowerhalf_s *, struct file *, uint32_t *)' {aka 'int (*)(struct sensor_lowerhalf_s *, struct file *, unsigned int *)'} from incompatible pointer type 'int (*)(struct sensor_lowerhalf_s *, struct file *, long unsigned int *)' [-Werror=incompatible-pointer-types]\n 145 | .set_interval = ms56xx_set_interval,\n | ^~~~~~~~~~~~~~~~~~~\n sensors/ms56xx_uorb.c:145:20: note: (near initialization for 'g_sensor_ops.set_interval')\n cc1: all warnings being treated as errors\n\nSigned-off-by: wangjianyu3 ","shortMessageHtmlLink":"nuttx/uorb: Fix incompatible type error"}},{"before":"baa716a85dd4445962560e6c3d203ba7a950e38d","after":"84f326a66be79a38e105095acf0c5fa5edbb14fe","ref":"refs/heads/master","pushedAt":"2024-09-18T19:27:23.000Z","pushType":"push","commitsCount":48,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"Fix the bug that netlink receive wait does not hang up\n\nSigned-off-by: wangyingdong ","shortMessageHtmlLink":"Fix the bug that netlink receive wait does not hang up"}},{"before":"67ffe7974cfc42c4368bc1b58ca3b2918e0ea66f","after":"baa716a85dd4445962560e6c3d203ba7a950e38d","ref":"refs/heads/master","pushedAt":"2024-09-18T13:07:55.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"fs: Dump the list of files when the file description runs out\n\nSigned-off-by: zhangshoukui ","shortMessageHtmlLink":"fs: Dump the list of files when the file description runs out"}},{"before":"237087f61a75b87ead957762bc111abf7996d203","after":"67ffe7974cfc42c4368bc1b58ca3b2918e0ea66f","ref":"refs/heads/master","pushedAt":"2024-09-17T22:25:16.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"doc: Add STM32H745I-DISCO RPTUN documentation\n\nSigned-off-by: Nonpawit Ekburanawat ","shortMessageHtmlLink":"doc: Add STM32H745I-DISCO RPTUN documentation"}},{"before":"92cbb63fc80daa498dc572d86fe7d03e1869eabb","after":"237087f61a75b87ead957762bc111abf7996d203","ref":"refs/heads/master","pushedAt":"2024-09-17T13:27:07.000Z","pushType":"push","commitsCount":21,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"arch: cxd56xx: Fix issue by update of inode reference\n\nFix an issue of driver open failure caused by the following commit\nthat changes the initial value of inode reference.\n\n43d0d95f81 fs/inode: using inode reference to indicate unlink and simply code","shortMessageHtmlLink":"arch: cxd56xx: Fix issue by update of inode reference"}},{"before":"0a8b6404d85d745b43518228c34961338b372c4b","after":"92cbb63fc80daa498dc572d86fe7d03e1869eabb","ref":"refs/heads/master","pushedAt":"2024-09-16T21:21:29.000Z","pushType":"push","commitsCount":37,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"arch/x86_64: add basic support for R_X86_64_REX_GOTPCRELX relocation\n\nGOTPCRELX reloc available only for CONFIG_ARCH_ADDRENV=y\n\nwhen CONFIG_ARCH_ADDRENV is not set, CONFIG_ARCH_TEXT_VBASE is not specified\nso we can't relocate\n\nSigned-off-by: p-szafonimateusz ","shortMessageHtmlLink":"arch/x86_64: add basic support for R_X86_64_REX_GOTPCRELX relocation"}},{"before":"97d684847b6f1dd654af11f26dd56ea76180b35b","after":"0a8b6404d85d745b43518228c34961338b372c4b","ref":"refs/heads/master","pushedAt":"2024-09-16T13:55:36.000Z","pushType":"push","commitsCount":17,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"rwbuffer: fix a typo\n\nSigned-off-by: wanggang26 ","shortMessageHtmlLink":"rwbuffer: fix a typo"}},{"before":"51909ed59fe67c7c96613908223b3754ef253d18","after":"97d684847b6f1dd654af11f26dd56ea76180b35b","ref":"refs/heads/master","pushedAt":"2024-09-15T13:50:09.000Z","pushType":"push","commitsCount":44,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"drivers/reset: support rpmsg reset\n\nSigned-off-by: dongjiuzhu1 ","shortMessageHtmlLink":"drivers/reset: support rpmsg reset"}},{"before":"fab93690936a64310a15365d26f10926f2704da3","after":"51909ed59fe67c7c96613908223b3754ef253d18","ref":"refs/heads/master","pushedAt":"2024-09-14T19:48:09.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"drivers: fix gcc14 errors for PCI\n\nfix gcc14 errors for PCI\n\nSigned-off-by: p-szafonimateusz ","shortMessageHtmlLink":"drivers: fix gcc14 errors for PCI"}},{"before":"733a68002cea7eb6895889fdd3fd47b5f3158ef0","after":"fab93690936a64310a15365d26f10926f2704da3","ref":"refs/heads/master","pushedAt":"2024-09-14T13:24:33.000Z","pushType":"push","commitsCount":27,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"poll: fix thread_cancel() caused poll used after free\n\npthread 0 pthread1\nfd 0\npoll_setup\nwait\n cancel(thread 0)\n fd 0 close\n fd 0 notify (sem used after free)\npoll_teardown\n\nSigned-off-by: ligd ","shortMessageHtmlLink":"poll: fix thread_cancel() caused poll used after free"}},{"before":"126221df9708d101e1c150bc26ee967b5665735c","after":"733a68002cea7eb6895889fdd3fd47b5f3158ef0","ref":"refs/heads/master","pushedAt":"2024-09-13T21:33:15.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"arch/riscv: Fixed hardware timer warps-around issue\n\nThis commit fixed the issue where the hardware timer wraps around and causes the system to halt.\n\nSigned-off-by: ouyangxiangzhen ","shortMessageHtmlLink":"arch/riscv: Fixed hardware timer warps-around issue"}},{"before":"4a147fc86b2c5f4f0880b658aa50680e8d82c0f7","after":"126221df9708d101e1c150bc26ee967b5665735c","ref":"refs/heads/master","pushedAt":"2024-09-13T13:26:35.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"arch/x86_64: Add elf32 multiboot1 wrapper for NuttX binary\n\nIt was discovered that attempting to load x86-64 format ELF files with a multiboot1 header using the qemu `-kernel` command would result in an error, as multiboot1 only allows x86-32 format ELF files. To address this limitation, we have developed a simple x86_32 bootloader. This bootloader is designed to copy the `nuttx.bin` file to the designated memory address (`0x100000`) and then transfer control to NuttX by executing a jump instruction (`jmp 0x100000`).\n\nSigned-off-by: ouyangxiangzhen ","shortMessageHtmlLink":"arch/x86_64: Add elf32 multiboot1 wrapper for NuttX binary"}},{"before":"101c2f04213a7d29530f06ea18012262c0792e3b","after":"4a147fc86b2c5f4f0880b658aa50680e8d82c0f7","ref":"refs/heads/master","pushedAt":"2024-09-13T03:24:20.000Z","pushType":"push","commitsCount":24,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"drivers/pci_qemu_edu: add MSI test\n\nAdd simple MSI test for QEMU PCI EDU device so we can verify if MSI works correctly\n\nSigned-off-by: p-szafonimateusz ","shortMessageHtmlLink":"drivers/pci_qemu_edu: add MSI test"}},{"before":"08949dec6661668bb58ea876bf91ecce4c8b231c","after":"101c2f04213a7d29530f06ea18012262c0792e3b","ref":"refs/heads/master","pushedAt":"2024-09-12T20:07:25.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"arch/arm64/imx9: Configure ENET clock\n\nConfigure ENET clock to 125MHz in clock init\n\nSigned-off-by: Jouni Ukkonen ","shortMessageHtmlLink":"arch/arm64/imx9: Configure ENET clock"}},{"before":"75ed9a45399be461b1d7e7e8fa8b2853dd233119","after":"08949dec6661668bb58ea876bf91ecce4c8b231c","ref":"refs/heads/master","pushedAt":"2024-09-12T13:47:28.000Z","pushType":"push","commitsCount":36,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"arch/arm64/src/imx9/imx9_lpi2c.c: Cleanups and error fixes\n\nClean up the interrupt-driven logic in the driver; handle error cases properly,\nremove dead code and simplify logic.\n\nSigned-off-by: Jukka Laitinen ","shortMessageHtmlLink":"arch/arm64/src/imx9/imx9_lpi2c.c: Cleanups and error fixes"}},{"before":"ca4bd482a0bd91787ea1c8b6b5b8123378c40557","after":"75ed9a45399be461b1d7e7e8fa8b2853dd233119","ref":"refs/heads/master","pushedAt":"2024-09-11T21:32:49.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"syscall: migrate to SPDX identifier\n\nMost tools used for compliance and SBOM generation use SPDX identifiers\nThis change brings us a step closer to an easy SBOM generation.\n\nSigned-off-by: Alin Jerpelea ","shortMessageHtmlLink":"syscall: migrate to SPDX identifier"}},{"before":"4fe1458a433d538c89ff4ebf83c299667d33f27a","after":"ca4bd482a0bd91787ea1c8b6b5b8123378c40557","ref":"refs/heads/master","pushedAt":"2024-09-11T12:29:47.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"arm64/task/pthread_start: Fix rare issue with context register location\n\nThere is a tiny possibility that when a process is started a trap is\ntaken which causes a context switch. This moves the kernel stack\nunexpectedly and the task start logic no longer works.\n\nFix this by recording the initial context location, and use that to\ntrampoline into the user process with interrupts disabled. This ensures\nthe context stays intact AND the kernel stack is fully unwound before\nthe user process starts.","shortMessageHtmlLink":"arm64/task/pthread_start: Fix rare issue with context register location"}},{"before":"17405d4c3843e8d0de940f1971cefc63174c543c","after":"4fe1458a433d538c89ff4ebf83c299667d33f27a","ref":"refs/heads/master","pushedAt":"2024-09-10T22:44:21.000Z","pushType":"push","commitsCount":31,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"usbdev: Add fastboot boardctl\n\nSigned-off-by: wangjianyu3 ","shortMessageHtmlLink":"usbdev: Add fastboot boardctl"}},{"before":"fbc8605b2718ab722e58a5d66191ea1a3e447404","after":"17405d4c3843e8d0de940f1971cefc63174c543c","ref":"refs/heads/master","pushedAt":"2024-09-10T13:54:01.000Z","pushType":"push","commitsCount":36,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"sim/alsa: update defconfig\n\nCONFIG_AUDIOUTILS_LAME=y\nCONFIG_AUDIOUTILS_LIBMAD=y\n\nSigned-off-by: shizhenghui ","shortMessageHtmlLink":"sim/alsa: update defconfig"}},{"before":"cccdaf8f88e37c3e26b0dba697b361a7cfa93686","after":"fbc8605b2718ab722e58a5d66191ea1a3e447404","ref":"refs/heads/master","pushedAt":"2024-09-09T19:19:29.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"sem: add mutex protect in sem_trywait\n\nSigned-off-by: zhangyuan29 ","shortMessageHtmlLink":"sem: add mutex protect in sem_trywait"}},{"before":"7ba125f7cd96161457c69713e950df540e3a49d5","after":"cccdaf8f88e37c3e26b0dba697b361a7cfa93686","ref":"refs/heads/master","pushedAt":"2024-09-09T15:35:24.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"include/sensors: import public pre-processor definitions types and to uorb.h\n\nSigned-off-by: dongjiuzhu1 ","shortMessageHtmlLink":"include/sensors: import public pre-processor definitions types and to…"}},{"before":"c43c91816d2462b4ce5062b1dc864949273b209e","after":"7ba125f7cd96161457c69713e950df540e3a49d5","ref":"refs/heads/master","pushedAt":"2024-09-09T11:48:10.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"netdb: Make NETDB_DNSSERVER_NAMESERVERS effective for NETDB_RESOLVCONF\n\nprevent the server list in resolv.conf from increasing indefinitely\nthe one that is overwritten is always the one configured first.\n\nSigned-off-by: zhanghongyu ","shortMessageHtmlLink":"netdb: Make NETDB_DNSSERVER_NAMESERVERS effective for NETDB_RESOLVCONF"}},{"before":"9d5b9b7c056e59c2fcc81e7029c95a995140063c","after":"c43c91816d2462b4ce5062b1dc864949273b209e","ref":"refs/heads/master","pushedAt":"2024-09-08T20:21:48.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"toolchain/ghs: add ghs link script for mps2-an500 platform\n\nSigned-off-by: yanghuatao ","shortMessageHtmlLink":"toolchain/ghs: add ghs link script for mps2-an500 platform"}},{"before":"5c90cd23f60f644f0531aaf5b9f6d60478fb8f9a","after":"9d5b9b7c056e59c2fcc81e7029c95a995140063c","ref":"refs/heads/master","pushedAt":"2024-09-08T14:12:57.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"Documentation: Add usage guide for the debugpoint command\n\nSee https://github.com/apache/nuttx-apps/pull/2549\n\nSigned-off-by: Huang Qi ","shortMessageHtmlLink":"Documentation: Add usage guide for the debugpoint command"}},{"before":"ae596418aeab6426df8ec328f7d67b0a2922e474","after":"5c90cd23f60f644f0531aaf5b9f6d60478fb8f9a","ref":"refs/heads/master","pushedAt":"2024-09-07T14:22:15.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"build(deps): bump github/super-linter from 6 to 7\n\nBumps [github/super-linter](https://github.com/github/super-linter) from 6 to 7.\n- [Release notes](https://github.com/github/super-linter/releases)\n- [Changelog](https://github.com/github/super-linter/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/super-linter/compare/v6...v7)\n\n---\nupdated-dependencies:\n- dependency-name: github/super-linter\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump github/super-linter from 6 to 7"}},{"before":"e58efb17cc65df51da9c890de0ffef0cb6b34377","after":"ae596418aeab6426df8ec328f7d67b0a2922e474","ref":"refs/heads/master","pushedAt":"2024-09-06T19:17:11.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"arm/linum-stm32h753bi: Add support to RFID MFRC522\nSigned-off-by: Jorge Guzman jorge.gzm@gmail.com","shortMessageHtmlLink":"arm/linum-stm32h753bi: Add support to RFID MFRC522"}},{"before":"608b59e4018a4572ef52b6e7739345318cb1dcca","after":"e58efb17cc65df51da9c890de0ffef0cb6b34377","ref":"refs/heads/master","pushedAt":"2024-09-06T13:46:00.000Z","pushType":"push","commitsCount":38,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"qemu-intel64: simplify linker script\n\nsimplify linker script for qemu-intel64 - remove not needed AT instructions\n\nSigned-off-by: p-szafonimateusz ","shortMessageHtmlLink":"qemu-intel64: simplify linker script"}},{"before":"dedb4c95c9bcaf24ac538eca034d5d5dc29acd63","after":"608b59e4018a4572ef52b6e7739345318cb1dcca","ref":"refs/heads/master","pushedAt":"2024-09-05T22:20:18.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"patacongo","name":null,"path":"/patacongo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4932474?s=80&v=4"},"commit":{"message":"smp: enable smp_call in all smp arch\n\nreason:\nIn subsequent implementations, we will replace up_cpu_pause with smp_call.\nSigned-off-by: hujun5 ","shortMessageHtmlLink":"smp: enable smp_call in all smp arch"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQxMzo0Nzo1My4wMDAwMDBazwAAAAS8BGKK","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQxMzo0Nzo1My4wMDAwMDBazwAAAAS8BGKK","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wNVQyMjoyMDoxOC4wMDAwMDBazwAAAASuWH2x"}},"title":"Activity · patacongo/nuttx"}