1
0
Fork 0
forked from nuttx/nuttx-update

Commit graph

  • 441ee0ae42 Update README.md test-branch lupyuen 2024-12-21 14:11:35 +0800
  • 02828921db Documentation/guides: Fix typos in port_arm_cm4.rst master Masanari Iida 2024-12-21 12:15:04 +0900
  • e039fa039d Added comma to fix undefined bits struct member Kyle Wilson 2024-12-20 14:19:31 -0600
  • bbd6931d61 nuttx/audio: add fake audio driver. yaojingwei 2024-11-11 11:23:47 +0800
  • a58d6552e6 fcntl: add sys/fcntl.h header file guoshichao 2024-12-11 11:00:27 +0800
  • 1701ca1e11 sem: add sys/sem.h header file guoshichao 2024-12-11 10:59:47 +0800
  • 0d4e36ce29 wait: add wait.h header file guoshichao 2024-12-11 10:53:54 +0800
  • 0af01312fd sys/socket: add SOL_PACKET packet operation type definition guoshichao 2024-12-12 14:48:50 +0800
  • 2badabfb67 signal: add include/sys/signal.h to the signal guoshichao 2024-12-11 09:44:39 +0800
  • 8fcdae3544 sys/types.h: add loff_t data type definition guoshichao 2024-12-08 16:38:06 +0800
  • 092f4a1b79 sys/mount: add mount flag definition guoshichao 2024-12-08 16:43:17 +0800
  • 16789ed818 signal: add SA_NOMASK flag definition guoshichao 2024-12-05 16:14:18 +0800
  • a8cdd63d56 proctl: add PR_SET_DUMPABLE support guoshichao 2024-12-03 10:24:52 +0800
  • 203fb15c2e limits: add LINE_MAX limits definition guoshichao 2024-12-03 10:02:39 +0800
  • 23e0b70290 sys/resource: add RLIMIT_NICE consntant guoshichao 2024-12-03 10:52:01 +0800
  • 2b34c61c6e signal: add sa_restorer to struct sigaction guoshichao 2024-12-12 14:35:42 +0800
  • 67b95d0142 use small lock in following files hujun5 2024-12-20 15:26:14 +0800
  • 0fe3aebd6a nuttx/uorb.h: Add carrier frequency for GNSS Satellite wangjianyu3 2024-12-16 21:03:31 +0800
  • 035fdb4951 net: Refresh config dependency of NET_READAHEAD Zhe Weng 2024-12-03 16:50:34 +0800
  • d36ddb5790 arm/modifyreg: Use common lock to protect the modify address to ensure consistency chao an 2024-12-20 14:37:57 +0800
  • 59a849a7cc esp_rtc: use small lock in arch/risc-v/src/common/espressif/esp_rtc.c hujun5 2024-12-18 19:41:55 +0800
  • 48c439190d fix compile erorr hujun5 2024-12-19 21:08:35 +0800
  • 2b762267f3 imx9_flexcan: use small lock in arch/arm/src/imx9/imx9_flexcan.c hujun5 2024-12-19 20:09:00 +0800
  • a8353eef51 imx9_lpuart: use small lock in arch/arm(64)/src/imx9/imx9_lpuart.c hujun5 2024-12-19 20:58:40 +0800
  • 0e162eeb7a drivers/sensors: Add Velocity sensor type to UORB Alan Carvalho de Assis 2024-12-19 13:11:52 -0300
  • 884b4604c2 Map user memory passed to accept() in kernel build George Poulios 2024-12-18 19:29:49 +0200
  • 97c0b43d86 arch/risc-v/espressif: add missing spinlock to wlan_recvframe Filipe Cavalcanti 2024-12-17 13:50:57 -0300
  • a7869bb28b stm32_i2c: fix sending large data over i2c bazooka Joe 2024-12-19 12:06:30 +0200
  • 919cb73913 rv-virt/citest: Test GCC's tls (__thread keyword) Tiago Medicci Serrano 2024-12-17 11:11:33 -0300
  • 1f2946b7ab include/threads.h: Replace thrd_ defines by actual function definitions Antoine Juckler 2024-12-19 13:07:17 +0900
  • ecdff659d1 modifyreg[8|32]: use small lock in modifyreg[8|32] hujun5 2024-12-19 19:57:12 +0800
  • ef6723af9e nuttx: add get_current_dir_name implementation guoshichao 2024-11-26 10:43:46 +0800
  • d700641921 crypto/xform.c: migrate to SPDX identifier Alin Jerpelea 2024-12-19 02:02:31 +0100
  • 20a0eb1064 procfs:add missing ',' to end of line anjiahao 2024-12-19 09:09:25 +0800
  • b4e5c74319 arch/sim/src/nuttx-names.in: Add pipe2 YAMAMOTO Takashi 2024-12-17 13:58:25 +0900
  • 5d68ab635c remove big lock in arch_phy_irq hujun5 2024-12-18 11:51:01 +0800
  • c1b665c5d5 at32_serial: use small lock in arch/arm/src/at32/at32_serial.c hujun5 2024-12-18 15:35:28 +0800
  • b99ca3f27b gcov: Disable stack checking wangmingrong1 2024-12-13 15:35:29 +0800
  • 3d99bae59a gcov: Prevent pile insertion recursion wangmingrong1 2024-12-13 11:29:21 +0800
  • ba50378f01 gcov: Fix gcov fork() issue wangmingrong1 2024-12-12 16:47:20 +0800
  • 75ddce6e3a modifyreg16: use small lock in modifyreg16 hujun5 2024-12-18 16:08:01 +0800
  • 391aa9b5f3 gcov: Enhanced gcov script wangmingrong1 2024-12-10 16:14:45 +0800
  • f367ba2842 cxd: use small lock hujun5 2024-12-18 16:22:36 +0800
  • c19e8c7861 esp32s3-devkit/adb: Enable file service wangjianyu3 2024-12-18 16:55:40 +0800
  • 826aa4f732 imx_gpio: use small lock in arch/arm/src/imx6/imx_gpio.c hujun5 2024-12-18 17:12:51 +0800
  • 58e232863d imx95-evk: update configs; add imx95-evk:can Andre Heinemans 2024-12-18 09:40:52 +0100
  • 16babb08c9 imx9: iomuxc: add assert on scmi pinconfig result Andre Heinemans 2024-12-18 09:10:01 +0100
  • 01e05c2660 imx9: add config for waking WFI at systick Andre Heinemans 2024-12-18 09:06:50 +0100
  • c7ccc0f9ec arm64/cache: add i/dcache check to avoid build break chao an 2024-12-18 18:04:29 +0800
  • 9ad125751d Explicitly enable CONFIG_LUA_LUV_MODULE's dependencies where it's enabled YAMAMOTO Takashi 2024-12-18 11:04:27 +0900
  • 2c69d62c9a bt_buf: use small lock in wireless/bluetooth/bt_buf.c hujun5 2024-12-18 09:54:59 +0800
  • 29f1ca2c79 syslog/intbuffer: some improve for intbuffer chao an 2024-12-18 11:13:22 +0800
  • bc6bf019dd bt_buf: use small lock to protect bt_bufferlist_s hujun5 2024-12-18 09:25:29 +0800
  • 658e4ffae2 arch/x86_64: migrate to SPDX identifier Alin Jerpelea 2024-12-18 06:59:32 +0100
  • 559b533863 arch/xtensa: migrate to SPDX identifier Alin Jerpelea 2024-12-18 06:55:55 +0100
  • fe90b2ee7a include: migrate to SPDX identifier Alin Jerpelea 2024-12-18 06:39:15 +0100
  • 35a4fc05d9 drivers/usbhost/hid_parser: migrate to SPDX identifier Alin Jerpelea 2024-12-18 06:15:33 +0100
  • 438fcfb13a arch/arm: migrate to SPDX identifier Alin Jerpelea 2024-12-18 04:51:02 +0100
  • 83de09d31a drivers/input/uinput: migrate to ASF license Alin Jerpelea 2024-12-18 05:47:12 +0100
  • 1a0c5cf63a drivers/mtd/mtd_config_fs: migrate to SPDX identifier Alin Jerpelea 2024-12-18 06:01:27 +0100
  • e3717b3086 esp32_rtc: use small lock in arch/xtensa/src/esp32[s2]/esp32s2_rtc.c hujun5 2024-12-17 15:37:28 +0800
  • ea020a4eae sem_holder.c: Replace addrenv_select with kmm_map for holder sem access Ville Juven 2024-12-17 16:04:52 +0200
  • 510d9659b4 sem_waitirq: Use kmap interface to access the semaphore Ville Juven 2024-12-17 11:59:42 +0200
  • 95d1e52535 mm/kmap: Provide the user tcb as parameter to map_user() Ville Juven 2024-12-17 11:55:39 +0200
  • c3d03f02fb esp32[c3|c6|h2]: Fix ledc clk issue Eren Terzioglu 2024-12-09 12:20:42 +0100
  • 8256864bfe esp32[s2|s3]: Add qencoder defconfig Eren Terzioglu 2024-11-18 11:18:55 +0100
  • 58be435817 esp32[h2]: Add qencoder defconfig Eren Terzioglu 2024-11-18 11:17:04 +0100
  • 767c5f16f0 esp32[s2|s3]: Add pulse counter support Eren Terzioglu 2024-11-12 12:53:16 +0100
  • e48d092778 esp32[c6|h2]: Add pulse counter support Eren Terzioglu 2024-11-01 15:19:10 +0100
  • 3894dc12b0 driver/capture: Add ioctl function for architecture specific ioctl commands Eren Terzioglu 2024-12-13 14:39:33 +0100
  • 620f4bc32f bluetooth: rm bd_bifup hujun5 2024-12-17 16:39:28 +0800
  • ecf683b13e arch/risc-v/esp32c6: fix memcpy on AP password Filipe Cavalcanti 2024-12-16 09:30:11 -0300
  • ac56285bf8 arch/xtensa: fix memcpy on AP password Filipe Cavalcanti 2024-12-16 09:29:56 -0300
  • ffdbbdeef3 imx95: Fix eDMA compilation Peter van der Perk 2024-12-17 11:56:26 +0100
  • a9fc0a4346 fix compile error hujun5 2024-12-17 19:17:40 +0800
  • ccf477710a fs: Move fl_lock to a more appropriate location. hujun5 2024-12-16 13:21:37 +0800
  • a307dc0608 syslog/inbuffer: rename g_si_buffer to g_syslog_intbuffer chao an 2024-12-17 15:18:45 +0800
  • 0331703fc7 syslog/inbuffer: refactor intbuffer to circbuf chao an 2024-12-16 16:43:23 +0800
  • 157e75c7ab lib/circbuf: add static initialize macro helper chao an 2024-12-16 16:41:49 +0800
  • e7c5608f4a drivers/reset: fix typo retrun -> return chao an 2024-12-17 15:53:06 +0800
  • f7ab66fa86 drivers/can: fix typo specfic -> specific chao an 2024-12-17 15:51:59 +0800
  • 4793407b67 net/icmp: fix typo timout -> timeout chao an 2024-12-17 15:50:37 +0800
  • 86ffd45707 drivers/virtio: fix typo deivce -> device chao an 2024-12-17 15:48:25 +0800
  • 67c8159404 drivers/rpmsg: fix typo intialize -> initialize chao an 2024-12-17 15:46:35 +0800
  • 74e6d0e8bf drivers/misc: fix typo memroy -> memory chao an 2024-12-17 15:44:31 +0800
  • 33d717d3a0 tools/parsetrace.py: fix typo lenght -> length chao an 2024-12-17 15:43:26 +0800
  • a59f59b9f5 libc/gnu: fix typo adress -> address chao an 2024-12-17 15:41:41 +0800
  • 60636c4666 drivers/pci: fix typo addres -> address chao an 2024-12-17 15:40:15 +0800
  • 74ba2d2219 some replacements were omitted. hujun5 2024-12-17 17:03:02 +0800
  • 84a3639774 arm-m armv7a riscv32 :use cfi in irq asm function, make a debug frame anjiahao 2024-12-11 16:05:47 +0800
  • e96fb6b118 arch/bcm2711, boards/raspberry-pi-4b: Add preliminary support for the BCM2711 and Raspberry Pi 4B. Matteo Golin 2024-07-21 11:29:34 -0400
  • 188a7ce990 gpio: use small lock to protect configgpio hujun5 2024-12-17 09:48:01 +0800
  • 4a714219b7 enable CONFIG_PIPES where CONFIG_LIBUV is enabled YAMAMOTO Takashi 2024-12-17 16:18:05 +0900
  • 8ffc3e3203 fix a typo hujun5 2024-12-17 09:58:42 +0800
  • 63f947941a esp32s3_rtc: use small lock in arch/xtensa/src/esp32s3/esp32s3_rtc.c hujun5 2024-12-17 11:15:23 +0800
  • f7463941e8 boards/sim/sim/sim/scripts/Make.defs: simplify a bit YAMAMOTO Takashi 2024-12-17 12:01:23 +0900
  • 99b594d4ae max32660_rtc: change spinlock name g_lock -> g_rtc_lock hujun5 2024-12-17 14:26:37 +0800
  • a4da0791c5 esp32c3_rtc: use small lock in arch/risc-v/src/esp32c3-legacy/esp32c3_rtc.c hujun5 2024-12-17 12:59:03 +0800
  • 25d5dcf7ef lc823450_rtc: use small lock in arch/arm/src/lc823450/lc823450_rtc.c hujun5 2024-12-17 11:35:26 +0800
  • 7b0aa1111f sim: Fix build errors on macOS YAMAMOTO Takashi 2024-12-16 21:05:57 +0900