Sign in
apache
/
nuttx
/
HEAD
36a9715
arch/arm/rtl8721f: add SPI master driver support
by dechao_gong
· 2 days ago
master
214d02f
arch/arm/rtl8720f: add SPI master driver support
by dechao_gong
· 2 days ago
7dbf782
arch/arm/rtl8721dx: add shared Ameba SPI driver
by dechao_gong
· 4 weeks ago
e5a0c4a
sim: update Makefile to match Cmake config
by Alin Jerpelea
· 17 hours ago
234c168
sim: fix LAME inclusion typo
by Alin Jerpelea
· 17 hours ago
fbfb1b9
Documentation/applications/system: Add stty command documentation
by fangpeina
· 17 hours ago
998bb86
tools/mkversion: Fix missing free in case of error.
by Tomasz 'CeDeROM' CEDRO
· 29 hours ago
36bcebb
boards: sim: enable CONFIG_LIBC_LOCALTIME for sim:toybox
by Alan Carvalho de Assis
· 2 days ago
fdcd0ec
Documentation: add apps/system/toybox entry
by Alan Carvalho de Assis
· 3 weeks ago
edbc03e
boards: stm32f4discovery: add toybox defconfig
by Alan Carvalho de Assis
· 3 weeks ago
9f0f886
boards: sim: add sim:toybox defconfig
by Alan Carvalho de Assis
· 3 weeks ago
c1891e0
fs: resolve a trailing lone '.' path component
by Alan Carvalho de Assis
· 2 weeks ago
3cbf6f2
libc: add wait4()
by Alan Carvalho de Assis
· 2 weeks ago
3635004
libs/libc/grp: fix getgrbuf_r() pointer-alignment padding
by Alan Carvalho de Assis
· 3 weeks ago
1987473
boards/lm3s6965-ek: Link the protected kernel against kflash.
by Marco Casaroli
· 35 hours ago
3f38ca2
boards/lm3s6965-ek: Trim qemu-protected to fit the part.
by Marco Casaroli
· 35 hours ago
e64b289
boards/nrf5340-dk: configure HFXO capacitance
by raiden00pl
· 2 days ago
45657b9
arch/nrf53: fix HFXO trim field extraction
by raiden00pl
· 2 days ago
3ac88f0
drivers/lcd: honour the LCD_APA102_* settings in the apa102 LCD driver
by Ricard Rosson
· 4 days ago
0735bc1
drivers/lcd: rename apa102.c/max7219.c to unique object names
by Ricard Rosson
· 4 days ago
850ac5c
Documentation/hpm6360evk: improve readability
by Alin Jerpelea
· 2 days ago
ebb9d80
tools/rust: Fix softfloat abi target spec name
by kay-lambdadelta
· 4 days ago
d4d4db5
arch/tricore: perf.c donot depend on illd
by zhangyu117
· 5 days ago
d2c9113
arch/tricore: cachecode donot depend on illd
by zhangyu117
· 5 days ago
ffc9846
arch/tricore: add tricore_mtcr and tricore_mfcr macros
by zhangyu117
· 5 days ago
f8cf5f9
arch/s32k3xx: initializers clobbering rx_pin instead of enable_high
by Javier Alonso
· 9 days ago
2a77738
arch/kinetis: initializers clobbering rx_pin instead of enable_high
by Javier Alonso
· 9 days ago
8730a75
arch/s32k1xx: initializers clobbering rx_pin instead of enable_high
by Javier Alonso
· 9 days ago
bf45e12
Revert "cmake: normalize .config on reconfigure"
by raiden00pl
· 2 days ago
3bc0b17
Documentation: document supplementary groups and setresuid/setresgid
by Abhishek Mishra
· 3 days ago
cf3781b
sched: add setresuid and setresgid
by Abhishek Mishra
· 3 days ago
1014c49
sched: add supplementary group IDs (setgroups/getgroups/initgroups)
by Abhishek Mishra
· 3 days ago
563857a
boards/risc-v/hpm6360evk: build fix
by Alin Jerpelea
· 3 days ago
c9a27f0
arch/sim: Fix #ifdef/#else on x11 event loop
by Alan Carvalho de Assis
· 3 days ago
1702508
arch/sim: Add support to emulated Mouse
by Alan Carvalho de Assis
· 3 days ago
42ac826
doc/sim: Add Documentation about SIM Input
by Alan Carvalho de Assis
· 3 days ago
e2ab02d
Documentation\hpm6360evk: update guide to match the user experience
by Alin Jerpelea
· 3 days ago
a450392
fs/cromfs: Fix stale cache read in read() fast path.
by alexcekay
· 3 days ago
4977c28
Documentation: add NuttX 13.0.1 release notes
by Alin Jerpelea
· 3 days ago
8422531
net/udp: fix d_len corruption for 2nd+ SO_REUSEADDR listener
by zhanghongyu
· 5 weeks ago
0be1993
Documentation/rtl8721dx,rtl8721f: document the I2C driver
by dechao_gong
· 3 days ago
af49db4
arch/arm/rtl8720f: add I2C master driver support
by dechao_gong
· 3 days ago
18d2ae2
arch/arm/rtl8720f: add UART master driver support
by dechao_gong
· 3 days ago
3197472
arch/arm/rtl8720f: add single-port GPIO support
by dechao_gong
· 4 days ago
62b41ad
arch/arm/src/common/stm32: Bound SDIO command response wait by time.
by Luka Filipović
· 4 days ago
9b0d46c
cmake: normalize .config on reconfigure
by raiden00pl
· 10 days ago
30cbb23
arch/arm/rtl8721f: add I2C master driver support
by dechao_gong
· 4 days ago
dfc55c9
arch/arm/rtl8721dx: add shared Ameba I2C driver
by dechao_gong
· 4 weeks ago
9b02dea
boards/esp32s3-ws-lcd128: use esp_hr_timer_init(), fix Wi-Fi build
by Ricard Rosson
· 4 days ago
a0fcbb7
libs/libc/risc-v: Refresh memcpy and memset with XLEN-adaptive loops.
by ganjing
· 4 days ago
931d5f5
libs/libc/risc-v: Add optimized strlcpy.
by ganjing
· 4 days ago
ad9c9d4
libs/libc/risc-v: Unroll memcmp with 4-word XOR|OR folding.
by ganjing
· 4 days ago
9b20c62
libs/libc/risc-v: Add optimized string and memory functions.
by ganjing
· 4 days ago
5dafb68
xtensa/esp32: Let a protected build boot from simple boot.
by Marco Casaroli
· 4 days ago
46528ea
xtensa/esp32s3: Let a protected build boot from simple boot.
by Marco Casaroli
· 5 days ago
83e4b60
drivers/devfreq: add missing governor_data field and ondemand declaration
by guanyi
· 4 days ago
481d169
arch/x86_64: align the user signal frame and skip the ABI red zone
by raiden00pl
· 5 days ago
2c79c99
arch/x86_64: run the signal trampoline on the thread kernel stack
by raiden00pl
· 5 days ago
4405b12
arch/x86_64: restore the kernel stack when a signal handler returns
by raiden00pl
· 5 days ago
3d30272
arch/xtensa/espressif: initialize the HR Timer from the Wi-Fi init path
by Ricard Rosson
· 4 days ago
23ea150
mips/Makefile: Add nuttx build with CONFIG_ALLSYMS enabled.
by 22078360
· 4 days ago
8f69f27
boards/esp32-devkitc: Let ostest finish on the knsh configuration.
by Marco Casaroli
· 4 days ago
30a3769
arch/mips: Add support for loadable ELF modules
by Lwazi Dube
· 4 days ago
2567b72
arch/risc-v/espressif: fix SPI IOMUX false positive without SPI2
by Filipe Cavalcanti
· 2 weeks ago
45c75f3
fs/romfs: fix node cache overflow in directories with >256 entries
by raiden00pl
· 5 days ago
894a08e
arch/arm/stm32h5: Fix handling of GPIO port I
by Darryl Ring
· 7 days ago
e9e93c3
arch/tricore: idle donot depend on illd
by zhangyu117
· 5 weeks ago
7f6a0a3
boards/arm/stm32l4/b-l475e-iot01a: Add a QEMU nsh configuration.
by Marco Casaroli
· 5 days ago
9e33dc0
Documentation/rtl8721f: add rtl8721f_evb board photo
by dechao_gong
· 10 days ago
b5ec07b
arch/arm/rtl8721f: add UART character driver support
by dechao_gong
· 2 weeks ago
067e30e
arch/x86_64: Build fork() children from the caller's syscall frame.
by Marco Casaroli
· 6 days ago
3557791
arch/arm64: Build fork() children from the caller's syscall frame.
by Marco Casaroli
· 6 days ago
0aaa04d
arch/arm: Restore vfork() on 32-bit ARM kernel builds.
by Marco Casaroli
· 6 days ago
608d1e2
arch/arm: Build fork() children from the caller's syscall frame on armv7-a.
by Marco Casaroli
· 6 days ago
aae62ce
!Documentation: Describe the fork()/vfork() split.
by Marco Casaroli
· 8 days ago
70c2ef5
!sched/arch/libc: Give fork() and vfork() their real, separate semantics.
by Marco Casaroli
· 8 days ago
8726049
cmake: Use NUTTX(_DIR/_BIN_DIR) instead CMAKE(_SRC_DIR/_BIN_DIR)
by Alan Carvalho de Assis
· 6 days ago
b8e26b1
drivers/usbhost: Let the HID keyboard pick its interrupt pipe.
by Justin Hammond
· 9 days ago
a023f61
drivers/usbhost: Do not unregister a HID keyboard that never registered.
by Justin Hammond
· 10 days ago
31fbb99
sched/semaphore: Keep a negative task id out of the mutex holder.
by Justin Hammond
· 11 days ago
753d2a3
drivers/serial: fetch uart_writev data from the iovec segment
by raiden00pl
· 4 weeks ago
e7ef45d
Documentation: add devfreq framework documentation
by guanyi3
· 7 days ago
3839a11
drivers/devfreq: add ondemand governor build support
by guanyi3
· 7 days ago
2d66436
drivers/devfreq: guard backtrace code with CONFIG_LIBC_BACKTRACE_DEPTH
by guanyi3
· 5 months ago
31041f8
drivers/devfreq: fix qos_get_value returning wrong min/max aggregation
by guanyi3
· 5 months ago
674e5ef
drivers/devfreq: use hardware frequency instead of cached value in driver_target
by guanyi3
· 5 months ago
414694b
devfreq/ondemand: fix use-after-free in ondemand worker
by guanyi3
· 5 months ago
77cb20f
drivers/devfreq: add conflict_policy to devfreq_driver_s
by guanyi3
· 5 months ago
7a1c629
devfreq/procfs: add write support for frequency QoS constraints
by guanyi3
· 5 months ago
ecd64e0
drivers/devfreq: replace mutex to spinlock
by guanyi3
· 9 months ago
072cae5
drivers/devfreq: ondemand should init governor_data before use it
by guanyi3
· 9 months ago
4f6a0bd
drivers/devfreq: add ondemand governor
by guanyi3
· 7 days ago
20cb512
drivers/devfreq: add const to devfreq_governor_s and devfreq_driver_s
by guanyi3
· 10 months ago
1e2f974
drivers/devfreq: remove default governor
by guanyi3
· 11 months ago
827b455
driver/devfreq: add procfs for devfreq
by guanyi
· 1 year, 3 months ago
e29a7bc
driver/devfreq: DVFS framework for devices
by guanyi
· 1 year, 4 months ago
875e86b
syslog/ramlog: Survive writes made before the OS is ready.
by Justin Hammond
· 8 days ago
d95d8c0
usbhost: Report each device as it is enumerated.
by Justin Hammond
· 7 days ago
58d1d9f
drivers/usbdev/cdcacm: serialize the TX ring drain with the class spinlock
by raiden00pl
· 4 weeks ago
60abe47
arch/mips/jz4780: Add hardware Random Number Generator (RNG) support
by Lwazi Dube
· 8 days ago
Next »