Commit graph

  • f64a48f4e5 cxx: size and un-size functions should be defined in one file Gao Feng 2025-01-07 14:18:11 +0800
  • c5655d5a11 arm64/tbi: Unified TBI flags for MTE and software kasan wangmingrong1 2025-01-07 16:46:54 +0800
  • dd4ee256c3 arch/risc-v/src/mpfs/mpfs_ethernet.c: Set correct return value Jani Paalijarvi 2025-01-07 10:57:31 +0200
  • e1fb0b30c4 drivers/net/ksz9477.c: Check return values in init Jani Paalijarvi 2024-11-28 08:55:34 +0200
  • 0641e6f287 [DOC] implementation/simulation.rst: Removed the execute permissions. simbit18 2025-01-07 11:52:40 +0100
  • aaef87e5b6 Fix Kconfig style simbit18 2025-01-07 12:29:22 +0100
  • 350f396aa5 drivers/sensors/gnss: Fix integer overflow error wangjianyu3 2025-01-07 15:55:26 +0800
  • 5fa29a26a8 arch/arm/stm32/: Fix I2C driver for STM32G4 devices. Daniel P. Carvalho 2025-01-02 18:21:32 -0300
  • 39e18429f2 boards/xtensa: update Make.defs for linker scripts on ESP32|S2 Filipe Cavalcanti 2025-01-06 11:35:13 -0300
  • 3812f3d399 boards/xtensa: merge MCUBoot and Simple Boot linker scripts on ESP32|S2 Filipe Cavalcanti 2025-01-06 11:33:54 -0300
  • ea04ca3864 Fix Kconfig style simbit18 2025-01-07 12:29:22 +0100
  • 0230a03d9d
    Merge branch 'apache:master' into master Jerry 2025-01-07 19:26:10 +0800
  • fc191cbb58 Merge branch 'master' of github.com:JerrySlhao/nuttx shaoluhao 2025-01-07 19:25:23 +0800
  • 40ad098afd sensor/bmi088: Add BMI088 Device Driver. shaoluhao 2025-01-06 15:46:30 +0800
  • 762d755bc9 [DOC] implementation/simulation.rst: Removed the execute permissions. simbit18 2025-01-07 11:52:40 +0100
  • f9c1cecfab sim: Disable chained fixups for sim_macho_init.c YAMAMOTO Takashi 2024-12-16 22:26:31 +0900
  • 17745d6e8f drivers/video: add BRGA8888 support for goldfish gpu fb rongyichang 2025-01-04 13:17:54 +0800
  • c2b7302581 arm64/tbi: Unified TBI flags for MTE and software kasan wangmingrong1 2025-01-07 16:46:54 +0800
  • c4ad0e8980 drivers/sensors/gnss: Fix integer overflow error wangjianyu3 2025-01-07 15:55:26 +0800
  • 530665eb1b arch/risc-v/src/mpfs/mpfs_ethernet.c: Set correct return value Jani Paalijarvi 2025-01-07 10:57:31 +0200
  • 8a07a0447e cxx: size and un-size functions should be defined in one file Gao Feng 2025-01-07 14:18:11 +0800
  • 3576608b73 drivers/net/ksz9477.c: Check return values in init Jani Paalijarvi 2024-11-28 08:55:34 +0200
  • adfbd06b27 net: Enable dynamic allocation of tcp/udp/ipfwd buffer by default Zhe Weng 2025-01-03 10:53:46 +0800
  • 8bedff4de6 net/bufpool: Call init automatically on alloc Zhe Weng 2025-01-02 12:10:09 +0800
  • 7b4f0c3fea net/bufpool: Use SEM_INITIALIZER to init sem Zhe Weng 2025-01-02 11:18:09 +0800
  • 7e0e4dea75 arm/irq.h: fix ARCH_ARM7TDMI missing up_getusrsp after move to irq.h buxiasen 2025-01-07 13:04:56 +0800
  • 0512cd25f4 arm/irq.h: fix ARCH_ARM7TDMI missing up_getusrsp after move to irq.h buxiasen 2025-01-07 13:04:56 +0800
  • 55da7d89b5 xtensa/esp32s3: porting of spi_flash_chip_generic_write_encrypted from ESP-IDF Gao Feng 2024-10-18 18:49:45 +0800
  • 0945bc0fb8 arch/esp32s3_wdt: ESP32-S3 WDT1 adds clock enable and reset operations in the initial section nuttxs 2025-01-06 19:10:31 +0800
  • 8bdbb28848 xtensa/esp32s3: porting of spi_flash_chip_generic_write_encrypted from ESP-IDF Gao Feng 2024-10-18 18:49:45 +0800
  • 0a9b976f07 rename lib_pathbuffer to lib_tempbuffer zhangshoukui 2025-01-07 10:17:58 +0800
  • 05b71d74fc
    Merge branch 'apache:master' into master Jerry 2025-01-07 09:52:09 +0800
  • 82cab6fcf6 Merge branch 'master' shaoluhao 2025-01-07 09:36:16 +0800
  • 8550dbd1d0 sched: replace all spin_lock_irqsave to spin_lock_irqsave_wo_note in sched dir hujun5 2025-01-07 09:03:56 +0800
  • 4bd2c0443b Preliminary add of fdcan source files. Kyle Wilson 2024-11-29 11:43:17 -0600
  • 6eabe35a60 esp32[h2]: Fix esp32h2 get mac address issue Eren Terzioglu 2025-01-06 09:39:18 +0100
  • 5e2fc181c2 tools/Unix.mk: Add host_info target to print nxdiag output Nxdiag examples scripts modified to print system information without building and flashing nxdiag application to get report about system without reflash or reconfigure. Eren Terzioglu 2024-12-16 16:06:16 +0100
  • 262dce9578 arch/arm/stm32/: Added enable/disable to timer low level ops. Daniel P. Carvalho 2025-01-03 09:57:21 -0300
  • 57e54b399b sched: remove all spin_lock_irqsave(NULL) hujun5 2025-01-06 11:15:45 +0800
  • 55a13bc8db esp32[h2]: Fix esp32h2 get mac address issue Eren Terzioglu 2025-01-06 09:39:18 +0100
  • 3bcad9f32a tools/Unix.mk: Add host_info target to print nxdiag output Nxdiag examples scripts modified to print system information without building and flashing nxdiag application to get report about system without reflash or reconfigure. Eren Terzioglu 2024-12-16 16:06:16 +0100
  • 4e563e3a86 SEGGER_RTT_Conf.h: rm spin_lock_irqsave(NULL) in drivers/segger/config/SEGGER_RTT_Conf.h hujun5 2025-01-06 12:04:17 +0800
  • 62566734a4 rp23xx_pio.c: rm spin_lock_irqsave(NULL) in arch/arm/src/rp23xx/rp23xx_pio.c hujun5 2025-01-06 09:34:01 +0800
  • 57ca4e1789 up_rtc_gettime: add spinlock to protect up_rtc_gettime hujun5 2024-12-28 11:33:42 +0800
  • 89455bc9a1 arch: up_getusrsp change to inline and implement in irq.h buxiasen 2024-12-31 17:00:17 +0800
  • 1358942132 arch/tricore: move tricore_csa2addr from internal.h to arch.h buxiasen 2025-01-03 15:09:57 +0800
  • 7a0ea108f6 arch/arm-m: add api getpsp, for exception direct case buxiasen 2024-11-19 17:40:10 +0800
  • 9bdcc4dc4b arch/irq.h: update all inline to inline_function buxiasen 2025-01-02 16:26:26 +0800
  • 1bc2e1a175 xtensa/esp32s3: set cpuint to initial value after deallocate Kevin Zhou 2025-01-06 18:42:39 +0800
  • 4bfa986093 Preliminary add of fdcan source files. Kyle Wilson 2024-11-29 11:43:17 -0600
  • ae26129e6e stm32ldiscovery/chrono: add CONFIG_SLCD Yanfeng Liu 2025-01-06 18:08:39 +0800
  • 5f1a2696b3 board/qemu-armv7a: add board_power_off Yanfeng Liu 2025-01-06 15:19:48 +0800
  • dee277fb06 arch/arm/stm32: Fixed STM32G474 Enable PLL CONFIG shaoluhao 2025-01-06 16:37:05 +0800
  • 0111c97b3e xtensa/esp32s3: set cpuint to initial value after deallocate Kevin Zhou 2025-01-06 18:42:39 +0800
  • 182445cd21 stm32ldiscovery/chrono: add CONFIG_SLCD Yanfeng Liu 2025-01-06 18:08:39 +0800
  • 5a5cb61fd5 arch/arm/stm32: Fixed STM32G474 Enable PLL CONFIG shaoluhao 2025-01-06 16:37:05 +0800
  • bea292eece sensor/bmi088: Add BMI088 Device Driver. shaoluhao 2025-01-06 15:46:30 +0800
  • 1d30274943 board/qemu-armv7a: add board_power_off Yanfeng Liu 2025-01-06 15:19:48 +0800
  • 5e7c640976 SEGGER_RTT_Conf.h: rm spin_lock_irqsave(NULL) in drivers/segger/config/SEGGER_RTT_Conf.h hujun5 2025-01-06 12:04:17 +0800
  • a85840a7c0 sched: remove all spin_lock_irqsave(NULL) hujun5 2025-01-06 11:15:45 +0800
  • 7952dd6bf2 arch: up_getusrsp change to inline and implement in irq.h buxiasen 2024-12-31 17:00:17 +0800
  • 6274de5508 arch/tricore: move tricore_csa2addr from internal.h to arch.h buxiasen 2025-01-03 15:09:57 +0800
  • 577f70c6cc arch/arm-m: add api getpsp, for exception direct case buxiasen 2024-11-19 17:40:10 +0800
  • 88fb14cad8 arch/irq.h: update all inline to inline_function buxiasen 2025-01-02 16:26:26 +0800
  • 3e055391ae rp23xx_pio.c: rm spin_lock_irqsave(NULL) in arch/arm/src/rp23xx/rp23xx_pio.c hujun5 2025-01-06 09:34:01 +0800
  • 62e3f74ad2 up_rtc_gettime: add spinlock to protect up_rtc_gettime hujun5 2024-12-28 11:33:42 +0800
  • 3e6649856b Fix Overlap Handling in sim_copyfullstate to Prevent Undefined Behavior Ritvik 2025-01-04 12:16:42 -0500
  • e1842568d4 Fix Overlap Handling in sim_copyfullstate to Prevent Undefined Behavior Ritvik 2025-01-04 12:16:42 -0500
  • 4d63921f0a use atomic operation for g_system_ticks hujun5 2025-01-03 11:30:55 +0800
  • bbaf1ff9fd use small lock in following files: wangzhi16 2025-01-03 14:28:53 +0800
  • 26a676b50b arm/stm32ldiscovery: Update the chrono defconfig Lup Yuen Lee 2025-01-04 08:54:38 +0800
  • 25e8c07692
    Merge 13b0bf37ef into 7c24ef438e Windrow14 2025-01-03 12:36:46 -0700
  • 7c24ef438e risc-v/qemu-rv: Initialize the userleds without late initialization Tiago Medicci Serrano 2025-01-03 11:45:42 -0300
  • cbbb4e3996 risc-v/qemu-rv: Initialize the userleds without late initialization Tiago Medicci Serrano 2025-01-03 11:45:42 -0300
  • 2c5d849e01 gcov.py: Supports parsing multiple sets of gcov outputs at the same time and merging the results wangmingrong1 2025-01-03 12:38:30 +0800
  • 66e074ed97 gcov: add reboot gcov storage coverage info wangmingrong1 2025-01-02 21:52:43 +0800
  • 781c27a98e sim/oneshot: Remove redundant variables. cuiziwei 2025-01-03 16:19:06 +0800
  • 6020cdb816 esp32s3-devkit/adb: ADB shell service depends on SCHED_CHILD_STATUS wangjianyu3 2025-01-03 18:16:36 +0800
  • f846b2f799 esp32s3-devkit/adb: ADB shell service depends on SCHED_CHILD_STATUS wangjianyu3 2025-01-03 18:16:36 +0800
  • 4a72b40722 sim/oneshot: Remove redundant variables. cuiziwei 2025-01-03 16:19:06 +0800
  • 28cc08c1cb use small lock in following files: wangzhi16 2025-01-03 14:28:53 +0800
  • 9e7342f8d3 gcov: add reboot gcov storage coverage info wangmingrong1 2025-01-02 21:52:43 +0800
  • 9902e85425 gcov.py: Supports parsing multiple sets of gcov outputs at the same time and merging the results wangmingrong1 2025-01-03 12:38:30 +0800
  • 07c52843ca use atomic operation for g_system_ticks hujun5 2025-01-03 11:30:55 +0800
  • a4e0457e53 goldfish_sensor_uorb.c: add set_interval for goldfish sensor chenzihan1 2024-11-22 16:35:27 +0800
  • f0137d51a3 drivers/serial: simplify 16550_PCI_UARTx_CLOCK config p-szafonimateusz 2024-12-16 11:30:52 +0100
  • 9f93621b90 libs/libc/gdbstub/lib_gdbstub.c: fix warning p-szafonimateusz 2024-12-16 11:35:24 +0100
  • 6f9d0c97d2 libs/libc/gdbstub/lib_gdbstub.c: fix format for trap response p-szafonimateusz 2024-12-17 13:23:42 +0100
  • 6b1be7c66c virtio-rng: Register /dev/urandom driver if CONFIG_DEV_URANDOM=y Tiago Medicci Serrano 2025-01-02 10:33:43 -0300
  • 893c5e92c2 Reduce the size of tcb by four bytes. wangzhi16 2024-12-25 19:43:24 +0800
  • 3b26c6df51 net/udp: Let cansend return EWOULDBLOCK when send buffer is full Zhe Weng 2025-01-02 14:17:45 +0800
  • 6fb12b0284 arch/qemu-armv7a: kernel mode cmake support Yanfeng Liu 2025-01-02 18:02:55 +0800
  • 75aa80dba8 arch/xtensa: enable SPIRAM test during boot of ESP32|S3 Filipe Cavalcanti 2024-12-23 11:53:30 -0300
  • eeef185558 arch/x86_64/include/intel64/irq.h: align definitions p-szafonimateusz 2024-11-26 12:32:26 +0100
  • cfaeb74dd3 arch/intel64: allow to attach handlers to ISR p-szafonimateusz 2024-11-13 12:25:35 +0100
  • 6f4f50e2fe v9fs/client.c:Use int ret as the return value to avoid uint32_t not supporting negative values chenrun1 2024-10-11 12:23:24 +0800
  • 1f540a93d2 v9fs/client.c:add check response.nwqid == nwname chenrun1 2024-10-10 16:13:08 +0800
  • 2ac2d5d511 v9fs/client.c:fix struct attach wrong parameter size chenrun1 2024-10-10 14:57:41 +0800
  • 928656f3cb v9fs/client.c:count should be assigned a value before being used chenrun1 2024-10-09 21:59:47 +0800
  • 4e5897adec
    libs/libc/gdbstub/lib_gdbstub.c: fix warning p-szafonimateusz 2024-12-16 11:35:24 +0100