Commit graph

  • 7335b36eca walnux: moveout master Luchian Mihai 2025-10-30 10:06:57 +02:00
  • a00ac581c5 arch/xtensa/espressif: fix Wi-Fi netpkt copy error Filipe Cavalcanti 2025-09-29 10:51:45 -03:00
  • b49bf589c3 boards/xtensa: update board and defconfigs for Wi-Fi on ESP32|S2|S3 Filipe Cavalcanti 2025-09-01 17:35:00 -03:00
  • 5f36eb5d23 arch/xtensa: refactor Wi-Fi driver for ESP32|S2|S3 Filipe Cavalcanti 2025-09-01 17:34:14 -03:00
  • ce99fbd904 arch/xtensa/esp32: Update E-Fuse driver Filipe Cavalcanti 2025-07-21 14:45:50 -03:00
  • 8d6dcd61ed arch/xtensa/esp32s2: Update E-Fuse driver Filipe Cavalcanti 2025-07-21 13:49:45 -03:00
  • 13e24e0c78 arch/xtensa/esp32s3: Update E-Fuse driver Filipe Cavalcanti 2025-07-16 10:00:35 -03:00
  • 384f788d18 arch/xtensa: add common driver for E-Fuse on Espressif devices Filipe Cavalcanti 2025-07-16 12:05:51 -03:00
  • e0e00f2b29 arch/xtensa: add sys_startup_fn call Filipe Cavalcanti 2025-07-16 12:13:15 -03:00
  • fccf2f6e06 Documentation: add NuttX-12.11.0 release notes Alin Jerpelea 2025-09-28 11:26:56 +02:00
  • 9bedf16be9 boards/xtensa: fix the issue of undefined symbol reference errors occurring during compilation and linking phase when the configuration (CONFIG_ESP32S3_APP_FORMAT_LEGACY=y) is enabled. nuttxs 2025-09-10 19:14:08 +08:00
  • 9d01d17188 Documentation/applications/boot/nxboot: fix incorrect fnc description Michal Lenc 2025-09-02 17:10:54 +02:00
  • dd51d9a3fc arch/tricore: fix tricore_doirq function local var "regs" not initialized issue wangchengdong 2025-09-02 20:42:38 +08:00
  • 9413b6f331 sched/signal/sig_dispatch.c: Simplify the nxsig_dispatch Jukka Laitinen 2025-08-29 18:55:28 +03:00
  • a4c42e54f7 sched/signal/sig_dispatch.c: Correct signal dispatch to specific thread Jukka Laitinen 2025-08-29 18:05:32 +03:00
  • 628c05acf3 arch/sim/sim_canchar.c: fix CAN flags decoding for message raiden00pl 2025-09-08 11:26:08 +02:00
  • e83012b540 arm/armv8-r: remove redundant and misleading pointer in arm_syscall() wangchengdong 2025-09-09 19:51:41 +08:00
  • b3dd8b2796 arch/arm/rp2040: merge conflicting definitions of hw_* functions Lars Kruse 2025-09-09 20:29:33 +02:00
  • ba0a5df95d arch/tricore: fix tasking compiler linking error wangchengdong 2025-09-10 09:25:10 +08:00
  • cf616fd619 arch/arm/armv8-m: stack pointer should be 8-byte aligned in signal context chao an 2025-09-11 13:54:53 +08:00
  • 754eab4687 arch/tricore: allow user defined compiler path wangchengdong 2025-09-11 23:42:47 +08:00
  • a039fc7097 arch: fix stack alignment bug for arm and tricore arch wangchengdong 2025-09-17 18:20:59 +08:00
  • 21e1596dff arch: fix alignment bug for archs that need stack alignment wangchengdong 2025-09-18 17:31:43 +08:00
  • 382ed6550f imx9/imx9_usbdev.c: Fix interrupt handling in SMP mode Jukka Laitinen 2025-09-18 15:15:56 +03:00
  • 70b5aa4df0 include/nuttx/spi/spi_bitbang: Fix incompatible pointer type issue Tiago Medicci Serrano 2025-09-18 11:25:52 -03:00
  • 94ad260843 arch/arm/stm32h7: Fix and enhance WWDG (Window Watchdog) support MASZ 2025-09-10 14:29:54 +02:00
  • 3af0ab64bb arch/risc-v: espressif: temperature: Fix incorrect pointer casting Huang Qi 2025-09-20 12:05:32 +08:00
  • 47e4576b1c arch/xtensa: espressif: temperature: Fix incorrect pointer casting Huang Qi 2025-09-19 09:17:13 +08:00
  • 106058cc1f boards: esp32s3-lckfb-szpi: Remove obsolete device function prototypes Huang Qi 2025-09-17 12:02:02 +08:00
  • 80f5a06c06 arch/tricore: Align Makefile with Cmake for tasking linker script preprocessing wangchengdong 2025-09-23 17:39:40 +08:00
  • 5e9e237868 Documentation: Add entry for ESP32-[C3|C6|H2]'s buttons defconfig Tiago Medicci Serrano 2025-09-23 10:34:58 -03:00
  • 6db437e2de boards/esp32[c3|c6|h2]: Fix GPIO function used by the button Tiago Medicci Serrano 2025-07-31 16:16:57 -03:00
  • 3430ad2e1c sched/init/nx_bringup.c: Add support for CONFIG_INIT_NONE in a flat build wangchengdong 2025-08-27 19:42:21 +08:00
  • 8cfb9d7053 libs/libc/semaphore: allow nxsem_init to negative value wangchengdong 2025-08-29 10:34:19 +08:00
  • 0ded247f44 fs/fat: Fix wrong alloc used in fat_zero_cluster() Ari Kimari 2025-08-29 16:13:36 +03:00
  • 8fea354a0f arch/xmc4 : fix serial buffer size for unused channel Give the user the full control over the USIC FIFO buffer even if USIC channel 0 is disabled. When USICx_CHAN0 is not an UART but USICx_CHAN1 is, the user can set the desired FIFO buffer offsets in CHAN1 config. adriendesp 2025-08-27 17:12:31 +02:00
  • a6305fbf55 tools/checkpath.sh: check git commit format raiden00pl 2025-08-26 12:38:42 +02:00
  • 835c535e18 drivers/ioexpander/aw9523b: New driver for AW9523B i/o expander Zik Saleeba 2025-08-29 13:01:34 +10:00
  • 8fc63aaa10 include/net/if.h: Add mechanism for MMD access with SIOCxMIIREG ioctls michal matias 2025-08-27 21:42:05 +02:00
  • 52d1877e2e boards/arm/rp23xx/common: update board reset via BOOTROM functions Serg Podtynnyi 2025-08-28 15:25:32 +07:00
  • 92661d9e03 .editorconfig: add .editorconfig file to help maintain coding style Michal Lenc 2025-08-28 08:49:02 +02:00
  • b9203c1747 sched/signal: Old signal action need save sa_user wangjianyu3 2025-08-28 10:31:20 +08:00
  • c15521af91 boards/risc-v: update board and defconfigs for Wi-Fi on ESP32-C3|C6 Filipe Cavalcanti 2025-08-21 16:10:31 -03:00
  • 1f7c3a32e5 arch/risc-v: refactor Wi-Fi driver for ESP32-C3|C6 Filipe Cavalcanti 2025-08-21 16:10:14 -03:00
  • 9c6d502531 boards/arm/imxrt: CMake added imxrt1020-evk imxrt1050-evk boards simbit18 2025-08-27 15:58:36 +02:00
  • 4838d712a7 boards/arm/imxrt: CMake added imxrt1060-evk imxrt1064-evk imxrt1170-evk boards simbit18 2025-08-27 12:59:50 +02:00
  • a3e5ae9600 arch/tricore/src/common/tricore_irq.c: add up_affinity_irq wangchengdong 2025-08-27 17:17:13 +08:00
  • e1b442b0e8 arm/sama5: fix ld unrecognized option '-g3' v-tangmeng 2025-08-27 11:54:49 +08:00
  • fec6e248b9 fix ld unrecognized option '-g3' v-tangmeng 2025-08-26 17:22:32 +08:00
  • c36d067603 tools/nix: move nix flakes to tools/ Côme VINCENT 2025-08-27 11:52:07 -04:00
  • 585c25bac0 drivers/i2s/i2schar: Implement blocking read/write operations Tiago Medicci Serrano 2025-08-25 14:34:22 -03:00
  • 6f5a8c6b25 drivers/i2s/i2schar: Implement ioctl commands for i2schar Tiago Medicci Serrano 2025-08-25 13:56:19 -03:00
  • aadb929526 drivers/net/CMakeLists.txt: Aligned Cmake with Make simbit18 2025-08-26 14:35:49 +02:00
  • f4142626b9 net/can/can_recvmsg.c: Cleanup can_readahead Jukka Laitinen 2024-03-12 10:42:51 +02:00
  • 144ac23647 net/can/can_recvmsg.c: Remove IOB trimming as useless, can frames can always fit in one IOB haitomatic 2024-03-12 11:26:37 +02:00
  • 8fc2ad20a7 net/can/can_callback.c: Take the timestamp size into account in "buflen" haitomatic 2024-03-12 11:13:19 +02:00
  • e2b1d186d7 drivers/net/ksz9477.c: Errata 16, reset SGMII always on init Jani Paalijarvi 2024-11-20 14:33:50 +02:00
  • 56870fb0ea ksz9477: MMD indirect access check fix Jari Nippula 2024-09-20 14:37:20 +03:00
  • fcab00d3a8 drivers/net/ksz9477: Implement errata fixes Jani Paalijarvi 2024-08-21 16:29:52 +03:00
  • 47cd5ba279 arch/arm/src/samv7/sam_emac.c: fix compile warning Michal Lenc 2025-08-26 08:28:37 +02:00
  • 5c7c7f8ca3 arch/arm/src/stm32f7/stm32_ethernet.c: Fix "unused variable" warning Jukka Laitinen 2023-02-03 17:17:15 +04:00
  • 28206007e0 board/tricore: rename tc397 chip board name wangchengdong 2025-08-25 13:35:13 +08:00
  • 9b8c8bdd7b drivers/tca64xx: Add support for PCAL6416 Jouni Ukkonen 2024-11-06 10:33:20 +02:00
  • 710bd199e5 drivers/ioexpander/tca64xx.c: Fix polarity register address Jukka Laitinen 2024-08-30 14:04:33 +03:00
  • 38fbe166ee drivers/ioexpander/tca64xx: Fix compile errors Jouni Ukkonen 2024-08-27 15:18:29 +03:00
  • 3cf28dd0b2 arch/arm64/src/imx9/imx9_lpi2c.c: Fix bus reset Jukka Laitinen 2024-11-25 12:30:18 +02:00
  • 78e41861e6 boards/arm/samv7/pic32czca70-curiosity: add progmem to configuration Michal Lenc 2025-08-25 11:59:31 +02:00
  • 5d21aa823e arch/arm/src/samv7: support progmem for pic32czca70 series Michal Lenc 2025-08-25 11:57:47 +02:00
  • 4baad0aa22 arch/risc-v/src/mpfs/mpfs_clockconfig.c: Flag out code only used in bootloader Jukka Laitinen 2022-09-28 11:42:00 +04:00
  • 4a4235b5a2 drivers/net: Remove the NCV7410 10BASE-T1S MAC-PHY driver michal matias 2025-08-24 21:40:22 +02:00
  • 76c2038d97 boards/risc-v/esp32c6: Remove board support for the NCV7410 michal matias 2025-08-24 22:45:11 +02:00
  • be36d42da5 Cmake: add defconfig preprocess capability in Cmake build environment(recursively expand #include) wangchengdong 2025-08-25 12:03:17 +08:00
  • e87c43b798 arch/xtensa/esp32s3: Add EXT1 wakeup support in power management Thiago Finelon 2025-08-20 15:50:27 -03:00
  • 67d0b975a5 arch/arm64/gicv3: Improve initialization in warm reboot case Jukka Laitinen 2025-08-21 14:14:59 +03:00
  • 80cb2cf9c6 arch/xtensa/esp32,esp32s3: Start the "spiflash_op" thread with correct affinity Jukka Laitinen 2025-08-14 08:23:06 +03:00
  • eec50c183c build.yml: Excludes the workflow run if the file is CONTRIBUTING.md Alan Carvalho de Assis 2025-08-21 09:33:12 -03:00
  • d45dfb8a9e arch/arm64: porting config iomux use scmi form arm imx95 lipengfei28 2025-08-04 12:00:00 +08:00
  • c90349348e arch/arm64: porting config clock use scmi form arm imx95 lipengfei28 2025-08-01 15:39:25 +08:00
  • 909d9f1351 arch/arm64: porting mu drv and scmi from arm imx9 lipengfei28 2025-07-31 21:42:32 +08:00
  • 92186c1942 Documentation/posix.rst: fix typos p-szafonimateusz 2025-08-20 13:26:00 +02:00
  • 9fd1478a99 pthread: add pthread_{get|set}concurrency support p-szafonimateusz 2025-08-04 09:34:41 +02:00
  • b1e03bca0c libc: add support for sigsetjmp() and siglongjmp() p-szafonimateusz 2025-07-31 15:32:43 +02:00
  • 396f5b40ce unistd: add support for confstr() p-szafonimateusz 2025-07-31 13:02:01 +02:00
  • 8108aad1a4 pthread: add pthread_attr_{get|set}guardsize support p-szafonimateusz 2025-07-31 12:09:19 +02:00
  • 46bbde02b1 esp32/esp32_spiflash.c: during the SPI Flash erasure operation, task scheduling (yield) is added to prevent the Watchdog Timer from triggering a reset due to timeout nuttxs 2025-08-21 18:01:03 +08:00
  • 95f1cf4748 drivers/spi/CMakeLists.txt: Aligned Cmake with Make simbit18 2025-08-21 17:39:02 +02:00
  • 4ed174a7e0 drivers/can/kvaser_pci.c: configure number of passes in interrupt handler p-szafonimateusz 2025-06-19 14:34:13 +02:00
  • e2cdb7ef34 arch/tricore: add up_trigger_irq “wangchengdong” 2025-08-20 17:55:06 +08:00
  • 86c466b6bc tools/rp{2040,23xx}: Ensure that picotool is found or built Niccolò Maggioni 2025-08-14 18:31:58 +02:00
  • 3e70a7edc7 boards/arm/rp2040: Add ADS7046 example config Niccolò Maggioni 2025-08-19 17:28:44 +02:00
  • 7a2343f1be drivers/analog/ads7046: Add support for ADS7046 ADC Niccolò Maggioni 2025-08-11 14:22:16 +02:00
  • f43c943ebe arch/arm/rp2040: Silence "LOAD segment with RWX permissions" linker warnings Niccolò Maggioni 2025-08-21 14:10:20 +02:00
  • 0ff26f0850 esp32/esp32_partition.c: based on the latest revision, in the ESP32 compilation environment, uint32_t is defined as long unsigned int (i.e., unsigned long) nuttxs 2025-08-21 18:30:40 +08:00
  • 057b483350 include/nuttx/compiler.h: fix nooptimiziation_function definition problem for tricore gnu compiler arch/tricore: move tricore_csa2addr and tricore_addr2csa definition from include/arch.h to include/irq.h to fix build error “wangchengdong” 2025-08-21 09:29:12 +08:00
  • 7e258621df arch/arm: Add missing barriers.h v-tangmeng 2025-08-21 11:31:18 +08:00
  • 8f5c0d5da3 arch: Add Cmake build support for raspberrypi-4b board & bcm2711 chip “wangchengdong” 2025-08-20 17:08:36 +08:00
  • 46d415698d Documentation/xedge_demo: Fix RST formatting issues Jorge Guzman 2025-08-20 14:14:40 -03:00
  • 337c1128db drivers/ioexpander/CMakeLists.txt: Aligned Cmake with Make simbit18 2025-08-20 12:06:32 +02:00
  • 50bbad510a drivers/leds/CMakeLists.txt: Aligned Cmake with Make simbit18 2025-08-20 11:13:54 +02:00
  • d54fb6ad00 drivers/audio/CMakeLists.txt: Aligned Cmake with Make simbit18 2025-08-20 10:56:57 +02:00